Clean up an old raw IP address from our MTAs
For some reason, this was in our original lists.openstack.org Exim configuration when we first imported it to Puppet so many years ago. Somehow it's survived and multiplied its way into other configs as well. Time to finally let it go. Change-Id: I23470c10ae0324954cb2afda929c86e7ad34663e
This commit is contained in:
parent
6ba92c3a52
commit
35ddeb06c7
@ -14,7 +14,6 @@ exim_routers:
|
||||
domains = '!+local_domains'
|
||||
ignore_target_hosts = <; \
|
||||
0.0.0.0; \
|
||||
64.94.110.11; \
|
||||
127.0.0.0/8; \
|
||||
::1/128; \
|
||||
fe80::/10; \
|
||||
|
@ -16,7 +16,6 @@ exim_routers:
|
||||
# we do not do this for traffic going to the local machine
|
||||
domains = !+local_domains
|
||||
ignore_target_hosts = <; 0.0.0.0; \
|
||||
64.94.110.11; \
|
||||
127.0.0.0/8; \
|
||||
::1/128;fe80::/10;fe \
|
||||
c0::/10;ff00::/8
|
||||
|
@ -51,7 +51,6 @@ exim_routers:
|
||||
{% endraw %}
|
||||
domains = !+local_domains
|
||||
ignore_target_hosts = <; 0.0.0.0; \
|
||||
64.94.110.11; \
|
||||
127.0.0.0/8; \
|
||||
::1/128;fe80::/10;fe \
|
||||
c0::/10;ff00::/8
|
||||
|
@ -64,7 +64,6 @@ exim_routers:
|
||||
{% endraw %}
|
||||
domains = !+local_domains
|
||||
ignore_target_hosts = <; 0.0.0.0; \
|
||||
64.94.110.11; \
|
||||
127.0.0.0/8; \
|
||||
::1/128;fe80::/10;fe \
|
||||
c0::/10;ff00::/8
|
||||
|
Loading…
Reference in New Issue
Block a user