Merge branch 'extended' of supplee.net:mailinabox-quota into extended

This commit is contained in:
John Supplee 2019-03-09 14:51:36 +02:00
commit 761bb054ce
1 changed files with 1 additions and 2 deletions

View File

@ -212,6 +212,7 @@ if [ $POLICY_SPF == 1 ]; then
RECIPIENT_RESTRICTIONS="${RECIPIENT_RESTRICTIONS},check_policy_service unix:private/policy-spf"
fi
# Add quota check
RECIPIENT_RESTRICTIONS="${RECIPIENT_RESTRICTIONS},check_policy_service inet:127.0.0.1:12340"
postconf -e smtpd_recipient_restrictions="$RECIPIENT_RESTRICTIONS"
@ -270,5 +271,3 @@ else
hide_output systemctl disable postgrey
hide_output systemctl stop postgrey
fi
restart_service postgrey