2002-01-24 08:23:44 +01:00
|
|
|
===========================================================================
|
2002-05-03 16:57:45 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.3 2002/05/03 14:57:45 schmonz Exp $
|
2002-01-24 08:23:44 +01:00
|
|
|
|
|
|
|
You must create a cron job that runs at regular intervals to clean the
|
|
|
|
SqWebMail user cache that executes the following script:
|
|
|
|
|
|
|
|
${PREFIX}/share/courier/sqwebmail/cleancache.pl
|
|
|
|
|
|
|
|
You will need to make SqWebMail accessible through your HTTP server by
|
|
|
|
making URLs with path "/images/sqwebmail/" resolve to the images in
|
2002-01-24 21:54:40 +01:00
|
|
|
${IMAGEDIR}, e.g. for Apache, add the following to httpd.conf:
|
2002-01-24 08:23:44 +01:00
|
|
|
|
|
|
|
<IfModule mod_alias.c>
|
|
|
|
Alias /images/sqwebmail/ "${IMAGEDIR}/"
|
|
|
|
</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:
|
|
|
|
|
|
|
|
BrowserMatch "MSIE [45]" nokeepalive downgrade-1.0 force-response-1.0
|
|
|
|
|
|
|
|
Maildir accounts will be accessible through:
|
|
|
|
|
|
|
|
http://www.domain.com/cgi-bin/sqwebmail
|
|
|
|
|
2002-05-03 16:57:45 +02:00
|
|
|
If you're using a non-default mailer, you will need to edit:
|
|
|
|
|
|
|
|
${PKG_SYSCONFDIR}/sendit.sh
|
|
|
|
|
2002-01-24 08:23:44 +01:00
|
|
|
===========================================================================
|