2002-01-24 08:23:44 +01:00
|
|
|
===========================================================================
|
2004-02-24 00:41:42 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.5 2004/02/23 23:41:43 jlam Exp $
|
2002-01-24 08:23:44 +01:00
|
|
|
|
2004-02-24 00:41:42 +01:00
|
|
|
You must create a cron job that runs at regular intervals (one hour is
|
|
|
|
fine) that executes the following Perl script to clean the SqWebMail
|
|
|
|
user cache:
|
2002-01-24 08:23:44 +01:00
|
|
|
|
|
|
|
${PREFIX}/share/courier/sqwebmail/cleancache.pl
|
|
|
|
|
|
|
|
You will need to make SqWebMail accessible through your HTTP server by
|
2004-02-24 00:41:42 +01:00
|
|
|
making URLs with path "${IMAGEURL}/" resolve to the images in
|
|
|
|
${IMAGEDIR}.
|
|
|
|
|
|
|
|
For Apache, you can add the following to httpd.conf:
|
2002-01-24 08:23:44 +01:00
|
|
|
|
|
|
|
<IfModule mod_alias.c>
|
2004-02-24 00:41:42 +01:00
|
|
|
Alias ${IMAGEURL}/ "${IMAGEDIR}/"
|
2002-01-24 08:23:44 +01:00
|
|
|
</IfModule>
|
|
|
|
|
|
|
|
Also, certain versions of Microsoft Internet Explorer have a bug in their
|
|
|
|
HTTP/1.1 protocol implementation that results in errors when downloading
|
|
|
|
attachments. You should configure your HTTP server to force a HTTP/1.0
|
|
|
|
protocol response for MSIE clients, e.g. for Apache, add the following to
|
|
|
|
httpd.conf:
|
2002-09-24 14:29:55 +02:00
|
|
|
|
2002-01-24 08:23:44 +01:00
|
|
|
BrowserMatch "MSIE [45]" nokeepalive downgrade-1.0 force-response-1.0
|
|
|
|
|
|
|
|
Maildir accounts will be accessible through:
|
|
|
|
|
|
|
|
http://www.domain.com/cgi-bin/sqwebmail
|
|
|
|
|
2004-02-24 00:41:42 +01:00
|
|
|
If you're using a non-default sendmail program, you will need to edit:
|
2002-05-03 16:57:45 +02:00
|
|
|
|
|
|
|
${PKG_SYSCONFDIR}/sendit.sh
|
|
|
|
|
2004-02-24 00:41:42 +01:00
|
|
|
To use GPG with SqWebMail, you will need to install the security/gnupg
|
|
|
|
package and you should read the documentation at:
|
|
|
|
|
|
|
|
${PREFIX}/share/doc/html/courier/sqwebmail/README.gpg.html
|
|
|
|
|
2002-01-24 08:23:44 +01:00
|
|
|
===========================================================================
|