[NTLUG:Discuss] cyrus-sasl and mysql
Jack Snodgrass
jack+ntlug at mylinuxguy.net
Mon Mar 10 20:39:03 CST 2003
On Mon, 2003-03-10 at 08:35, joseph beasley wrote:
> Just finished setting up squirrel mail and cyrus imap. Docs referred
> to using msyql as a backend for sasl authentication. I can't find any
> info on this. Any pointers to info on cyrus-sasl-mysql?
here is the sasl options in my /etc/imapd.conf file.
sasl_pwcheck_method: auxprop
sasl_auto_transition: yes
sasl_mysql_user: userid
sasl_mysql_passwd: password
sasl_mysql_hostnames: servername
sasl_mysql_database: dbname
sasl_mysql_statement: select pswd from users where szName = '%u';
Let me know if you need anything else.
jack
More information about the Discuss
mailing list