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