"Jonathan J. Smith" wrote:
> 
> "Jonathan J. Smith" wrote:
> >
> > I have had a system running for most of a year without any issues.
> >
> > Recently something has occured to case sqwebmail to NOT successfully
> > validate any users.  vpopmail is still working and POP passwords
> > validate
> > fine through it.
> >
> > Has anyone run across this who could suggest to me a cause for this sort
> > of behaviour?
> >
> > Thanks,
> >
> > Jonathan Smith
> 
> I am posting this again because I have not been able to determine how
> to fix this without redoing the entire installation and user base.
> 
> Behaviour is as follows:
> 
>   Qmail + vpopmail + sqwebmail.
> 
> Installation worked fine for nearly a year.
> 
> Authentication through pop works fine (using vpopmail mechanism).
> 
> Authentication through sqwebmail does not succeed.
> 
> Something has happened to sqwebmail.. What has happened? and how do I
> fix it while maintaining
> current user setup and email?
> 
> Thanks again for any help,
> 
> Jonathan Smith

Check your sqwebmail configure line. You might be missing something.
Here is mine for sqwebmail-2.0.0
cd sqwebm*
./configure --enable-webpass=vpopmail --without-authuserdb
--without-authpam \
--without-authpwd --without-authshadow --without-authldap
--with-cachedir \
--without-authuserdb \
--with-authvchkpw --enable-imageurl=/images/sqwebmail/ \
--enable-hardtimeout=100000  \
--enable-softtimeout=100000  \
--enable-imagedir=/usr/local/apache/htdocs/images/sqwebmail \
--enable-cgibindir=/usr/local/apache/cgi-bin

Notice the default apache directory (when apache is installed from
source)

That has worked for me each time. Unless you are using mysql, then
you have to add the mysql libs to the sqwebmail makefiles.

Ken

Reply via email to