X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=98095fa70ca4bee5819af0da813a26f79c35b9a0;hb=9dc7bcd39e5c317b6ca3f4f84f458c9cfccb878d;hp=70f6d01d0c94d076d0294bb838f9237c02958598;hpb=734fdd6797cc597be60ff9e9ab93477100f7d286;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 70f6d01d0..98095fa70 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -82,18 +82,6 @@ #define MAXFLOORS 16 -/* - * These define what port to listen on for various services. - * If you don't want to run these services on the network, you can specify - * a negative port number to create Unix domain sockets. This will allow, - * for example, the "citmail" utility to connect to the Citadel SMTP server - * to import email, without having to actually run Citadel SMTP on the network. - * - * 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 @@ -102,12 +90,6 @@ #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 */