[Postfixadmin-devel] Dynamic alias
Brought to you by:
christian_boltz,
gingerdog
From: Milos K. <mil...@ta...> - 2013-03-12 14:24:30
|
Hello Is there an easy way to enable an alias , like "eve...@so..." that will check if the domain is active, and send the mail to all active users? Kind of like a reversed catch-all I know that the manual way includes altering the alias maps sql query to have an "if" statement with a hardcoded address such ass "eve...@so...", but I'm looking for a more elegant solution first. I've also read up on canonical maps in postfix, but if it rewrites the headers, that might not be the thing I want... Thank you for your patience! |