comparison tests/conf.templ @ 46:3cb6f383f07e

fixed tests/local.sh commented unnecessary lines in config only out (should be polished) {log,mail,spool}_dir require absolute paths
author meillo@marmaro.de
date Wed, 19 May 2010 13:33:05 +0200
parents 08114f7dcc23
children
comparison
equal deleted inserted replaced
45:f0334dc87e1d 46:3cb6f383f07e
24 debug_level = 5 24 debug_level = 5
25 25
26 do_queue = false 26 do_queue = false
27 27
28 # The name with which MasqMail identifies itself to others: 28 # The name with which MasqMail identifies itself to others:
29 host_name="blue.patchwork.net" 29 host_name="SMTP_HOST"
30 30
31 # Hosts considered local: 31 # Hosts considered local:
32 #local_hosts="localhost;blue.patchwork.net;blue" 32 #local_hosts="localhost;blue.patchwork.net;blue"
33 local_hosts="localhost" 33 local_hosts="localhost"
34 34
40 # accept connections on these interfaces: 40 # accept connections on these interfaces:
41 listen_addresses="localhost:2525" 41 listen_addresses="localhost:2525"
42 42
43 # send messages to this port: 43 # send messages to this port:
44 # probably this will also be configurable on host basis 44 # probably this will also be configurable on host basis
45 remote_port=25 45 #remote_port=25
46 46
47 # where MasqMail stores its spool files and other stuff: 47 # where MasqMail stores its spool files and other stuff:
48 #spool_dir="/var/spool/masqmail" 48 #spool_dir="/var/spool/masqmail"
49 spool_dir="." 49 spool_dir="PWD"
50 50
51 # where local mail will be written to: 51 # where local mail will be written to:
52 #mail_dir="/var/spool/mail" 52 #mail_dir="/var/spool/mail"
53 mail_dir="." 53 mail_dir="PWD"
54 54
55 # use syslogd for logs? 55 # use syslogd for logs?
56 use_syslog=false 56 use_syslog=false
57 57
58 # directory for log files if not using syslogd: 58 # directory for log files if not using syslogd:
59 #log_dir="/var/masqmail" 59 #log_dir="/var/masqmail"
60 log_dir="." 60 log_dir="PWD"
61 61
62 # special routes: 62 # special routes:
63 63
64 connect_route.GWDG = "src/gwdg.route" 64 #connect_route.GWDG = "src/gwdg.route"
65 connect_route.Argon = "src/argon.route" 65 #connect_route.Argon = "src/argon.route"
66 66