comparison man/mlmmj-receive.1 @ 748:dfc9ab125fd4

Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
author Chris Webb
date Sun, 03 Oct 2010 21:40:42 +1100
parents man/mlmmj-recieve.1@ebe24524a3f7
children c7fef0950be6
comparison
equal deleted inserted replaced
747:fd77dd58bde1 748:dfc9ab125fd4
1 .TH mlmmj-receive "1" "September 2004" mlmmj-receive
2 .SH NAME
3 mlmmj-receive \- receive mails for an mlmmj managed mailinglist
4 .SH SYNOPSIS
5 .B mlmmj-receive
6 \fI-L /path/to/listdir \fR[\fI-h\fR] [\fI-V\fR] [\fI-P\fR] [\fI-F\fR]
7 .HP
8 \fB\-h\fR: This help
9 .HP
10 \fB\-F\fR: Don't fork in the background (debugging only)
11 .HP
12 \fB\-L\fR: Full path to list directory
13 .HP
14 \fB\-P\fR: Don't execute mlmmj-process (debugging only)
15 .HP
16 \fB\-V\fR: Print version
17 .SH DESCRIPTION
18 The mlmmj-receive binary is the one specified in the mailserver configuration
19 file (aliases file), which writes the mail to the <listdir>/incoming directory
20 and invokes mlmmj-process unless the \fB\-P\fR option is specified. On systems
21 using mailservers supporting the \fB/etc/aliases\fR file, a line to activate
22 an mlmmj managed mailinglist would look like this:
23 .LP
24 list: "|/usr/bin/mlmmj-receive -L /var/spool/mlmmj/list/"
25
26 It's very important to specify the full path to the binary, or the mailinglist
27 will not function.
28
29 When the \fB\-F\fR option is used, it will not fork in the background. The
30 reason it forks is that if delivery of a mail takes longer time than the mail
31 server will allow a command to be idle before presumed dead, the mail server
32 would kill it.
33
34 .SH "SEE ALSO"
35 mlmmj-process(1)
36 .SH AUTHORS
37 This manual page was written by the following persons:
38 .HP
39 Søren Boll Overgaard <boll@debian.org> (based on html2man output)
40 .HP
41 Mads Martin Jørgensen <mmj@mmj.dk>