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