fix postfix entries so that they use 10.3.160.0/19 network versus phx2 networks
This commit is contained in:
parent
67317619a1
commit
c9cb4a5d5f
2 changed files with 2 additions and 5 deletions
|
@ -292,7 +292,7 @@ unknown_local_recipient_reject_code = 550
|
||||||
#mynetworks = $config_directory/mynetworks
|
#mynetworks = $config_directory/mynetworks
|
||||||
#mynetworks = hash:/etc/postfix/network_table
|
#mynetworks = hash:/etc/postfix/network_table
|
||||||
|
|
||||||
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
|
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
|
# The relay_domains parameter restricts what destinations this system will
|
||||||
# relay mail to. See the smtpd_recipient_restrictions description in
|
# relay mail to. See the smtpd_recipient_restrictions description in
|
||||||
|
|
|
@ -5,10 +5,7 @@
|
||||||
# The localhost IP (127.0.0.1) should always be the first entry in this file.
|
# The localhost IP (127.0.0.1) should always be the first entry in this file.
|
||||||
127.0.0.1
|
127.0.0.1
|
||||||
::1
|
::1
|
||||||
10.5.124.128/25
|
10.3.160.0/19
|
||||||
10.5.125.0/24
|
|
||||||
10.5.126.0/24
|
|
||||||
10.5.129.0/24
|
|
||||||
192.168.0.0/16
|
192.168.0.0/16
|
||||||
#host.example.com
|
#host.example.com
|
||||||
#192.168.1.0/24
|
#192.168.1.0/24
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue