Stephen Liu wrote:
Hi folks,
Debian Etch
Postfix 2.3.8
Dovcot
I'm learning to setup "virtual mailbox domain class". Please shed me
some light on its setup;
[snip]
On /etc/postfix/mysql-virtual-mailbox-maps.cf
user = mailuser
password = mailuserpasswd
hosts = 127.0.0.1
dbname = mailserver
query = SELECT 1 FROM view_users WHERE email='%s'
unless you are using an external delivery agent, virtual_mailbox_maps
should return the mailbox location, not "1".
take a look at the howto on http://workaround.org/
[snip]