Upstream qmail 1.01
[qmail] / qmail-control.9
1 .TH qmail-control 5
2 .SH "NAME"
3 qmail-control \- qmail configuration files
4 .SH "INTRODUCTION"
5 You can change the behavior of the
6 .B qmail
7 system by modifying
8 .BR qmail 's
9 .I control files
10 in
11 .BR QMAILHOME/control .
12
13 .B qmail
14 can survive with just one control file,
15 .IR me ,
16 containing the
17 fully-qualified name of the current host.
18 This file is used as the default for
19 other hostname-related control files.
20
21 Comments are allowed
22 in
23 .IR badmailfrom ,
24 .IR locals ,
25 .IR percenthack ,
26 .IR rcpthosts ,
27 .IR smtproutes ,
28 and
29 .IR virtualdomains .
30 Trailing spaces and tabs are allowed in any control file.
31
32 The following table lists all control files
33 other than
34 .IR me .
35 See the corresponding man pages for further details.
36
37 .RS
38 .nf
39 .ta 5c 10c
40 control default used by
41
42 .I badmailfrom \fR(none) \fRqmail-smtpd
43 .I bouncefrom \fRMAILER-DAEMON \fRqmail-send
44 .I bouncehost \fIme \fRqmail-send
45 .I concurrencylocal \fR10 \fRqmail-send
46 .I concurrencyremote \fR20 \fRqmail-send
47 .I defaultdomain \fIme \fRqmail-inject
48 .I defaulthost \fIme \fRqmail-inject
49 .I doublebouncehost \fIme \fRqmail-send
50 .I doublebounceto \fRpostmaster \fRqmail-send
51 .I envnoathost \fIme \fRqmail-send
52 .I helohost \fIme \fRqmail-remote
53 .I idhost \fIme \fRqmail-inject
54 .I localiphost \fIme \fRqmail-smtpd
55 .I locals \fIme \fRqmail-send
56 .I percenthack \fR(none) \fRqmail-send
57 .I plusdomain \fIme \fRqmail-inject
58 .I queuelifetime \fR604800 \fRqmail-send
59 .I rcpthosts \fR(none) \fRqmail-smtpd
60 .I recipientmap \fR(none) \fRqmail-send
61 .I smtpgreeting \fIme \fRqmail-smtpd
62 .I smtproutes \fR(none) \fRqmail-remote
63 .I timeoutconnect \fR60 \fRqmail-remote
64 .I timeoutremote \fR1200 \fRqmail-remote
65 .I timeoutsmtpd \fR1200 \fRqmail-smtpd
66 .I virtualdomains \fR(none) \fRqmail-send
67 .fi
68 .RE
69 .SH "SEE ALSO"
70 qmail-inject(8),
71 qmail-remote(8),
72 qmail-send(8),
73 qmail-showctl(8),
74 qmail-smtpd(8)