chiark / gitweb /
debian/rules: Use `git' potty wrapper.
[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 qmqpservers ,
27 .IR rcpthosts ,
28 .IR smtproutes ,
29 and
30 .IR virtualdomains .
31 Trailing spaces and tabs are allowed in any control file.
32
33 The following table lists all control files
34 other than
35 .IR me .
36 See the corresponding man pages for further details.
37
38 .RS
39 .nf
40 .ta 5c 10c
41 control default used by
42
43 .I badmailfrom  \fR(none)       \fRqmail-smtpd
44 .I bouncefrom   \fRMAILER-DAEMON        \fRqmail-send
45 .I bouncehost   \fIme   \fRqmail-send
46 .I concurrencylocal     \fR10   \fRqmail-send
47 .I concurrencyremote    \fR20   \fRqmail-send
48 .I defaultdomain        \fIme   \fRqmail-inject
49 .I defaulthost  \fIme   \fRqmail-inject
50 .I databytes    \fR0    \fRqmail-smtpd
51 .I doublebouncehost     \fIme   \fRqmail-send
52 .I doublebounceto       \fRpostmaster   \fRqmail-send
53 .I envnoathost  \fIme   \fRqmail-send
54 .I helohost     \fIme   \fRqmail-remote
55 .I idhost       \fIme   \fRqmail-inject
56 .I localiphost  \fIme   \fRqmail-smtpd
57 .I locals       \fIme   \fRqmail-send
58 .I morercpthosts        \fR(none)       \fRqmail-smtpd
59 .I percenthack  \fR(none)       \fRqmail-send
60 .I plusdomain   \fIme   \fRqmail-inject
61 .I qmqpservers  \fR(none)       \fRqmail-qmqpc
62 .I queuelifetime        \fR604800       \fRqmail-send
63 .I rcpthosts    \fR(none)       \fRqmail-smtpd
64 .I relayhosts   \fR(none)       \fRqmail-smtpd
65 .I smtpgreeting \fIme   \fRqmail-smtpd
66 .I smtproutes   \fR(none)       \fRqmail-remote
67 .I timeoutconnect       \fR60   \fRqmail-remote
68 .I timeoutremote        \fR1200 \fRqmail-remote
69 .I timeoutsmtpd \fR1200 \fRqmail-smtpd
70 .I virtualdomains       \fR(none)       \fRqmail-send
71 .fi
72 .RE
73 .SH "SEE ALSO"
74 qmail-inject(8),
75 qmail-qmqpc(8),
76 qmail-remote(8),
77 qmail-send(8),
78 qmail-showctl(8),
79 qmail-smtpd(8)