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 | |
5619c7 | 7 | additional_conditions = and type = 'recipient' and active = 'y' and server_id = {server_id} |
9200ad | 8 | hosts = {mysql_server_ip} |