* Get/save arbitrary configs
[citadel.git] / citadel / sysconfig.h
index f654a63fdef05a7eec33c3161a3a550d69b699f8..3ce4597f87e514ffb5fca948d6931d33a2f09ebd 100644 (file)
  */
 #define POP3_PORT              1110
 #define SMTP_PORT              2525
+
+
+/*
+ * 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__"