diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-07-26 17:50:18 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-07-26 17:50:18 +0000 |
commit | e4e3d6263b35c61abf3903a21f3ae2c7974cdcca (patch) | |
tree | 8af6ec2c914cd46281e6b669173b7f66382e8f0b /postfix/smtpd_recipient_restrictions | |
parent | b026f0721a900cce979bda3987b4eb20c605bea3 (diff) |
Add commented out greylisting line.
Diffstat (limited to 'postfix/smtpd_recipient_restrictions')
-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 59d5dd6..8681d7d 100644 --- a/postfix/smtpd_recipient_restrictions +++ b/postfix/smtpd_recipient_restrictions @@ -3,7 +3,7 @@ # # Used by tweak script postfix.sh # -# $Id: smtpd_recipient_restrictions,v 1.6 2004-02-03 22:16:17 jonas Exp $ +# $Id: smtpd_recipient_restrictions,v 1.7 2006-07-26 17:50:18 jonas Exp $ # reject_unknown_recipient_domain @@ -12,5 +12,6 @@ permit_sasl_authenticated # Silently ignored if TLS not in use reject_non_fqdn_recipient permit_mx_backup reject_unauth_destination +#check_policy_service inet:127.0.0.1:60000 # Activate greylisting (do it manually for now - spaces not supported here... :-( ) reject_maps_rbl # Activate Realtime Blackhole Lists (with Postfix 2.x, expanded to content of file maps_rbl_domains) permit |