-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbackend-qmail.html
More file actions
32 lines (21 loc) · 801 Bytes
/
backend-qmail.html
File metadata and controls
32 lines (21 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<body>
<h2><a href="mailfront.html">Mailfront</a></h2>
<h1>Backend: qmail</h1>
<hr />
<p>Features:</p>
<ul>
<li>The qmail home directory is compiled into the program, and defaults
to <tt>/var/qmail</tt>, but may be overridden by <tt>$QMAILHOME</tt>.
<li>Messages are delivered through the executable named in
<tt>$QMAILQUEUE</tt>, or <tt>$QMAILHOME/bin/qmail-queue</tt> if it is
not set.
<li>If <tt>qmail-queue</tt> exits non-zero, the qmail backend looks for
an error message in <tt>$QQERRMSG_#</tt>, where <tt>#</tt> is the exit
code of <tt>qmail-queue</tt>. As usual, exit codes between 11 and 40
indicate permanent errors, and all others indicate temporary errors.
<li>The qmail-queue PID is logged in success messages for correlation
with the qmail logs.
</ul>
</body>
</html>