Rob wrote:
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavin M. Bell


I need a sendmail.mc file that I can use for letting sendmail know that I
would like it to dump mail to cyrus.


http://www.sendmail.org/m4/mailers.html#cyrusv2mailer :)

You may also want to define cyrusv2 as your local mailer:

define(`confLOCAL_MAILER', `cyrusv2')
MAILER(local)
MAILER(cyrusv2)
MAILER(smtp)
[...]

Another method of Cyrus IMAP and Sendmail integration is described at * Real Time Cyrus (and Sendmail) Integration Version 2 http://anfi.homeunix.net/sendmail/rtcyrus2.html

Unlike the method mentioned by Rob it makes sendmail capable of rejecting messages to non existing cyrus mailboxes in reply to "RCPT TO:" [ No "accept now, send bounce later" ]. RTCyrus2 uses "socket map protocol" supported by Cyrus-2.2.3+ and sendmail-8.13.0+ (sendmail-8.12 requires patching).
[ The latest versions: Cyrus-2.2.7, Sendmail 8.13.1 ]


The link below describes more methods:
http://anfi.gomeunix.net/sendmail/#cyrus

P.S. Solution with similar functionality for exim uses LMTP callouts insted of socke map:
http://anfi.homeunix.net/exim/rtvcyrus.html


--
Andrzej [en:Andrew] Adam Filip [EMAIL PROTECTED] [EMAIL PROTECTED]
http://anfi.homeunix.net/   http://anfi.homeunix.net/cyrus/
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to