Fix problem postgrey configuration

This commit is contained in:
John Supplee 2019-03-24 18:48:53 +02:00
parent 0100801a24
commit e8cb17c586
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ postconf -e smtpd_sender_restrictions="reject_non_fqdn_sender,reject_unknown_sen
RECIPIENT_RESTRICTIONS="permit_sasl_authenticated,permit_mynetworks,reject_rbl_client zen.spamhaus.org,reject_unlisted_recipient"
if [ $POSTGREY != 1 ]; then
if [ $POSTGREY == 1 ]; then
RECIPIENT_RESTRICTIONS="${RECIPIENT_RESTRICTIONS},check_policy_service inet:127.0.0.1:10023"
fi