4 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] sqwebmail with vpopma...
FromSent OnAttachments
Camilo RostokerNov 10, 2004 12:29 pm 
mattiNov 10, 2004 10:53 pm 
Brian CandlerNov 11, 2004 12:42 am 
Brian CandlerNov 12, 2004 4:20 am.Other
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] sqwebmail with vpopmail using cdb?Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Nov 11, 2004 12:42:27 am
List:net.sourceforge.lists.courier-sqwebmail

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.