* Replaced citmail.c with a new one that simply SMTP-forwards to Citadel
[citadel.git] / citadel / sysconfig.h
index a32afa728e648a34fddb88998ad96ed56ff05edf..f654a63fdef05a7eec33c3161a3a550d69b699f8 100644 (file)
 #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__"