summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2006-08-29 20:57:52 +0000
committerJonas Smedegaard <dr@jones.dk>2006-08-29 20:57:52 +0000
commit56c7578b33e8c56dbbd0f53e6c4e52cab0f0b7db (patch)
tree190437f70a5563e7a1b66c80a5c7f82e4c52529a /postfix/smtpd_recipient_restrictions
parent70ed45bbff9571f722652f13381a12b4faf2f184 (diff)
Enable greylisting, or fail hard if postgrey not installed.
Diffstat (limited to 'postfix/smtpd_recipient_restrictions')
-rw-r--r--postfix/smtpd_recipient_restrictions10
1 files changed, 5 insertions, 5 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions
index 8681d7d..241c975 100644
--- a/postfix/smtpd_recipient_restrictions
+++ b/postfix/smtpd_recipient_restrictions
@@ -3,15 +3,15 @@
#
# Used by tweak script postfix.sh
#
-# $Id: smtpd_recipient_restrictions,v 1.7 2006-07-26 17:50:18 jonas Exp $
+# $Id: smtpd_recipient_restrictions,v 1.8 2006-08-29 20:57:52 jonas Exp $
#
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
+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
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)
+check_policy_service$inet:127.0.0.1:60000 # Activate greylisting (if installed on system, else fail!)
+reject_maps_rbl # Activate Realtime Blackhole Lists (with Postfix 2.x, expanded to content of file maps_rbl_domains)
permit