From f4614338004155fc1951e880b9bf99c7f781728f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 24 Sep 2006 05:58:00 +0000 Subject: Use ^ (not $) as space marker. --- postfix/smtpd_recipient_restrictions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postfix/smtpd_recipient_restrictions') diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions index e1a1071..b358599 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.9 2006-09-24 05:53:12 jonas Exp $ +# $Id: smtpd_recipient_restrictions,v 1.10 2006-09-24 05:58:00 jonas Exp $ # reject_unlisted_recipient # This one works only with postfix 2.1 and newer @@ -13,6 +13,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 (if installed on system, else fail!) +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 -- cgit v1.2.3