From: Art Cancro Date: Tue, 14 Apr 2009 14:47:14 +0000 (+0000) Subject: * SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes) X-Git-Tag: v7.86~1267 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8315168cf7f53adcbf7cd90bcc205886192fec7b * SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes) --- 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 */