File: backend-qmail.html

package info (click to toggle)
mailfront 2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,072 kB
  • sloc: sh: 5,549; ansic: 5,083; makefile: 35
file content (32 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (5)
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>