summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/CYRUS_LOOKUP
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail/files/CYRUS_LOOKUP')
-rw-r--r--mail/sendmail/files/CYRUS_LOOKUP37
1 files changed, 18 insertions, 19 deletions
diff --git a/mail/sendmail/files/CYRUS_LOOKUP b/mail/sendmail/files/CYRUS_LOOKUP
index a1a685bf97a3..ff36ee7ee72c 100644
--- a/mail/sendmail/files/CYRUS_LOOKUP
+++ b/mail/sendmail/files/CYRUS_LOOKUP
@@ -8,16 +8,19 @@ before accepting any mail to be relayed to cyrus.
They are based on the idea and work by
-Andrzej Filip
+Andrzej Filip, http://anfi.homeunix.net/sendmail/rtcyrus2.html
+and
+Mike Boev, http://tric.ru/users/mike/ckuser_cyrus/
-published at
-
-http://anfi.homeunix.net/sendmail/rtcyrus2.html.
-
-Please, use this url to learn all configuration details
+Please, use these urls to learn all configuration details
(although a quick recipe is provided below) and may be to give
-credits to the author.
-
+credits to the authors.
+******************************************************************
+IMPORTANT:
+Now that the mrs_cyrus.m4 has been updated, you may need to adjust
+the modifications you made to your .mc file if you used the old one!
+See http://anfi.homeunix.net/sendmail/rtcyrus2.html for current
+installation instructions.
******************************************************************
HOW TO :
@@ -52,29 +55,25 @@ SENDMAIL_WITH_SOCKETMAP= yes
and a couple of others.
2. As per the `install-configure' from Cyrus IMAP server's documentation,
- in the simplest case, you add:
+ in the simplest case, you added:
define(`confLOCAL_MAILER', `cyrusv2')dnl
MAILER(`cyrusv2')dnl
to your sendmail's .mc file to make local delivery to Cyrus mailboxes.
- Per the instructions, provided by Andrzej Filip (see the above URL),
- these lines should become:
+ Now, simply add (somewhere near other FEATURES, before MAILER lines):
- define(`LOCAL_RELAY',`mrs_cyrus_user:stripdom')dnl
- FEATURE(`mrs')dnl
- FEATURE(`mrs_cyrus')dnl
- MODIFY_MAILER_FLAGS(`CYRUSV2',`-A5')dnl
- MAILER(`cyrusv2')dnl
+ FEATURE(`ckuser_cyrus')dnl
for sendmail to start rejecting local addresses for nonexisting and
full mailboxes. Rebuild your sendmail.cf, restart sendmail, and enjoy!
- If your configuration is more complicated than the above two lines,
- read Andrzej's article. It contains more examples.
+ If your configuration is more complicated than just defining Cyrus
+ as your local mailer, read Andrzej's article. It covers more of the
+ other cases.
******************************************************************
-2004, April 8th
+2004, September 16th
Michael O. Boev,
mike@tric.ru.