You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
Fix several typos (#2990)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user