Till Brehm
2014-07-27 ea39b94c5f11f4e2255bce5bde5e6c8d2f1f0a59
install/tpl/mysql-virtual_mailboxes.cf.master
@@ -3,6 +3,6 @@
dbname = {mysql_server_database}
table = mail_user
select_field = CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
where_field = email
additional_conditions = and postfix = 'y'
hosts = {mysql_server_ip}
where_field = login
additional_conditions = and postfix = 'y' and server_id = {server_id}
hosts = {mysql_server_ip}