In response to Jim Knoble:
> : > > all mail to all possible user on domain mydomain.com have to be
> : > > forwarded/redirected to jdoe@??? and jdoe2@???
> : >
> : > Main filter file:
> [...]
>
> Filters aren't necessary for doing this; it can be done using simple
> aliasing:
Just to add to the fun, I've given Ray (off the list) a solution
involving two smartuser directors and no external files at all:
local_domains = "afval.nl"
relay_domains = "rotzooi.nl"
director:
speciaal_domeinen_1:
domains = afval.nl
driver = smartuser
unseen = true
new_address = baas-1@???
speciaal_domeinen_2:
domains = afval.nl
driver = smartuser
new_address = baas-2@???
Gyan.