Mercurial > masqmail
diff src/conf.c @ 154:fc1e5aa286ed
merge
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 09:20:34 +0200 |
parents | 51d8eadf3c79 |
children | b5ab9cb2f18a |
line wrap: on
line diff
--- a/src/conf.c Thu Jul 08 00:53:49 2010 +0200 +++ b/src/conf.c Thu Jul 08 09:20:34 2010 +0200 @@ -432,6 +432,10 @@ conf.alias_local_cmp = strcmp; conf.max_defer_time = 86400 * 4; /* 4 days */ conf.max_msg_size = 0; /* no limit on msg size */ + conf.spool_dir = SPOOL_DIR; + conf.log_dir = LOG_DIR; + conf.local_hosts = parse_list("localhost", FALSE); + conf.mail_dir = "/var/mail"; if ((in = fopen(filename, "r")) == NULL) { fprintf(stderr, "could not open config file %s: %s\n", filename, strerror(errno));