Small updates

This commit is contained in:
Michiel Broek
2002-02-04 15:20:31 +00:00
parent d1c532d1ca
commit 636447441d
4 changed files with 48 additions and 43 deletions

View File

@@ -326,7 +326,7 @@ void load_maincfg(void)
CFG.maxpktsize = 150;
CFG.maxarcsize = 300;
sprintf(CFG.badboard, "%s/var/mail/badmail", getenv("MBSE_ROOT"));
sprintf(CFG.dupboard, "%s/var/mail/dupmail", getenv("MBSE_ROOT"));
sprintf(CFG.dupboard, "%s/var/mail/dupemail", getenv("MBSE_ROOT"));
sprintf(CFG.popnode, "localhost");
sprintf(CFG.smtpnode, "localhost");
sprintf(CFG.nntpnode, "localhost");