Hi, I run an Apache server 1.3 under a Debian system. I did succeed in apt-getting the .deb source for sqwebmail, which worked but obviously didn't meet my expectations. At the very least I want to be able to run sqwebmail on https.
So I removed de .deb package + removed all remaining folders, cleaned my apt-get, and downloaded the sqwebmail-3.6.2 package. Here are the options I gave it: ./configure --enable-softtimeout=900 --enable-https --enable-autopurge=10 --enable-cgibindir=/data/www/cgi-bin/ --enable-imagedir=/data/www/htdocs/sqwebmail/ --enable-imageurl=/sqwebmail/ The make configure-check command tells me: SqWebMail CGI will be installed in /data/www/cgi-bin/ Images will be installed in /data/www/htdocs/sqwebmail make[1]: Entering directory `/usr/src/sqwebmail-3.6.2/sqwebmail' URL to the image directory is /sqwebmail/ make[1]: Leaving directory `/usr/src/sqwebmail-3.6.2/sqwebmail' I tried to install an older package as well - version 3.5.0 - with the same result. Specifying the default folders used by the .deb package didn't work either. By copying the sqwebmail cgi file to /data/www/cgi-bin and the picks to /data/www/htdocs/sqwebmail/ with the debian package, there was no problem for displaying the logon screen (in http); logging in and displaying the Maildir folders worked as well. Can someone help me out on this one? Thx! Nicolas
