907476ac43
maintaining most of the port's existing structure. A more comprehensive restructuring of this port is in the works. - Assume maintainership, pending any objections from -ports.
21 lines
700 B
Plaintext
21 lines
700 B
Plaintext
---------------------------------------------------------------------------
|
|
All related binaries have been installed in %%MAILMANDIR%%/bin.
|
|
|
|
See %%DOCSDIR%%/INSTALL for post-installation instructions,
|
|
with "prefix" being "%%MAILMANDIR%%".
|
|
|
|
In particular, you'll need to set up the mailman user's crontab(5) entry:
|
|
As root:
|
|
|
|
# crontab -u mailman %%MAILMANDIR%%/cron/crontab.in
|
|
|
|
A sample entry for Apache's httpd.conf to enable use of Mailman's web
|
|
interface:
|
|
|
|
ScriptAlias /mailman/ %%MAILMANDIR%%/cgi-bin/
|
|
<Directory %%MAILMANDIR%%/cgi-bin/>
|
|
Options FollowSymLinks ExecCGI
|
|
... other options ...
|
|
</Directory>
|
|
---------------------------------------------------------------------------
|