summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/base/files/postfix/main.cf/main.cf.gateway2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/base/files/postfix/main.cf/main.cf.gateway b/roles/base/files/postfix/main.cf/main.cf.gateway
index 9c13e684e..37b6a8733 100644
--- a/roles/base/files/postfix/main.cf/main.cf.gateway
+++ b/roles/base/files/postfix/main.cf/main.cf.gateway
@@ -275,7 +275,7 @@ unknown_local_recipient_reject_code = 550
#mynetworks = $config_directory/mynetworks
#mynetworks = hash:/etc/postfix/network_table
-mynetworks = localhost.localdomain, localhost, 127.0.0.1, 10.5.125.0/24, 10.5.126.0/24, 10.5.127.0/24, 192.168.0.0/16, 10.5.124.128/25
+mynetworks = localhost.localdomain, localhost, 127.0.0.1, 10.5.124.128/25, 10.5.125.0/24, 10.5.126.0/24, 10.5.127.0/24, 10.5.128.0/24, 10.5.129.0/24, 10.5.130.0/24, 10.5.131.0/24, 10.5.78.0/24, 10.5.79.0/24, 192.168.0.0/16
# The relay_domains parameter restricts what destinations this system will
# relay mail to. See the smtpd_recipient_restrictions description in