'reverted' old-style update-process; removed billing-classes, -functions and -templates; some sql-fixes;
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
pwcheck_method: auxprop
|
|
auxprop_plugin: sql
|
|
allowanonymouslogin: no
|
|
allowplaintext: yes
|
|
mech_list: PLAIN LOGIN
|
|
password_format: crypt
|
|
sql_engine: mysql
|
|
sql_hostnames: <SQL_HOST>
|
|
sql_user: <SQL_UNPRIVILEGED_USER>
|
|
sql_passwd: <SQL_UNPRIVILEGED_PASSWORD>
|
|
sql_database: <SQL_DB>
|
|
sql_select: SELECT password_enc FROM mail_users WHERE username='%u@%r' OR email='%u@%r' |