Mercurial > masqmail-0.2
diff tests/relay-to-localhost-mta/test.conf.tpl @ 63:49ca781e1503
reworked the test cases completely
they are split into four independent tests now
and each one is tested to work with the current version
author | meillo@marmaro.de |
---|---|
date | Sun, 30 May 2010 16:05:49 +0200 (2010-05-30) |
parents | |
children | 0379789a847b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/relay-to-localhost-mta/test.conf.tpl Sun May 30 16:05:49 2010 +0200 @@ -0,0 +1,33 @@ + +# this is just for testing. In real life it does not make much sense: +run_as_user=true + +# set debug level (0 = no debugging, 5 = very much, 6 = too much) +# can also be set with the -d option on the cmd line +debug_level = 5 + +do_queue = false + +# The name with which MasqMail identifies itself to others: +host_name="MASQMAIL-TEST" + +# where MasqMail stores its spool files and other stuff: +spool_dir="PWD" + +# where local mail will be written to: +mail_dir="PWD" + +# use syslogd for logs? +use_syslog=false + +# directory for log files if not using syslogd: +log_dir="PWD" + +online_routes.test = "PWD/test.route" + +errmsg_file="PWD/../../tpl/failmsg.tpl" +warnmsg_file="PWD/../../tpl/warnmsg.tpl" + +online_detect = "file" +online_file = "PWD/online" +