]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Added support for protocols over Unix domain sockets.
[citadel.git] / citadel / sysconfig.h
index 9f9d6626f5a3bf7099191701b20922a47a505117..70e2162d8b3339f4beee2d76e480ac6c694abc45 100644 (file)
@@ -86,8 +86,8 @@
  * These define what port to listen on for various services.
  * FIXME ... put this in a programmable config somewhere
  */
-#define POP3_PORT              1110
-#define SMTP_PORT              2525
+#define POP3_PORT              110
+#define SMTP_PORT              25
 
 /*
  * SMTP delivery retry and give-up times
 #define SMTP_GIVE_UP           259200  /* give up after 3 days */
 
 
+/* 
+ * Pathname template to use for Unix domain sockets
+ */
+#define USOCKPATH              "/tmp/citadel%04x"
+
+
 /*
  * The names of rooms which are automatically created by the system
  */