]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Replaced citmail.c with a new one that simply SMTP-forwards to Citadel
[citadel.git] / citadel / sysconfig.h
index 10796413d7195ac68062fb01712219133ca99eca..f654a63fdef05a7eec33c3161a3a550d69b699f8 100644 (file)
 #define HOUSEKEEPING_WAKEUP    60
 
 
+#define NLI    "(not logged in)"
+
+
 /*** STRUCTURE SIZE VARIABLES ***/
 
 /* You may NOT change this value once you set up your system.      */
 #define MAXFLOORS      16              /* Do not set higher than 127       */
 
 /*** END OF STRUCTURE SIZE VARIABLES ***/
+
+
+/* 
+ * These define what port to listen on for various services.
+ * FIX ... put this in a programmable config somewhere
+ */
+#define POP3_PORT              1110
+#define SMTP_PORT              2525
+#define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"