summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2006-08-12 14:56:15 +0300
committerLars Wirzenius <liw@iki.fi>2006-08-12 14:56:15 +0300
commit846728c13fe8b6818f7e6150ea122d90e12ac2f8 (patch)
tree195cc79ec1f94cc70c53e81f6eab3961d0544345
parent27a289d5662761db2fc000e8183f691c7ccc0c89 (diff)
downloadeoc-846728c13fe8b6818f7e6150ea122d90e12ac2f8.tar.gz
Added to manpage instructions for configuring with Courier-MTA. Thanks to Antti-Juhani Kaijanaho.
-rw-r--r--enemies-of-carlotta.131
1 files changed, 31 insertions, 0 deletions
diff --git a/enemies-of-carlotta.1 b/enemies-of-carlotta.1
index 5f70634..2fb10f5 100644
--- a/enemies-of-carlotta.1
+++ b/enemies-of-carlotta.1
@@ -426,6 +426,37 @@ and would contain
.sp 1
(all on one line, of course, in case the manual page formatter breaks it
on several lines).
+.SH COURIER-MTA
+For Courier-MTA, the instructions are similar to the Qmail ones above.
+If your user name is joe and you wish to run the joe-fans email list,
+you need to create the two files .courier-fans and .courier-fans-default
+in your home directory with the content
+.sp 1
+.RS
+|enemies-of-carlotta --is-list --name $RECIPIENT || exit 67
+.br
+|enemies-of-carlotta --incoming
+.RE
+.sp 1
+(The former file needs only the second line, but the first line does no
+harm and it is easier to keep track of things when the files have the
+same content. Note that $RECIPIENT should be included verbatim, it is
+not a metavariable for you to expand.)
+.PP
+If you are running a virtual domain configured so that all mail to the
+domain @example.com is delivered to joe-exampledotcom, you need to
+create the files .courier-exampledotcom-fans and
+.courier-exampledotcom-fans-default containing the two following lines:
+.sp 1
+.RS
+|enemies-of-carlotta --is-list --name $RECIPIENT --skip-prefix=joe-exampledotcom || exit 67
+.br
+|enemies-of-carlotta --incoming --skip-prefix=joe-exampledotcom
+.RE
+.sp 1
+If the virtual domain is for list use only, then it is sufficient to
+create only the file .courier-exampledotcom-default containing the
+latter two lines.
.SH POSTFIX
With Postfix, you need to set up a
.I .forward