masqmail
diff src/conf.c @ 152:dfb6143e7832
mail_dir defaults to /var/mail now
hence one usually does not need to specify it in masqmail.conf
author | meillo@marmaro.de |
---|---|
date | Wed, 07 Jul 2010 13:34:19 +0200 |
parents | e20fe8c9936a |
children | 51d8eadf3c79 |
line diff
1.1 --- a/src/conf.c Wed Jul 07 10:32:00 2010 +0200 1.2 +++ b/src/conf.c Wed Jul 07 13:34:19 2010 +0200 1.3 @@ -434,6 +434,7 @@ 1.4 conf.max_msg_size = 0; /* no limit on msg size */ 1.5 conf.spool_dir = SPOOL_DIR; 1.6 conf.log_dir = LOG_DIR; 1.7 + conf.mail_dir = "/var/mail"; 1.8 1.9 if ((in = fopen(filename, "r")) == NULL) { 1.10 fprintf(stderr, "could not open config file %s: %s\n", filename, strerror(errno));