63
|
1
|
|
2 # this is just for testing. In real life it does not make much sense:
|
|
3 run_as_user=true
|
|
4
|
|
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
|
|
8
|
|
9 do_queue = false
|
|
10
|
|
11 # The name with which MasqMail identifies itself to others:
|
|
12 host_name="MASQMAIL-TEST"
|
|
13
|
|
14 # where MasqMail stores its spool files and other stuff:
|
|
15 spool_dir="PWD"
|
|
16
|
|
17 # where local mail will be written to:
|
|
18 mail_dir="PWD"
|
|
19
|
|
20 # use syslogd for logs?
|
|
21 use_syslog=false
|
|
22
|
|
23 # directory for log files if not using syslogd:
|
|
24 log_dir="PWD"
|
|
25
|
|
26 online_routes.test = "PWD/test.route"
|
|
27
|
|
28 errmsg_file="PWD/../../tpl/failmsg.tpl"
|
|
29 warnmsg_file="PWD/../../tpl/warnmsg.tpl"
|
|
30
|
|
31 online_detect = "file"
|
|
32 online_file = "PWD/online"
|
|
33
|