1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-22 23:46:54 +02:00

Merge pull request #27 from dy0nysos/patch-1

Added docker subnet to avoid relay access denied
This commit is contained in:
Thomas VIAL 2015-10-16 15:15:55 +02:00
commit 54b5186080

View File

@ -11,7 +11,7 @@ alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 172.17.42.1/16
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all