From d8a4f3b033f234b876b86afced60e4856d868d80 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 18 Oct 2015 15:23:10 +0200 Subject: [PATCH] Fixed PR #27 with correct subnet --- postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/main.cf b/postfix/main.cf index 0ead2587..7bedd2e8 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -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 172.17.42.1/16 +mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 172.17.0.0/16 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all