Perhaps the 'right' way is to:

1) Use virtual_alias_maps to (recursively) direct N 
'fred flintstone' address variants to just one.

main.cf:
    virtual_alias_domains = domain-1.example domain-2.example domain-3.example
    mydestination = other.example hostname.other.example

virtual_alias_maps:
    [email protected] [email protected]
    [email protected] [email protected]
    [email protected] [email protected]

2) Use transport_maps to choose the right delivery agent for the
real-fred addresses.

transport_maps:
    [email protected] lmtp:

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to