masqmail

diff src/conf.c @ 153:51d8eadf3c79

local_hosts defaults to `localhost' now this is a very basic setting you really should set it to something like "localhost;foo;foo.example.org"
author meillo@marmaro.de
date Wed, 07 Jul 2010 13:38:33 +0200
parents dfb6143e7832
children b5ab9cb2f18a
line diff
     1.1 --- a/src/conf.c	Wed Jul 07 13:34:19 2010 +0200
     1.2 +++ b/src/conf.c	Wed Jul 07 13:38:33 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.local_hosts = parse_list("localhost", FALSE);
     1.8  	conf.mail_dir = "/var/mail";
     1.9  
    1.10  	if ((in = fopen(filename, "r")) == NULL) {