Update to v1.2
[smailq.git] / smailq.conf
1 # General settings concerning smailq
2 [general]
3 # Optional: The directory where the log file is written to. The special
4 # value 'syslog' causes smailq to log to syslog.
5 logdir = ~/.smailq/log/
6 # Optional: The directory where smailq saves the mail queue data
7 datadir = ~/.smailq/data/
8
9 # Settings for the network (TCP) connectivity test
10 [nwtest]
11 # Optional: The host to connect to
12 host = www.google.com
13 # Optional: The port to connect to
14 port = 80
15 # Optional: The timeout
16 timeout = 8
17
18 # Settings concerning the mail submission agent
19 [msa]
20 # This command is called when smailq attempts to deliver a mail. The
21 # MSA-options passed to smailq are appended to this line.
22 cmd = /usr/bin/msmtp