chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / qmail-qmqpc.8
1 .TH qmail-qmqpc 8
2 .SH NAME
3 qmail-qmqpc \- queue a mail message via QMQP
4 .SH SYNOPSIS
5 .B qmail-qmqpc
6 [
7 .I server
8 [...] ]
9 .SH DESCRIPTION
10 .B qmail-qmqpc
11 offers the same interface as
12 .BR qmail-queue ,
13 but it gives the message to a QMQP server
14 instead of storing it locally.
15
16 In a
17 .B mini-qmail
18 installation,
19 .B qmail-queue
20 is replaced with a symbolic link to
21 .BR qmail-qmqpc .
22
23 If one or more server IP addresses 
24 are specified on the command line,
25 .B qmail-qmqpc
26 will ignore the control files and instead use the QMQP servers specified on the
27 command line.
28
29 .SH "CONTROL FILES"
30 .TP 5
31 .I qmqpservers
32 IP addresses of QMQP servers, one address per line.
33 .B qmail-qmqpc
34 will try each address in turn until it establishes a QMQP connection
35 or runs out of addresses.
36
37 .SH "SEE ALSO"
38 qmail-control(5),
39 qmail-queue(8),
40 qmail-qmqpd(8)