Hi

After I have compiled qpopper with mysql support my users can't get authorized...

I get the following error :

Feb 21 00:28:51 thefuture popper[11692]: diff at obelix.thefutuer.adsl.dk
(10.0.0.3): -ERR [AUTH] Password supplied for "[EMAIL PROTECTED]" is
incorrect.
Feb 21 00:28:55 thefuture popper[11692]: diff at obelix.thefutuer.adsl.dk
(10.0.0.3): -ERR POP EOF or I/O Error

and it's not the mysql connection. It works fine. Here is a part of my
mysql-qpopper.conf :

# The table we auth off of
# Defaults to "qpopper"
MysqlAuthTable                  email

# One of "cleartext", "crypt" or "both"
# Defaults to "cleartext"
MysqlAuthPasswordMethod         both

# Field where user username is
# Defaults to "username"
MysqlAuthUsernameField          username

MysqlAuthDomainField            domain
MysqlAuthDefaultDomain          thefuture.adsl.dk

# Field where user password is
# Defaults to "password"
MysqlAuthPasswordField          password

# Options to get user UID.
# REQUIRED - MUST specify/uncomment one
MysqlAuthUidField               uid
#MysqlAuthUid                   65534
#MysqlAuthUidName               nobody

# Options to get user GID.
# REQUIRED - MUST specify/uncomment one
MysqlAuthGidField               gid
#MysqlAuthGid                   100
#MysqlAuthGidName               nobody


My configure flags :

./configure  --enable-servermode --enable-shy --enable-specialauth
--enable-temp-drop-dir=/var/spool/mail/.pop --disable-check-pw-max
--enable-fast-update --prefix=/usr/local/qpopper --disable-hash-dir-check
--with-mysqllibpath=/usr/local/mysql/lib/mysql
--with-mysqlincludepath=/usr/local/mysql/include/mysql --enable-mysql
--enable-log-login-mysql --with-mysqlconfig=/etc/mysql-popper.conf

And I am using shadow on the server...

Please help Regards Ren�

Reply via email to