From dab77fecb82816abf82f3a4b72f67d2ed793e14b Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 20 Jul 2012 05:43:54 -0700 Subject: 5 minutes is not enough --- qmail.c | 2 +- tools/greylist.c | 2 +- tools/makefile | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/qmail.c b/qmail.c index 476c788..a8ddef8 100644 --- a/qmail.c +++ b/qmail.c @@ -122,7 +122,7 @@ struct qmail *qq; case 65: /* fall through */ case 66: /* fall through */ case 62: return "Zqq trouble creating files in queue (#4.3.0)"; - case 70: return "Zgreylisting in progress; please try again in 00:05:00 (#4.3.0)"; + case 70: return "Zgreylisting in progress; please try again in 00:15:00 (#4.3.0)"; case 71: return "Zmail server temporarily rejected message (#4.3.0)"; case 72: return "Zconnection to mail server timed out (#4.4.1)"; case 73: return "Zconnection to mail server rejected (#4.4.1)"; diff --git a/tools/greylist.c b/tools/greylist.c index 1e62e93..525fc9b 100644 --- a/tools/greylist.c +++ b/tools/greylist.c @@ -22,7 +22,7 @@ const int minute(60); const int hour(60*minute); const int day(24*hour); -const int minimum_age(5*minute); +const int minimum_age(15*minute); const int maximum_age(32*day); const int probation(4*hour); const int sa_good = 0; diff --git a/tools/makefile b/tools/makefile index 97c345c..3e599b8 100644 --- a/tools/makefile +++ b/tools/makefile @@ -43,6 +43,11 @@ install: logmark: logger -t jsd -p mail.info ========================= +todo: + echo zap -- kill program group \ + extended error codes from skrewt, greylist \ + extended error codes [-x] from spamc + ALWAYS: @echo ... -- cgit v1.2.3