pullup #2780
[pkgsrc.git] / mail / sqwebmail / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.7 2006/04/28 18:16:25 jlam Exp $
3
4 You must create a cron job that runs at regular intervals (one hour is
5 fine) that executes the following Perl script to clean the SqWebMail
6 user cache:
7
8     ${PKG_SYSCONFDIR}/cleancache.pl
9
10 There are two things which must be done to make SqWebMail accessible
11 through your HTTP server:
12
13   (1) Copy the ``webmail'' CGI binary to the appropriate place in your
14       HTTP document root, e.g. ${PREFIX}/libexec/cgi-bin.  Maildir
15       accounts would be accessible through, e.g.:
16
17         http://your.domain.com/cgi-bin/webmail
18
19   (2) Make URLs with path ``${IMAGEURL}/'' resolve to the images located
20       in the ${IMAGEDIR} directory.
21       For Apache, you can add the following to httpd.conf:
22
23         <IfModule mod_alias.c>
24             Alias ${IMAGEURL}/ "${IMAGEDIR}/"
25         </IfModule>
26
27 If you're using a non-default sendmail program, you will need to edit:
28
29     ${PKG_SYSCONFDIR}/sendit.sh
30
31 To use GPG with SqWebMail, you will need to install the security/gnupg
32 package and you should read the documentation at:
33
34     ${PREFIX}/share/doc/courier/sqwebmail/README.gpg.html
35
36 ===========================================================================