commit | author | age | ||
0e2978 | 1 | user = {mysql_server_ispconfig_user} |
DM | 2 | password = {mysql_server_ispconfig_password} |
3 | dbname = {mysql_server_database} | |
4 | table = mail_user | |
5 | select_field = gid | |
6 | where_field = email | |
7 | additional_conditions = and postfix = 'y' and server_id = {server_id} | |
8 | hosts = {mysql_server_ip} |