summaryrefslogtreecommitdiff
path: root/mail/mailman/MESSAGE
blob: b7ff5f5eea48824fe7738723f67e6ae44b398d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================================================
$NetBSD: MESSAGE,v 1.3 2003/12/23 11:02:13 xtraeme Exp $

Mailman needs to know your mail domain and Web server hostname.  Edit
${PREFIX}/lib/mailman/Mailman/mm_cfg.py and insert your hostname
in place of "localhost" in DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST.

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 and its archive accessible through, respectively,

	http://www.domain.com/mailman/
	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 the sections:

	4, starting with 'Create a "site-wide" mailing list'.
	5, 'Customizing Mailman'

===========================================================================