On Thu, 2002-05-02 at 03:48, Dustin Puryear wrote:
> Okay, one final try. Is anyone in the world that happens to be on this list 
> using mysql with cyrus? I can't be the only one. If you do exist, and I'm 
> happy to see that you do, I have cyrus compiled with mysql support. 
> Unfortunately, when I try to auth against Cyrus via POP3 or whatever I get 
> an error that Cyrus can't select the mysql database.

I have used it but not this version.

> 
> I have imapd.conf with:
> 
> sasl_pwcheck_method: mysql
> sasl_mysqluser: mail
> sasl_mysqlpasswd: secret
> sasl_mysqlhost: localhost
> sasl_mysqldatabase: mail
> sasl_mysqltable: accountuser
> sasl_mysqluidcol: username
> sasl_mysqlpwcol: password
> 

test this works

echo "select password from accountuser where username = 'dom0001'" |
mysql -u mail -p -h localhost mail

(or seomthing like that) 
Remeber with sasl V1 it will be via plain text.


Reply via email to