2014-03-31 15:30 GMT+02:00 Patrick Ben Koetter <p...@sys4.de>: > > > Configure saslauthd for rimap and the SQL auxprop for MySQL. > Then expand pwcheck_method in smtpd.conf like this: > > pwcheck_method: auxprop saslauthd >
Thanks, that's what I did but it seems not working. saslauthd only works, auxprop sql only works, but with this config it doesn't work: pwcheck_method: auxprop saslauthd mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5 NTLM auxprop_plugin: sql sql_engine: mysql sql_hostnames: xxx sql_user: xxx sql_passwd: xxx sql_database: xxx sql_select: SELECT password FROM LoginUsers WHERE LoginUser = '%u@%r' Any hints? Thanks!