X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=7b749753a1766ce57762eca91ebe12d05b89a647;hb=51d565d26ccd8cbca6aadc7339390255dfb1b200;hp=7efd4eaed704fa3c27e944e8b4bb3d80d60a4d92;hpb=a470ca2b2854de772288f63dfbb4c179706a2ab9;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 7efd4eaed..7b749753a 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -68,15 +68,18 @@ #define HOUSEKEEPING_WAKEUP 60 +/* + * NLI is the string that shows up in a ho's online listing for sessions + * that are active, but for which no user has yet authenticated. + */ #define NLI "(not logged in)" - -/*** STRUCTURE SIZE VARIABLES ***/ - -/* You may NOT change this value once you set up your system. */ -#define MAXFLOORS 16 /* Do not set higher than 127 */ - -/*** END OF STRUCTURE SIZE VARIABLES ***/ +/* + * Maximum number of floors on the system. + * WARNING! *Never* change this value once your system is up; THINGS WILL DIE! + * Also, do not set it higher than 127. + */ +#define MAXFLOORS 16 /* @@ -86,6 +89,13 @@ #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_RETRY_INTERVAL 900 /* retry sends every 15 minutes */ +#define SMTP_GIVE_UP 259200 /* give up after 3 days */ + /* * The names of rooms which are automatically created by the system