diff options
author | Stephen Smoogen <smooge@redhat.com> | 2016-02-05 20:52:56 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2016-02-05 20:52:56 +0000 |
commit | 429781ddae15c49cbf619755ff76be4acbd667cb (patch) | |
tree | 1efa7d49e7d2b6abe852fbb47f704868d3ae7580 | |
parent | a06f96f81a20ce98eafca11362a08ea464c26e5d (diff) | |
download | ansible-429781ddae15c49cbf619755ff76be4acbd667cb.tar.gz ansible-429781ddae15c49cbf619755ff76be4acbd667cb.tar.xz ansible-429781ddae15c49cbf619755ff76be4acbd667cb.zip |
and lo, a herald angel called forth and said let there be vlans, and there were vlans... and it was good.
-rw-r--r-- | roles/base/files/postfix/main.cf/main.cf.gateway | 2 |
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 |