[Web-cyradm] webadmin without pam
Lukasz Marciniak
landm at ibi.pl
Sat Dec 1 15:00:41 CET 2007
Dmitry Rybin pisze:
> YES.
>
> imapd.conf
> sasl_pwcheck_method: auxprop
> sasl_mech_list: plain login cram-md5 digest-md5
> sasl_auxprop_plugin: sql
> sasl_sql_engine: mysql
> sasl_sql_hostnames: localhost
>
> but change database is necessary. May be exists example of this changes?
Hi,
No database changes are necessary.
add to imap.conf:
sasl_pwcheck_method: auxprop
sasl_mech_list: plain login cram-md5 digest-md5
sasl_auxprop_plugin: sql
sasl_sql_engine: mysql
sasl_sql_user: username
sasl_sql_passwd: passowrd
sasl_sql_hostnames: localhost
sasl_sql_database: mail
sasl_sql_statement: select password from accountuser where username =
'%u' and imap = 1
Best regards,
Lukasz
More information about the Web-cyradm
mailing list