I've built sqwebmail 2.0.0 and vpopmail 4.9.10 on a Sparc 220, and I'm
having some problems with authentication.  Vpopmail has been setup to do
authentication on a second box running MySQL.

Sqwebmail was built with the following commands:

./configure --with-cachedir \
--enable-webpass=vpopmail  \
--enable-cgibindir=/var/www/cgi-bin  \
--enable-imagedir=/var/www/html/images  \
--enable-imageurl=/images/  \
--with-fcgi  \
--without-authpwd  \
--without-authshadow   \
--without-authpam   \
--without-authuserdb   \
--with-authvchkpw  \
--without-authldap   \
--without-authdaemon \
--enable-mimetypes=/etc/httpd/conf/mime.type

make
make install-strip
make install-configure

No errors were reported during the build, and the login screen comes up.


Vpopmail was built with the following commands:

./configure --enable-roaming-users=y \
--enable-ip-alias-domains=y \
--enable-passwd=y \
--enable-mysql=y \
--enable-sqlincdir=/var/lib/mysql/include/mysql \
--enable-sqllibdir=/var/lib/mysql/lib/mysql

make
make install-strip

Vpopmail is working, because I can telnet from an outside box on port 110,
and authenticate as a either a user in a vpopmail domain or a local user,
and get a list of messages.  But I can't log in as a local user or a
vpopmail user.  I'm pretty sure I can't log in as a local user because
of --without-authpw, --without-authshadow and --without-authpam, and that's
ok, as this will be a userless mail server.  But I have --with-authvchkpw
and --enable-webpass=vpopmail, so why can't my vpopmail users log in?  I'm
sure it's something simple, but I can't find it reading the FAQ, Manuals,
etc.

TIA,

Dave



Reply via email to