On Tue, Mar 10, 2009 at 12:33:52PM -0600, LuKreme wrote: > Could I simply change my virtual_alias_maps definition above to > virtual_alias_domains? I don't think so. At least how this is setup, the > mysql_virtual_alias.maps.cf returns the alias (forwarding alias) of > accounts that have an alias set in postfix admin, which is (at least > technically) what hash:($config_directory/virtual returns as well.
The recommended approach for those ready to move beyond 1.1 compatible settings is: virtual_alias_domains = ... explicit list of domains or tables ... virtual_alias_maps = ... tables ... if the number of virtual alias domains is small (1-10) and stable, avoid tables entirely just list them in main.cf. Yes you can rely on the backwards compatible interface, but it is more confusing and in many cases less efficient. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.