tbrehm
2008-06-08 8b5ccd302bd1497de721a25e4ce086bebf95173f
install/tpl/mysql-virtual_mailboxes.cf.master
@@ -4,5 +4,5 @@
table = mail_user
select_field = CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
where_field = email
additional_conditions = and postfix = 'y'
additional_conditions = and postfix = 'y' and server_id = {server_id}
hosts = {mysql_server_ip}