commit | author | age | ||
429dcf | 1 | user = {mysql_server_ispconfig_user} |
T | 2 | password = {mysql_server_ispconfig_password} |
3 | dbname = {mysql_server_database} | |
6c590e | 4 | table = mail_relay_recipient |
429dcf | 5 | select_field = access |
T | 6 | where_field = source |
5619c7 | 7 | additional_conditions = and active = 'y' and server_id = {server_id} |
429dcf | 8 | hosts = {mysql_server_ip} |