masqmail-0.2

view 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
parents
children 0379789a847b
line source
2 # this is just for testing. In real life it does not make much sense:
3 run_as_user=true
5 # set debug level (0 = no debugging, 5 = very much, 6 = too much)
6 # can also be set with the -d option on the cmd line
7 debug_level = 5
9 do_queue = false
11 # The name with which MasqMail identifies itself to others:
12 host_name="MASQMAIL-TEST"
14 # where MasqMail stores its spool files and other stuff:
15 spool_dir="PWD"
17 # where local mail will be written to:
18 mail_dir="PWD"
20 # use syslogd for logs?
21 use_syslog=false
23 # directory for log files if not using syslogd:
24 log_dir="PWD"
26 online_routes.test = "PWD/test.route"
28 errmsg_file="PWD/../../tpl/failmsg.tpl"
29 warnmsg_file="PWD/../../tpl/warnmsg.tpl"
31 online_detect = "file"
32 online_file = "PWD/online"