From 2b5b2b02200bb9d19bb269033eeb3e8b16dace19 Mon Sep 17 00:00:00 2001 From: Xoib Date: Tue, 19 May 2015 11:53:10 +0200 Subject: [PATCH] softer the greylisting delay restriction --- 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 e9e189a7..972d9f32 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -172,7 +172,7 @@ tools/editconf.py /etc/postfix/main.cf \ # Postfix connects to Postgrey on the 127.0.0.1 interface specifically. Ensure that # Postgrey listens on the same interface (and not IPv6, for instance). tools/editconf.py /etc/default/postgrey \ - POSTGREY_OPTS=\"--inet=127.0.0.1:10023\" + 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.