]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Set up a private "Sent/Received Pages" room for each user
[citadel.git] / citadel / sysconfig.h
index 70e2162d8b3339f4beee2d76e480ac6c694abc45..dd445ce9d67b966160b3707e7143d6e26b7d1f4b 100644 (file)
 #define MAXFLOORS      16
 
 
-/* 
- * These define what port to listen on for various services.
- * FIXME ... put this in a programmable config somewhere
- */
-#define POP3_PORT              110
-#define SMTP_PORT              25
-
 /*
  * 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 */
-
-
-/* 
- * Pathname template to use for Unix domain sockets
- */
-#define USOCKPATH              "/tmp/citadel%04x"
+#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__"