On Wed, Nov 10, 2004 at 12:29:40PM -0800, Camilo Rostoker wrote:
I have vpopmail installed and working properly, and it uses the default
authentication scheme (cdb). Now, what do I have to do to get sqwebmail
to work with this setup? Is it even possible, or do I have to use
something else like the MySQL authentication?
Here's my configure settings for sqwebmail:
./configure --enable-cgibindir=/home/www/cgi-bin
--with-ispell=/usr/bin/ispell --disable-autorenamesent
--disable-utf7-folder-encoding *--with-authvchkpw *--without-authshadow
--without-authmysql --without-authldap --without-authuserdb
--without-authdaemon --without-authpam --without-authpwd
Well firstly, remove those asterisks.
Secondly, state what version of sqwebmail you are trying, and what O/S you
are running under.
Thirdly, show us what your authdaemonrc contains (grep -v '^#' to remove
the comments)
Fourthly, set DEBUG_LOGIN=2 in authdaemonrc and configure syslog to log
debugging messages:
[/etc/syslog.conf]
*.debug /var/log/debug
# touch /var/log/debug
# killall -1 syslogd
Stop and start authdaemond and try to login again. Show us what appears in
/var/log/debug
Is it possible that I need to also install courier-imap or the entire
courier package just to get this working?
No that should not be necessary. But beware the following message which is
printed when you configure sqwebmail with authvchkpw:
----------------------------------------------------
NOTE
All questions regarding ANY vpopmail-related problems,
such as compiling/building failures, or login errors
should be referred to the vpopmail mailing list.
Vpopmail questions sent to the Courier mailing lists
will be IGNORED.
----------------------------------------------------
Regards,
Brian.