===========================================================================
$NetBSD: MESSAGE,v 1.6 2011/04/07 15:45:37 hauke Exp $

Mailman needs to know your mail domain and Web server hostname.  Edit
/usr/pkg/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 /usr/pkg/etc/httpd/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.
You can use /usr/pkg/share/examples/mailman/crontab.in as template.

See the files in /usr/pkg/share/doc/mailman for how to use mailman,
especially the file /usr/pkg/share/doc/mailman/mailman-install.txt.

If you are upgrading an existing mailman installation,
see /usr/pkg/share/doc/mailman/UPGRADING.

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