From 22aca135a5d1658b0d753e85cc7db8342fd96730 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 1 Jun 2017 19:12:37 +0200 Subject: postfix: don't rate-limit our IPsec subnet. --- roles/common/templates/etc/postfix/master.cf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/common/templates/etc/postfix/master.cf.j2') diff --git a/roles/common/templates/etc/postfix/master.cf.j2 b/roles/common/templates/etc/postfix/master.cf.j2 index 52b2ec4..71deb29 100644 --- a/roles/common/templates/etc/postfix/master.cf.j2 +++ b/roles/common/templates/etc/postfix/master.cf.j2 @@ -24,8 +24,10 @@ submission inet n - - - - smtpd -o tls_high_cipherlist=EECDH+AESGCM:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL {% if groups.webmail | difference([inventory_hostname]) | length > 0 %} [{{ postfix_instance.MSA.addr }}]:{{ postfix_instance.MSA.port }} inet n - - - - smtpd + -o broken_sasl_auth_clients=no -o smtpd_tls_security_level=none -o smtpd_sasl_security_options=noanonymous + -o smtpd_sasl_exceptions_networks= {% endif %} {% elif inst in ['IMAP', 'out', 'lists'] %} [{{ postfix_instance[inst].addr }}]:{{ postfix_instance[inst].port }} inet n - - - - smtpd -- cgit v1.2.3