masqmail-0.2

diff 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
parents
children 0379789a847b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tests/relay-to-hostname-mta/test.conf.tpl	Sun May 30 16:05:49 2010 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +
     1.5 +# this is just for testing. In real life it does not make much sense:
     1.6 +run_as_user=true
     1.7 +
     1.8 +# set debug level (0 = no debugging, 5 = very much, 6 = too much)
     1.9 +# can also be set with the -d option on the cmd line
    1.10 +debug_level = 5
    1.11 +
    1.12 +do_queue = false
    1.13 +
    1.14 +# The name with which MasqMail identifies itself to others:
    1.15 +host_name="MASQMAIL-TEST"
    1.16 +
    1.17 +# where MasqMail stores its spool files and other stuff:
    1.18 +spool_dir="PWD"
    1.19 +
    1.20 +# where local mail will be written to:
    1.21 +mail_dir="PWD"
    1.22 +
    1.23 +# use syslogd for logs?
    1.24 +use_syslog=false
    1.25 +
    1.26 +# directory for log files if not using syslogd:
    1.27 +log_dir="PWD"
    1.28 +
    1.29 +online_routes.test = "PWD/test.route"
    1.30 +
    1.31 +errmsg_file="PWD/../../tpl/failmsg.tpl"
    1.32 +warnmsg_file="PWD/../../tpl/warnmsg.tpl"
    1.33 +
    1.34 +online_detect = "file"
    1.35 +online_file = "PWD/online"
    1.36 +