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.
