X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a0ef97a3169e9da8b4618116075d54c49b4292b4..46730acf42cbde7d087b887eb78c3f06dc27d9ca:/roles/email/templates/master.cf diff --git a/roles/email/templates/master.cf b/roles/email/templates/master.cf index e6eeb14..f053746 100644 --- a/roles/email/templates/master.cf +++ b/roles/email/templates/master.cf @@ -41,7 +41,20 @@ verify unix - - y - 1 verify flush unix n - y 1000? 0 flush proxymap unix - - n - - proxymap proxywrite unix - - n - 1 proxymap +{% if postfix.smtp_outgoing is defined %} +{% for item in postfix.smtp_outgoing %} +{{item.name}} unix - - - - - smtp + -o smtp_helo_name={{item.hostname}} + -o smtp_bind_address={{item.ip}} +{% if item.ip_v6 is defined %} + -o smtp_bind_address6={{item.ip_v6}} +{% else %} + -o inet_protocols=ipv4 +{% endif %} +{% endfor %} +{% else %} smtp unix - - y - - smtp +{% endif %} relay unix - - y - - smtp # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - y - - showq