aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/pkg-message
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-12-06 07:45:02 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-12-06 07:45:02 +0000
commit907476ac433bb85b17e9c3faf2254d7144f746c2 (patch)
treec6444cb9521938209183bad54c6a8c576a025c1f /mail/mailman/pkg-message
parenteb9f710310c163d0f62eeb8be7e5de99f5686401 (diff)
downloadports-907476ac433bb85b17e9c3faf2254d7144f746c2.tar.gz
ports-907476ac433bb85b17e9c3faf2254d7144f746c2.zip
Notes
Diffstat (limited to 'mail/mailman/pkg-message')
-rw-r--r--mail/mailman/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mailman/pkg-message b/mail/mailman/pkg-message
new file mode 100644
index 000000000000..95c7f18dbe84
--- /dev/null
+++ b/mail/mailman/pkg-message
@@ -0,0 +1,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>
+---------------------------------------------------------------------------