[Web-cyradm] User authentication is ignored!

George Kontostanos gkontos.mail at gmail.com
Mon Oct 29 11:09:38 CET 2007


Greetings list.

I'm facing an issue here that is pretty embarrassing. Using Web Cyradm
for 6 months now on a FreeBSD 6-2 stable. My problem is that all users
can authenticate for imap and pop with the wrong password.
I think that there is a problem with saslauthd since when I try :
testsaslauthd -u test.domain.tld -p anypassword it responds with ok!!!

Here is my pam.d services

auth sufficient pam_mysql.so user=postfix passwd=postfix
host=localhost db=mail table=accountuser usercolumn=username
passwdcolumn=password crypt=1 logtable=log logmsgcolumn=msg
logusercolumn=user loghostcolumn=host logpidcolumn=pid
logtimecolumn=time

account required pam_mysql.so user=postfix passwd=postfix
host=localhost db=mail table=accountuser usercolumn=username
passwdcolumn=password crypt=1 logtable=log logmsgcolumn=msg
logusercolumn=user loghostcolumn=host logpidcolumn=pid
logtimecolumn=time

Any help will be appreciated

Thanks,

George


More information about the Web-cyradm mailing list