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