AJ <[EMAIL PROTECTED]> writes:

> Sorry for the cross post, but I think this is the proper list for this
> question as opposed to info-sasl.
>
> I cannot get sendmail to deliver to a cyrus inbox with virtual
> domains.  I created mailboxes for [EMAIL PROTECTED], but if I try
> to deliver it via sendmail, it comes back as a user unknown.  I have
> patched it with the Realtime Sendmail Integration as listed on the
> cyrus
> web site.  I get no errors in the maillog.
> Any ideas what I am missing here?
>
>
> Here is my sendmail.mc file:
> [...]
> # Cyrus stuff
> FEATURE(`mrs')dnl
> FEATURE(`mrs_cyrus')dnl
> [...]

Standard set of warm-up cheks:
a) Have you pathed cf/m4/proto.m4? [required for FEATURE(`mrs') to work]
b) Have you copied mrs.m4 and mrs_cyrus.m4 files to cf/features file
directory?
c) Have you replaced cf/mailer/cyrusv2.m4 file with modified version?

If the above checks fail then check output of  the test command below:

echo '3,0 [EMAIL PROTECTED]' | sendmail -d21.12 -d60.5 -bt

-d60.5  - trace map lookups
-d21.12 - detailed trace of sendmail.cf processing

-- 
[pl2en: Andrew] Andrzej Adam Filip : [EMAIL PROTECTED] : [EMAIL PROTECTED]
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to