]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* I dunno
[citadel.git] / citadel / sysconfig.h
index 9f9d6626f5a3bf7099191701b20922a47a505117..cb98333238a6ddc33078132452096c3b7d73ce13 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * $Id$
+ *
+ */
+
 /****************************************************************************/
 /*                  YOUR SYSTEM CONFIGURATION                               */
 /* Set all the values in this file appropriately BEFORE compiling any of the*/
 #define MAXFLOORS      16
 
 
-/* 
- * These define what port to listen on for various services.
- * FIXME ... put this in a programmable config somewhere
+/*
+ * Command buffer size (do not change!)
  */
-#define POP3_PORT              1110
-#define SMTP_PORT              2525
+#define SIZ            4096
 
 /*
  * SMTP delivery retry and give-up times
- * FIXME ... put this in a programmable config somewhere
  */
 #define        SMTP_RETRY_INTERVAL     900     /* retry sends every 15 minutes */
-#define SMTP_GIVE_UP           259200  /* give up after 3 days */
+#define SMTP_GIVE_UP           432000  /* give up after 5 days */
 
 
 /*
 #define MAILROOM               "Mail"
 #define AIDEROOM               "Aide"
 #define USERCONFIGROOM         "My Citadel Config"
+#define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"