Re: [Postfixadmin-devel] Dynamic alias
Brought to you by:
christian_boltz,
gingerdog
From: Milos K. <mil...@ta...> - 2013-03-15 08:03:09
|
Will do, still working on it :) On 03/15/2013 12:48 AM, Christian Boltz wrote: > Hello, > > Am Dienstag, 12. März 2013 schrieb Milos Kaurin: >> 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? > > Not on the PostfixAdmin side. The only thing I've seen is a feature > request about it, but nobody implemented it yet. > >> 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. > > That might be a working solution, and doing it in sql when querying the > database has the advantage that the list of alias targets will never be > outdated. > > If you implement it this way, please post the query you use - other > users might also need it ;-) > > > Regards, > > Christian Boltz > |