postfix: offer opening another smtpd on port 26
[ansible.git] / host_vars / template.yml
index 99d2b4b00b441e7f758096a57668fe3852bdcb92..bd5ccb1bbc7a9e301ac7d91d4f50808499619652 100644 (file)
@@ -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