]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Implemented the deprecated "LAST" command in POP3. Some clients need it.
[citadel.git] / citadel / sysconfig.h
index f654a63fdef05a7eec33c3161a3a550d69b699f8..198f7e557144b00ffd2536dd8a8d17742de1fcee 100644 (file)
  * 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 POP3_PORT              110
+#define SMTP_PORT              25
+
+
+/*
+ * The names of rooms which are automatically created by the system
+ */
+#define BASEROOM               "Lobby"
+#define MAILROOM               "Mail"
+#define AIDEROOM               "Aide"
+#define USERCONFIGROOM         "My Citadel Config"
+#define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"