mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
postfix to external addresses
This commit is contained in:
parent
4ff952345d
commit
a946ee2328
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ additional_dns_maildomains: 'mail.l3d.space imap.l3d.space smtp.l3d.space'
|
|||
|
||||
# mailserver
|
||||
mailserver_domain: "{{ _mailserver_domain }}"
|
||||
postfix__inet_interfaces: "127.0.0.1, ::1, {{ hostvars[ inventory_hostname ].ansible_default_ipv4.address }}, {{ hostvars[ inventory_hostname ].ansible_default_ipv6.address }}"
|
||||
|
||||
# mail mysql access
|
||||
mailserver__mysql_password: "{{ _mailserver__mysql_password }}"
|
||||
|
|
Loading…
Reference in a new issue