* SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes)
authorArt Cancro <ajc@citadel.org>
Tue, 14 Apr 2009 14:47:14 +0000 (14:47 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 14 Apr 2009 14:47:14 +0000 (14:47 +0000)
citadel/sysconfig.h

index 98dc149cf554de3596678a53e2ac823089e4be78..22d40295a478d25e603c43f131d80d834a1264ba 100644 (file)
@@ -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 */