* Shut off hostname resolution when dealing with Unix domain sockets
[citadel.git] / citadel / sysconfig.h
index 70f6d01d0c94d076d0294bb838f9237c02958598..98095fa70ca4bee5819af0da813a26f79c35b9a0 100644 (file)
 #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
 #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
  */