From 04efbcf7327f8d6489f853c2bf272929ab7a4f3c Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 12 Aug 2020 20:45:14 -0400 Subject: [PATCH] add in correct main.cf also --- .../postfix/main.cf/main.cf.bastion01.iad2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/postfix/main.cf/main.cf.bastion01.iad2.fedoraproject.org b/roles/base/files/postfix/main.cf/main.cf.bastion01.iad2.fedoraproject.org index 3be9548a90..fc22c4a3a7 100644 --- a/roles/base/files/postfix/main.cf/main.cf.bastion01.iad2.fedoraproject.org +++ b/roles/base/files/postfix/main.cf/main.cf.bastion01.iad2.fedoraproject.org @@ -296,7 +296,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.3.160.0/24, 10.3.161.0/24, 10.3.162.0/24, 10.3.163.0/24, 10.3.164.0/24, 10.3.165.0/24, 10.3.166.0/24, 10.3.167.0/24, 10.3.168.0/24, 10.3.169.0/24, 10.3.170.0/24, 10.3.171.0/24, 10.3.172.0/24, 10.3.173.0/24, 10.3.174.0/24, 10.3.175.0/24, 10.3.176.0/24, 10.3.177.0/24, 192.168.0.0/16 +mynetworks = localhost.localdomain, localhost, 127.0.0.1, 10.3.160.0/19, 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