Mercurial > masqmail-0.2
comparison tests/localhost-stdin/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 | tests/conf.templ@3cb6f383f07e |
children | 0379789a847b |
comparison
equal
deleted
inserted
replaced
62:610cd4e09b91 | 63:49ca781e1503 |
---|---|
1 # Example configuration for MasqMail | |
2 # Copyright (C) 1999 Oliver Kurth | |
3 | |
4 | |
5 # this is just for testing. In real life it does not make much sense: | |
6 run_as_user=true | |
7 | |
8 # set debug level (0 = no debugging, 5 = very much, 6 = too much) | |
9 # can also be set with the -d option on the cmd line | |
10 debug_level = 5 | |
11 | |
12 do_queue = false | |
13 | |
14 # The name with which MasqMail identifies itself to others: | |
15 host_name="SMTP_HOST" | |
16 | |
17 # Hosts considered local: | |
18 #local_hosts="localhost;blue.patchwork.net;blue" | |
19 local_hosts="localhost" | |
20 | |
21 # Nets considered local, for immediate delivery attempts: | |
22 # ALL hosts not included in either local_host or local_nets are | |
23 # considered to be 'outside', meaning that messages to them will be queued | |
24 #local_nets="SMTP_HOST" | |
25 | |
26 # accept connections on these interfaces: | |
27 #listen_addresses="localhost:2525" | |
28 | |
29 # send messages to this port: | |
30 # probably this will also be configurable on host basis | |
31 #remote_port=25 | |
32 | |
33 # where MasqMail stores its spool files and other stuff: | |
34 #spool_dir="/var/spool/masqmail" | |
35 spool_dir="PWD" | |
36 | |
37 # where local mail will be written to: | |
38 #mail_dir="/var/spool/mail" | |
39 mail_dir="PWD" | |
40 | |
41 # use syslogd for logs? | |
42 use_syslog=false | |
43 | |
44 # directory for log files if not using syslogd: | |
45 log_dir="PWD" |