From: Lars Wirzenius Date: Sat, 12 Aug 2006 11:56:15 +0000 (+0300) Subject: Added to manpage instructions for configuring with Courier-MTA. Thanks to Antti-Juhan... X-Git-Url: https://git.sommitrealweird.co.uk//gitweb/?p=eoc.git;a=commitdiff_plain;h=846728c13fe8b6818f7e6150ea122d90e12ac2f8 Added to manpage instructions for configuring with Courier-MTA. Thanks to Antti-Juhani Kaijanaho. --- 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