Pascal Dreissen
2016-07-08 a481a62a13c241df0b3269f7f915789f4451d51b
commit | author | age
26c0fc 1 pwcheck_method: saslauthd
T 2 mech_list: plain login
3 allow_plaintext: true
4 auxprop_plugin: sql
5 sql_engine: mysql
6 sql_hostnames: {mysql_server_ip}
7 sql_user: {mysql_server_ispconfig_user}
8 sql_passwd: {mysql_server_ispconfig_password}
9 sql_database: {mysql_server_database}
44c2dd 10 sql_select: select password from mail_user where (login = '%u' or email = '%u@%r') and postfix = 'y' and disablesmtp = 'n'