freebsd-ports/mail/websieve/files/pkg-message.in
Alejandro Pulver f63fab9c6e - Add support for Cyrus IMAPd 2.3.x
- Remove explicit dependence on Apache.
- Install into ${PREFIX}/www/websieve (${WWWDIR}).
- Use the generic OPTIONS mechanism rather than some strange precursor to it.

PR:		ports/116493
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2007-09-29 19:09:03 +00:00

19 lines
575 B
Text

Websieve has been installed in %%WWWDIR%%
However, before you can use the program, you should copy the file
"websieve.conf.sample" in %%PREFIX%%/etc/websieve to "websieve.conf"
edit it to suit your needs. Use "openssl rand -base64 39" to create
a new secret key. You will need to add a section like the following to
your Apache configuration:
ScriptAlias /websieve "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
Options ExecCGI
AllowOverride none
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>