]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Shut off hostname resolution when dealing with Unix domain sockets
[citadel.git] / citadel / citadel.h
index 46a55e8cf496eece7f110d0074f3fa6b5e579190..a4d264ae88ddb1a28b28ef37deca224412458bf3 100644 (file)
@@ -78,6 +78,8 @@ struct config {
        long c_maxmsglen;               /* Maximum message length           */
        int c_min_workers;              /* Lower limit on number of threads */
        int c_max_workers;              /* Upper limit on number of threads */
+       int c_pop3_port;                /* POP3 listener port (usually 110) */
+       int c_smtp_port;                /* SMTP listener port (usually 25)  */
 };
 
 #define NODENAME               config.c_nodename