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