commit | author | age | ||
10acaf | 1 | user = {mysql_server_ispconfig_user} |
MB | 2 | password = {mysql_server_ispconfig_password} |
3 | dbname = {mysql_server_database} | |
4 | table = mail_user | |
5 | select_field = sender_cc | |
6 | where_field = email | |
7 | additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' | |
150591 | 8 | hosts = 127.0.0.1 |