From d595e8fbd93605f53a8c40a603df545cc5b121a0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 24 Sep 2007 23:15:08 +0000 Subject: Trust recipient verification. --- postfix/postfix.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'postfix') diff --git a/postfix/postfix.sh b/postfix/postfix.sh index ee7c8de..66b5a66 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -3,7 +3,7 @@ # /etc/local-COMMON/postfix/postfix.sh # Copyright 2002-2007 Jonas Smedegaard # -# $Id: postfix.sh,v 1.59 2007-09-24 16:11:06 jonas Exp $ +# $Id: postfix.sh,v 1.60 2007-09-24 23:15:08 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -147,6 +147,9 @@ cat /etc/local-COMMON/postfix/maildomains | grep -v yahoo | sort | sed 's/$/ rej postmap "$confdir/sender_access" $postconf -e "unverified_sender_reject_code = 550" +# Trust recipient verification too +$postconf -e "unverified_recipient_reject_code = 550" + # TLS breaks postfix if no SASL modules available (and doesn't make sense either) # (change the test if using some other modules and avoid the plain ones) if [ -n "$sasl2" ] && [ -f /etc/ssl/certs/postfix.pem ]; then -- cgit v1.2.3