X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/e103cc2f91aa9efc164969bdc146ff87f8cff276..ee0707947ed908dfcba302f36dacc330316382d8:/host_vars/template.yml diff --git a/host_vars/template.yml b/host_vars/template.yml index 99d2b4b..bd5ccb1 100644 --- a/host_vars/template.yml +++ b/host_vars/template.yml @@ -1,6 +1,10 @@ postfix: # optional: Whether to put a postscreen on port 25 postscreen: True + # optional: Open another SMTP daemon on port 26 that only accepts mail from local hosts + # (and whitelisted client certs, if applicable). Useful when the source of the mail is in + # a network that blocks port 25 outgoing. + smtpd_26: True # optional: Whether to accept emails for arbitrary destination on the submission port, # authenticated by dovecot. Requires a dovecot: section (see below). submission: True