Browse Source

Set `smtpd_relay_restrictions` to backwards compatible mode. Resolves #231.

Alex Payne 10 years ago
parent
commit
e6bd0a08c2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      roles/mailserver/templates/etc_postfix_main.cf.j2

+ 4
- 0
roles/mailserver/templates/etc_postfix_main.cf.j2 View File

@@ -52,6 +52,10 @@ smtpd_sasl_auth_enable = yes
52 52
 broken_sasl_auth_clients = yes
53 53
 smtpd_sasl_security_options = noanonymous
54 54
 
55
+# set to empty value for backwards compatibility
56
+# as per http://www.postfix.org/postconf.5.html#smtpd_relay_restrictions
57
+smtpd_relay_restrictions =
58
+
55 59
 smtpd_recipient_restrictions =
56 60
   permit_sasl_authenticated,
57 61
   permit_mynetworks,

Loading…
Cancel
Save