From 8315168cf7f53adcbf7cd90bcc205886192fec7b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 14 Apr 2009 14:47:14 +0000 Subject: [PATCH] * SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes) --- citadel/sysconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 98dc149cf..22d40295a 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -63,7 +63,7 @@ * successful delivery has been accomplished after SMTP_GIVE_UP seconds, the * message will be returned to its sender. */ -#define SMTP_RETRY_INTERVAL 900 /* 15 minutes */ +#define SMTP_RETRY_INTERVAL 300 /* 5 minutes */ #define SMTP_RETRY_MAX 43200 /* 12 hours */ #define SMTP_GIVE_UP 432000 /* 5 days */ -- 2.30.2