On 4/10/06, Alexander Dalloz <ad+lists at uni-x.org> wrote: > > In sendmail.mc set: > > define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_')dnl > LOCAL_CONFIG > C{VirtHost}bar.com > > In virtusertable set: > > usera at bar.com %0 > userb at bar.com %0 > dnl all others are delivered locally > @bar.com %1 > That's really close thanks. However I only know the userlist for foo.com, so I have to do the wildcarding backwards to how you showed: in virtusertable, I'm trying: dnl redirect certain known users mail straight back in locally first.last at bar.com i.last at foo.com first2.last2 at bar.com i.last2 at foo.com dnl allow unknown users to flow offsite @bar.com %0 But of course the %0 is wrong. I need to persuade it to just deliver as per dns mx records as normal - or even specify the mx if needed. This part I'm still researching... -- Cheers, Tony