RE: Sendmail: deliver to local and cyrus users

2003-01-15 Thread John Colton
TECTED] Subject: Sendmail: deliver to local and cyrus users I'm using cyrus-imapd-2.1.11 and sendmail-8.11.6 on RedHat 6.2. I have some users who are local and some who are cyrus. What's the best way to set this up? My experience so far is that when cyrus is defined as the

Re: Sendmail: deliver to local and cyrus users

2003-01-15 Thread Steve Huston
On Tue, 14 Jan 2003, John Colton wrote: > I'm using cyrus-imapd-2.1.11 and sendmail-8.11.6 on RedHat 6.2. > I have some users who are local and some who are cyrus. What's the best way > to set this up? My experience so far is that when cyrus is defined as the > local mailer using define(`confLOCA

Re: Sendmail: deliver to local and cyrus users

2003-01-14 Thread Deke Clinger
Check out the virtusertable feature in sendmail. You can do something like: @cyrus.mydomain.com cyrus:%1 @localuser.mydomain.com local:%1 (%1 is a macro for the part of the original addr left of the @ sign) This is off the top of my head, so don't go and try to put this in production without tes

Sendmail: deliver to local and cyrus users

2003-01-14 Thread John Colton
I'm using cyrus-imapd-2.1.11 and sendmail-8.11.6 on RedHat 6.2. I have some users who are local and some who are cyrus. What's the best way to set this up? My experience so far is that when cyrus is defined as the local mailer using define(`confLOCAL_MAILER',`cyrus'), mail to non-cyrus users is b