Folks,
Has been a while since I've looked at this, but at present if we need to
alias a domain, eg  f...@example.com to f...@example.net 
we are using  mysql:/etc/postfix/mysql_alias_domains.cf after other
entries in  our virtual_alias_maps 
and using
query = SELECT email from virtual_users where email='%s' OR email = 
CONCAT('%u@', (SELECT destination from aliased_domains where domain = '%
d'))

.. which has served us well on the massive 2 domains we've need it
to ;)   ...so, my question is, is there planned an easier, more
direct call to do it, since, IIRC, the virtual alias domains despite its
name, does not do this (or I never got it to work)

It's one feature I miss from old sendmail days which did this easily  as
a simple  "from_domain"  "to_domain"  table.

<<attachment: face-wink.png>>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to