tbrehm
2007-06-02 277d5699af83ad8e155a613b2db86b0ab3b1ee2b
commit | author | age
9200ad 1 user = {mysql_server_ispconfig_user}
T 2 password = {mysql_server_ispconfig_password}
3 dbname = {mysql_server_database}
4 table = mail_user
5 select_field = CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
6 where_field = email
7 additional_conditions = and postfix = 'y'
8 hosts = {mysql_server_ip}