5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Problems with install...
FromSent OnAttachments
Andrew HodgsonSep 4, 2005 8:12 am 
Sam VarshavchikSep 4, 2005 6:28 pm 
Brian CandlerSep 5, 2005 1:04 am 
Andrew HodgsonSep 5, 2005 2:29 am 
Andrew HodgsonSep 5, 2005 2:32 am 
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] Problems with installing Sqwebmail - probably because of an issue with AuthdaemonActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Sep 5, 2005 1:04:53 am
List:net.sourceforge.lists.courier-sqwebmail

On Sun, Sep 04, 2005 at 04:12:35PM +0100, Andrew Hodgson wrote:

#./configure --prefix=/usr/local/share/sqwebmail --with-cachedir=/var/cache/sqwebmail --enable-imageurl=/images/sqwebmail --enable-imagedir=/srv/www/htdocs/images/sqwebmail --enable-cgibindir=/srv/www/cgi-bin --with-cacheowner=bin --without-authpam --without-authuserdb --without-authpwd --without-authshadow

Any suggestions/clues?

Show the exact error you saw, although probably courierauthconfig is not in your path. You can test it for yourself like this:

# courierauthconfig --configfiles

If that gives a file-not-found error then you should try doing something like this:

# PATH=/usr/local/bin:/usr/local/sbin:$PATH # export PATH # courierauthconfig --configfiles

or put the exact directory where courierauthconfig was installed.

Brian.