* Properly handle all aliases specified in network/mail.aliases for incoming
[citadel.git] / citadel / sysconfig.h
index 7b749753a1766ce57762eca91ebe12d05b89a647..9f9d6626f5a3bf7099191701b20922a47a505117 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              110
-#define SMTP_PORT              25
+#define POP3_PORT              1110
+#define SMTP_PORT              2525
 
 /*
  * SMTP delivery retry and give-up times