blob: 95c7f18dbe847f07d4d4d518de4bae235baa8f08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---------------------------------------------------------------------------
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>
---------------------------------------------------------------------------
|