diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-02-05 17:51:24 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-02-05 17:51:24 +0000 |
commit | 4570b32c198775f548226f02722a102cff8ad867 (patch) | |
tree | 00bd931644affc7b77638bf6fca38d0dbaa54121 | |
parent | 54ff43f6e148bebdb8f8d8107976e7e11a8f5c8f (diff) |
Disable reject_unlisted_recipient as it does not work with mailman transport.
-rw-r--r-- | postfix/smtpd_recipient_restrictions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions index b358599..491d3e3 100644 --- a/postfix/smtpd_recipient_restrictions +++ b/postfix/smtpd_recipient_restrictions @@ -3,10 +3,10 @@ # # Used by tweak script postfix.sh # -# $Id: smtpd_recipient_restrictions,v 1.10 2006-09-24 05:58:00 jonas Exp $ +# $Id: smtpd_recipient_restrictions,v 1.11 2007-02-05 17:51:24 jonas Exp $ # -reject_unlisted_recipient # This one works only with postfix 2.1 and newer +#reject_unlisted_recipient # This one works only with postfix 2.1 and newer - and breaks when using mailman transport :-( reject_unknown_recipient_domain permit_mynetworks # Move this below FQDN-checks on a "true mailhub" - some Debian daemons send to "localhost" permit_sasl_authenticated # Silently ignored if TLS not in use |