RE: sqwebmail-4.0.3 and vpopmail-5.4.3_1 on FreeBSD 4.4

"Andy Barker" <[email protected]>
Newsgroups gmane.mail.sqwebmail
Message-ID <5F0FC6E237D5394DA17F2886FCEF96AA09F186@nte2k05.mpls.digitalriver.com>
Well with a little coaxing between using the ports make file and then
going in and manually running install-configure I was able to get things
working.

If I have a little spare time in the next weeks I will take a look at
the port and see if I can fix it so it runs all the appropriate scripts.

Thanks Brian,
-A 

-----Original Message-----
From: Brian Candler [mailto:[email protected]] 
Sent: Thursday, April 29, 2004 12:58 PM
To: Andy Barker
Cc: [email protected]
Subject: Re: [sqwebmail] sqwebmail-4.0.3 and vpopmail-5.4.3_1 on FreeBSD
4.4

On Thu, Apr 29, 2004 at 12:02:23PM -0500, Andy Barker wrote:
> I installed sqwebmail-4.0.3 using the FreeBSD port issuing the 
> following config
> 
> make configure --with-cachedir --enable-webpass=vpopmail 
> --with-module=authvchkpw

None of those are valid configure settings for sqwebmail!!

 --with-cachedir takes a directory argument  --enable-webpass does not
take an argument (apart from 'yes' or 'no')  --with-module is not a
valid option at all (should be --with-authvchkpw)

But in any case if you are using the port you probably ought to be using
the port options:

  make -DWITH_VCHKPW

Read /usr/ports/mail/sqwebmail/Makefile for information about the
options available to you.

> make install
> 
> /usr/local/etc/rc.d/sqwebmail-sqwebmaild.sh start 
> /usr/local/etc/rc.d/sqwebmail-authdaemond.sh start
> 
> The authdaemond did not start as there was no authdaemonrc create with

> the install just the default .dist file.

You forgot 'make install-configure'. Or if the port does not do this,
then the port is broken. You can do it manually:

  cd work/sqwebmail-4.0.3
  gmake install-configure

> I accessed the sqwebmail interface from a web browser (netscape 7.1) 
> and attempted to login and was denied.

You would, if you have no configuration files.

> 	changed authmodulelist="authcustom authcram authuserdb authpam"
> line to be
> 	authmodulelist="authvchkpw"

Clearly, authvchkpw is not supported in your configuration, because it's
not in the available list of modules. That's because you didn't supply
the right options when you compiled it.

Start again - and if the port doesn't work, try compiling it yourself
and follow the instructions in INSTALL.

Brian.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.