]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* FIXME
[citadel.git] / citadel / sysconfig.h
index 3ce4597f87e514ffb5fca948d6931d33a2f09ebd..7efd4eaed704fa3c27e944e8b4bb3d80d60a4d92 100644 (file)
 
 /* 
  * These define what port to listen on for various services.
- * FIX ... put this in a programmable config somewhere
+ * FIXME ... put this in a programmable config somewhere
  */
-#define POP3_PORT              1110
-#define SMTP_PORT              2525
+#define POP3_PORT              110
+#define SMTP_PORT              25
 
 
 /*