X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/9a7ab50f8b155bf34e3819e208cade8517e9e2ae..7273ecf5a25c5b4a418b8356482cafb922d59a3c:/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