1
+ .\" vim: tw=75
1
2
.TH ezmlm-queue 1
2
3
.SH NAME
3
4
ezmlm-queue \- queue messages using qmail-qmqpc, qmail-multi or qmail-queue
@@ -14,14 +15,13 @@ environment variables using \fBenvdir\fR(8) using files in the directory
14
15
to configure \fB qmail-qmqpc \fR (8), \fB qmail-multi \fR (8) or
15
16
\fB qmail-queue \fR (8). You can use .\fI envdir \fR and .\fI envfile \fR to
16
17
set additional environment variables. See \fB envdir \fR (8) for more
17
- information.
18
+ information. If \fI SYSONFDIR \/ ezmlm/global_vars \fR exists,
19
+ \fB ezmlm-queue \fR clears existing variables before setting new variables.
18
20
19
- \fB qmail-multi \fR (8) uses \fB QUEUE_BASE \fR , \fB QUEUE_START \fR and
20
- \fB QUEUE_COUNT \fR to use indimail-mta's multi-queue environment in
21
- QMAILHOME/queue directory.
22
-
23
- \fB qmail-queue \fR (8) uses \fB QUEUEDIR \fR , else it will use the
24
- default queue QMAILHOME/queue.
21
+ \fB qmail-multi \fR (8) and \fB qmail-queue \fR (8) uses \fB QUEUE_BASE \fR ,
22
+ \fB QUEUE_START \fR and \fB QUEUE_COUNT \fR to use indimail-mta's multi-queue
23
+ architecture in QMAILHOME/queue directory. \fB qmail-queue \fR (8) uses
24
+ \fB QUEUEDIR \fR , else it will use the default queue QMAILHOME/queue.
25
25
26
26
\fB qmail-qmqpc \fR (8) uses \fB PORT_QMQP \fR , \fB OUTGOINGIP \fR ,
27
27
\fB CONTROLDIR \fR environment variables.
@@ -30,15 +30,17 @@ default queue QMAILHOME/queue.
30
30
present and uses \fB qmail-qmqpc \fR (8). if \fB qmqpservers \fR is absent, it
31
31
will look for \fB qmail-multi \fR (8). If \fB ezmlm-queue \fR doesn't find
32
32
\fB qmail-multi \fR in /usr/sbin, it tries \fB qmail-queue \fR . It will exit
33
- with 111 exit code if it finds none of the three binaries.
33
+ with exit code 111 if it finds none of the three binaries.
34
34
35
35
Following programs use \fB ezmlm-queue \fR (1).
36
36
37
37
\fB ezmlm-manage \fR (1), \fB ezmlm-send \fR (1), \fB ezmlm-warn \fR (1)
38
38
39
+ The above programs too can use \fI SYSCONFDIR/ezmlm/global_vars \fR . You can
40
+ set environment variables for these programs in this directory.
41
+
39
42
You can make the above program to use a different program instead of
40
- \fB ezmlm-queue \fR (1), by setting \fB QMAILQUEUE \fR environment variable in
41
- SYSCONFDIR/ezmlm/global_vars.
43
+ \fB ezmlm-queue \fR (1), \fB QMAILQUEUE \fR environment variable.
42
44
43
45
.SH "SEE ALSO"
44
46
envdir(8),
0 commit comments