On Thu, 2005-09-01 at 12:43 +0100, Tony Finch wrote: > On Thu, 1 Sep 2005, Stian Jordet wrote:
> > On Wed, 2005-08-31 at 16:00 +0100, Tony Finch wrote:
> > >
> > > Why not reverse the order of the routers (so that remote users are matched
> > > first) and drop the "unseen" modifier which is causing the duplicates?
> >
> > Well, I need to match both? Since a recipient may be an alias for both a
> > local and remote user?
>
> It would be tidier to make this explicit in your aliases. Or you can alter
> your LDAP lookups in order to get the result you want. If you use unseen
> you should expect to have duplicate deliveries.
I would love to use alter my LDAP lookups, but this is the only way I
can think of.
I have (among others) these LDAP entries:
# extended LDIF
#
# LDAPv3
# base <> with scope sub
# filter: (mailLocalAddress=stian@???)
# requesting: ALL
#
As you can see, I have three entries with the same email address. I want
all three of them to get mails to that email address. Problem is, one
user (larsmj) is on another box, so I need to use the manualroute
driver. That's what I can't figure out, how to user two different
routers on the same address. Is it at all possible without using unseen?
It's easy if I do not have any addresses which several users have, but I
want that feature...