On Mon, Jun 06, 2011 at 10:40:18PM -0400, Islam, Towhid wrote:
> virtual_alias_maps =
> proxy:mysql:$config/mysql_virtual_alias_maps.cf,hash:/etc/postfix/vmailbox
>
> Translated: look at the mysql first, then look at the vmailbox (db) table.
> Except, this does not appear to work. In the old SuSE SLOX host, it works.
Sure, but what's in the vmailbox table? Is it actually a set of address
(to address) mappings? If these are virtual mailbox locations, they should
be in:
default_database_type = hash
indexed = ${default_database_type}:${config_directory}/
virtual_mailbox_maps = ${indexed}vmailbox
--
Viktor.