Merge "Clean up an old raw IP address from our MTAs"
This commit is contained in:
commit
0ab828f1f5
inventory/service
playbooks/zuul/files/host_vars
@ -14,7 +14,6 @@ exim_routers:
|
|||||||
domains = '!+local_domains'
|
domains = '!+local_domains'
|
||||||
ignore_target_hosts = <; \
|
ignore_target_hosts = <; \
|
||||||
0.0.0.0; \
|
0.0.0.0; \
|
||||||
64.94.110.11; \
|
|
||||||
127.0.0.0/8; \
|
127.0.0.0/8; \
|
||||||
::1/128; \
|
::1/128; \
|
||||||
fe80::/10; \
|
fe80::/10; \
|
||||||
|
@ -16,7 +16,6 @@ exim_routers:
|
|||||||
# we do not do this for traffic going to the local machine
|
# we do not do this for traffic going to the local machine
|
||||||
domains = !+local_domains
|
domains = !+local_domains
|
||||||
ignore_target_hosts = <; 0.0.0.0; \
|
ignore_target_hosts = <; 0.0.0.0; \
|
||||||
64.94.110.11; \
|
|
||||||
127.0.0.0/8; \
|
127.0.0.0/8; \
|
||||||
::1/128;fe80::/10;fe \
|
::1/128;fe80::/10;fe \
|
||||||
c0::/10;ff00::/8
|
c0::/10;ff00::/8
|
||||||
|
@ -51,7 +51,6 @@ exim_routers:
|
|||||||
{% endraw %}
|
{% endraw %}
|
||||||
domains = !+local_domains
|
domains = !+local_domains
|
||||||
ignore_target_hosts = <; 0.0.0.0; \
|
ignore_target_hosts = <; 0.0.0.0; \
|
||||||
64.94.110.11; \
|
|
||||||
127.0.0.0/8; \
|
127.0.0.0/8; \
|
||||||
::1/128;fe80::/10;fe \
|
::1/128;fe80::/10;fe \
|
||||||
c0::/10;ff00::/8
|
c0::/10;ff00::/8
|
||||||
|
@ -64,7 +64,6 @@ exim_routers:
|
|||||||
{% endraw %}
|
{% endraw %}
|
||||||
domains = !+local_domains
|
domains = !+local_domains
|
||||||
ignore_target_hosts = <; 0.0.0.0; \
|
ignore_target_hosts = <; 0.0.0.0; \
|
||||||
64.94.110.11; \
|
|
||||||
127.0.0.0/8; \
|
127.0.0.0/8; \
|
||||||
::1/128;fe80::/10;fe \
|
::1/128;fe80::/10;fe \
|
||||||
c0::/10;ff00::/8
|
c0::/10;ff00::/8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user