diff options
author | John Denker <jsd@av8n.com> | 2012-07-20 05:43:54 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-20 05:43:54 -0700 |
commit | dab77fecb82816abf82f3a4b72f67d2ed793e14b (patch) | |
tree | 29e60967f89b85e8b2ade480e1f49ff2b13e0f19 | |
parent | ed7b4fbb1101641b26aad3e3376fca8586f66f09 (diff) |
5 minutes is not enough
-rw-r--r-- | qmail.c | 2 | ||||
-rw-r--r-- | tools/greylist.c | 2 | ||||
-rw-r--r-- | tools/makefile | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -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 ... |