summaryrefslogtreecommitdiff
path: root/mail/sqwebmail/MESSAGE
blob: 939ce9083eadc408930844e83c3f3795f6444ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
===========================================================================
$NetBSD: MESSAGE,v 1.4 2002/09/24 12:30:15 wiz Exp $

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
${IMAGEDIR}, e.g. for Apache, add the following to httpd.conf:

    <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

If you're using a non-default mailer, you will need to edit:

    ${PKG_SYSCONFDIR}/sendit.sh

===========================================================================