mirror of https://dev.ccchb.de/ccchb/ansible.git
Mlmmj expects to talk to the relayhost over 127.0.0.1
This commit is contained in:
parent
4afadb1674
commit
7192608aee
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
dovecot_listen: '[2a01:4f8:150:926f::2], 176.9.59.104'
|
dovecot_listen: '[2a01:4f8:150:926f::2], 176.9.59.104'
|
||||||
|
|
||||||
postfix_inet_interfaces: '[2a01:4f8:150:926f::2], 176.9.59.104'
|
postfix_inet_interfaces: '[2a01:4f8:150:926f::2], 176.9.59.104, 127.0.0.1'
|
||||||
postfix_my_networks:
|
postfix_my_networks:
|
||||||
- '2a01:4f8:150:926f::2'
|
- '2a01:4f8:150:926f::2'
|
||||||
- '176.9.59.104'
|
- '176.9.59.104'
|
||||||
|
- '127.0.0.1'
|
||||||
|
|
||||||
haproxy_v4: 176.9.59.104
|
haproxy_v4: 176.9.59.104
|
||||||
haproxy_v6: 2a01:4f8:150:926f::2
|
haproxy_v6: 2a01:4f8:150:926f::2
|
||||||
|
|
Loading…
Reference in New Issue