From 5cb9373828e4501718e505ca4ac3800a15a30e79 Mon Sep 17 00:00:00 2001 From: Xoib Date: Tue, 26 May 2015 15:52:12 +0200 Subject: [PATCH] softer the greylisting delay restriction Fix previous merge (editconf script applying well) --- 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 efc833db..bd10546b 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -177,7 +177,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\" + POSTGREY_OPTS=\"'--inet=127.0.0.1:10023 --delay=180'\" # Increase the message size limit from 10MB to 128MB. # The same limit is specified in nginx.conf for mail submitted via webmail and Z-Push.