pkgsrc/mail/sqwebmail/MESSAGE
jlam c152764d0e Update mail/sqwebmail to 5.1.6. Changes from version 5.1.2 include:
+ Move a few more things around so that it looks more like a default
  installation of Courier.  In particular, the "cgi-bin" directory has
  been renamed "webmail", and sbin/sqwebmaild to sbin/webmaild.

* Use address returned from authlib as return address of sent messages.
* Forbid rename folder if new folder name contains a dot.
* Quietly prune trailing ':' from the tail end of a header name.
* Trim whitespace from login username and new folder names.
2007-08-10 17:57:13 +00:00

36 lines
1.2 KiB
Text

===========================================================================
$NetBSD: MESSAGE,v 1.8 2007/08/10 17:57:13 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 ``webmail'' CGI binary to the appropriate place in your
HTTP document root, e.g. ${PREFIX}/libexec/cgi-bin. Maildir
accounts would be accessible through, e.g.:
http://your.domain.com/cgi-bin/webmail
(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
===========================================================================