Mercurial > repos > other > Puppet
changeset 319:6d719622c72f
Remove proxied port 25
SMTP can't be proxied (because it's unencrypted and you don't find
the target until part way into the conversation) so we don't need
a section for it.
We'll need to use Mythic Beast's "store-and-forward" mail servers
for IPv4 compatibility without SSL
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 29 Feb 2020 14:10:26 +0000 |
parents | 6c89e2c3b5aa |
children | 99e3ca448d55 |
files | modules/postfix/templates/master.cf.epp |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/modules/postfix/templates/master.cf.epp Sat Feb 29 14:08:49 2020 +0000 +++ b/modules/postfix/templates/master.cf.epp Sat Feb 29 14:10:26 2020 +0000 @@ -28,12 +28,6 @@ <%- if $mailserver_proxy != undef { -%> -[<%= $mailserver_proxy %>]:smtp inet n - n - 1 postscreen - -o postscreen_upstream_proxy_protocol=haproxy - -o smtp_bind_address6=<%= $mailserver_ip %> - -o receive_override_options=no_address_mappings - -o smtpd_sasl_auth_enable=no - [<%= $mailserver_proxy %>]:smtps inet n - n - - smtpd -o smtpd_upstream_proxy_protocol=haproxy -o smtpd_tls_wrappermode=yes