> Er, what you've given there is a mixture of director and router. You
> can't put "hosts" on a director. You probably need:
>
> foobar:
> domains = mupp.net
> local_parts = valpen
> driver = smartuser
> new_address = anotheruser@???
So basically (pseudo here)
foobar:
domains = select domainname from table-with-all-domains-which
should-be-handled
local_parts = select username from usertable where name = $local_parts
driver = smartuser
transport = select transport from usertable where fullid =
$localparts@$domains
?