This document lists options that should be used when
configuring SqWebMail to run with H-Sphere.
./configure \
- --prefix=/hsphere/local/sqwebmail \
- --with-module=authvchkpw \
- --enable-webpass=no \
- --enable-hardtimeout=7200 \
- --enable-softtimeout=1200 \
- --enable-autopurge=7 \
- --with-maxformargsize=3000000 \
- --enable-cgibindir=/hsphere/local/sqwebmail/cgi-bin \
- --enable-imagedir=/hsphere/local/sqwebmail/htdocs/images \
- --enable-imageurl=/images/ \
- --enable-mimetypes=/hsphere/local/config/httpd \
- --with-cachedir=/var/hsphere/sqwebmail \
- --with-cacheowner=vpopmail
Do not forget to add a new cron job to run 2-3 times
per hour:
su -c "/hsphere/local/sqwebmail/share/sqwebmail/cleancache.pl" vpopmail
|