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_access | |
5 | select_field = access | |
6 | where_field = source | |
7 | additional_conditions = and type = 'client' and active = 'y' | |
8 | hosts = {mysql_server_ip} |