diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-09-24 05:53:12 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-09-24 05:53:12 +0000 |
commit | 5d574af331fcef9154bc1b8b66a8a6855c0868f2 (patch) | |
tree | a534f87ca63f2df8b5d2593cb92fb1f84c97bbc0 /postfix | |
parent | 5d6c13e71dc05139831e360f3ccb49b18cf7d7e6 (diff) |
Add reject_unlisted_recipient to smtpd_recipient_restrictions.
Diffstat (limited to 'postfix')
-rw-r--r-- | postfix/smtpd_recipient_restrictions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions index 241c975..e1a1071 100644 --- a/postfix/smtpd_recipient_restrictions +++ b/postfix/smtpd_recipient_restrictions @@ -3,9 +3,10 @@ # # Used by tweak script postfix.sh # -# $Id: smtpd_recipient_restrictions,v 1.8 2006-08-29 20:57:52 jonas Exp $ +# $Id: smtpd_recipient_restrictions,v 1.9 2006-09-24 05:53:12 jonas Exp $ # +reject_unlisted_recipient # This one works only with postfix 2.1 and newer 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 |