0
|
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:
|
46
|
15 host_name="SMTP_HOST"
|
0
|
16
|
|
17 # Hosts considered local:
|
63
|
18 local_hosts="SMTP_HOST"
|
0
|
19
|
|
20 # Nets considered local, for immediate delivery attempts:
|
|
21 # ALL hosts not included in either local_host or local_nets are
|
|
22 # considered to be 'outside', meaning that messages to them will be queued
|
63
|
23 #local_nets="SMTP_HOST"
|
0
|
24
|
|
25 # accept connections on these interfaces:
|
63
|
26 #listen_addresses="localhost:2525"
|
0
|
27
|
|
28 # where MasqMail stores its spool files and other stuff:
|
|
29 #spool_dir="/var/spool/masqmail"
|
46
|
30 spool_dir="PWD"
|
0
|
31
|
|
32 # where local mail will be written to:
|
46
|
33 mail_dir="PWD"
|
0
|
34
|
|
35 # use syslogd for logs?
|
|
36 use_syslog=false
|
|
37
|
|
38 # directory for log files if not using syslogd:
|
46
|
39 log_dir="PWD"
|