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:
    fred-flintstone-variant-1@domain-1.example real-fred@other.example
    fred-flintstone-variant-2@domain-2.example real-fred@other.example
    fred-flintstone-variant-3@domain-3.example real-fred@other.example

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

transport_maps:
    real-fred@other.example lmtp:

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to