mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Fix several typos (#2990)
This commit is contained in:
parent
7a6c2d375a
commit
6ac59ef871
5 changed files with 7 additions and 7 deletions
|
@ -5,5 +5,5 @@
|
|||
|
||||
# Fail2Ban will complain when using `fail2ban-client -d` about this option
|
||||
# not being set. This screws up `assert_output` in BATS tests. Therefore,
|
||||
# the default value is explictly set here.
|
||||
# the default value is explicitly set here.
|
||||
allowipv6 = auto;
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
# Otherwise use another table type such as `hash` and run `postmap` on the table after modification.
|
||||
#
|
||||
# WARNING: Databases (tables above) are rebuilt during change detection. There is a minor chance of
|
||||
# a lookup occuring during a rebuild of these files that may affect or delay delivery?
|
||||
# a lookup occurring during a rebuild of these files that may affect or delay delivery?
|
||||
# TODO: Should instead perform an atomic operation with a temporary file + `mv` to replace?
|
||||
# Or switch back to using `hash` table type if plaintext access is not needed (unless retaining file for postmap).
|
||||
# Either way, plaintext copy is likely accessible if using our supported configs for providing them to the container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue