blob: ef66c52b224a808d8dbaca222d03f2663c36deaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:15 wiz Exp $
You will need to make mailman accessible through your HTTP server.
If you are running Apache, then you may add the following line to httpd.conf:
Include ${PKG_SYSCONFDIR}/mailman.conf
to make mailman accessible through:
http://www.domain.com/mailman/
and the archive accessible though
http://www.domain.com/pipermail/
You will also need to add some crontab entries for the user ${MAILMAN_USER}.
You can use ${EXECDIR}/cron/crontab.in as template.
See the files in ${DOCDIR} for how to use mailman, especially
${DOCDIR}/INSTALL starting at section 5 for post-install configurations.
===========================================================================
|