From 91638c7fe0a9919a1c0b554d307a6c32a9f1c85d Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Sat, 23 Nov 2019 13:58:29 +0100 Subject: [PATCH] Removed the postgrey option that specifies which whitelist file to use. This allows the usage of a .local verion (#1675) --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index e39f8aff..75e09a11 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -208,7 +208,7 @@ tools/editconf.py /etc/postfix/main.cf \ # e-mails really latter, delay of greylisting has been set to # 180 seconds (default is 300 seconds). tools/editconf.py /etc/default/postgrey \ - POSTGREY_OPTS=\"'--inet=127.0.0.1:10023 --delay=180 --whitelist-recipients=/etc/postgrey/whitelist_clients'\" + POSTGREY_OPTS=\"'--inet=127.0.0.1:10023 --delay=180'\" # We are going to setup a newer whitelist for postgrey, the version included in the distribution is old