1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
freebsd-ports/mail/websieve/files/pkg-message.in
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

25 lines
585 B
Plaintext

[
{ type: install
message: <<EOM
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
require ip 127.0.0.1
require host .example.com
</Directory>
EOM
}
]