Thanks to all for your ideas. In the end, I added the following line to my sendmail mc file: define(`LUSER_RELAY', `cyrusv2:localhost')
Now all apparently local names that aren't accounts or aliases are sent to cyrusv2 which is the name of my cyrus mailer. This works great for me. Thanks Deke Clinger for pointing me at http://www.arrayservices.com/projects/Exchange-HOWTO/html/x354.html where I got this idea. -john -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Colton Sent: Tuesday, January 14, 2003 2:50 PM To: [EMAIL PROTECTED] 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 local mailer using define(`confLOCAL_MAILER',`cyrus'), mail to non-cyrus users is bounced. If cyrus is not defined as the local mailer, mail to the cyrus users is bounced. I know this is a sendmail question but I thought I'd try here first. Thanks, John