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 C
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
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