Mercurial > masqmail
comparison src/conf.c @ 395:5f0829f8e6c7
Removed log_max_pri limit. It makes no sense.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 18 Feb 2012 19:39:11 +0100 |
parents | c8e3d1a79313 |
children | 6f2a8113a79e |
comparison
equal
deleted
inserted
replaced
394:c8e3d1a79313 | 395:5f0829f8e6c7 |
---|---|
394 { | 394 { |
395 FILE *in; | 395 FILE *in; |
396 gchar lval[256], rval[2048]; | 396 gchar lval[256], rval[2048]; |
397 GList *listen_addrs_tmp = NULL; | 397 GList *listen_addrs_tmp = NULL; |
398 | 398 |
399 conf.log_max_pri = 7; | |
400 conf.do_relay = TRUE; | 399 conf.do_relay = TRUE; |
401 conf.localpartcmp = strcmp; | 400 conf.localpartcmp = strcmp; |
402 conf.max_defer_time = 86400 * 4; /* 4 days */ | 401 conf.max_defer_time = 86400 * 4; /* 4 days */ |
403 conf.max_msg_size = 0; /* no limit on msg size */ | 402 conf.max_msg_size = 0; /* no limit on msg size */ |
404 conf.spool_dir = SPOOL_DIR; | 403 conf.spool_dir = SPOOL_DIR; |