359be7f3c4
+ Add an INSTALL script that detects the presence of the old sqwebmail state directory and that informs the admin to move it to the new location. + Install some more of the HTML documentation in the location expected by courier-mta. * Complete re-implementation of the LDAP addressbook. * Increase the maximum size of the CGI environment to avoid certain classes of browser/website problems.
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.7 2006/04/28 18:16:25 jlam Exp $
|
|
|
|
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:
|
|
|
|
${PKG_SYSCONFDIR}/cleancache.pl
|
|
|
|
There are two things which must be done to make SqWebMail accessible
|
|
through your HTTP server:
|
|
|
|
(1) Copy the ``sqwebmail'' CGI binary to the appropriate place in your
|
|
HTTP document root, e.g. ${PREFIX}/libexec/cgi-bin, then Maildir
|
|
accounts would be accessible through:
|
|
|
|
http://your.domain.com/cgi-bin/sqwebmail
|
|
|
|
(2) Make URLs with path ``${IMAGEURL}/'' resolve to the images located
|
|
in the ${IMAGEDIR} directory.
|
|
For Apache, you can add the following to httpd.conf:
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias ${IMAGEURL}/ "${IMAGEDIR}/"
|
|
</IfModule>
|
|
|
|
If you're using a non-default sendmail program, you will need to edit:
|
|
|
|
${PKG_SYSCONFDIR}/sendit.sh
|
|
|
|
To use GPG with SqWebMail, you will need to install the security/gnupg
|
|
package and you should read the documentation at:
|
|
|
|
${PREFIX}/share/doc/courier/sqwebmail/README.gpg.html
|
|
|
|
===========================================================================
|