Thu Apr 7 13:57:24 2011 UTC ()
Point to the UPGRADING file, for those unhappy fellows who have to
upgrade an existing mailman installation.

Relevant for pkg/25165


(hauke)
diff -r1.4 -r1.5 pkgsrc/mail/mailman/MESSAGE

cvs diff -r1.4 -r1.5 pkgsrc/mail/mailman/MESSAGE (expand / switch to unified diff)

--- pkgsrc/mail/mailman/MESSAGE 2006/04/10 20:33:12 1.4
+++ pkgsrc/mail/mailman/MESSAGE 2011/04/07 13:57:23 1.5
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.4 2006/04/10 20:33:12 bouyer Exp $ 2$NetBSD: MESSAGE,v 1.5 2011/04/07 13:57:23 hauke Exp $
3 3
4Mailman needs to know your mail domain and Web server hostname. Edit 4Mailman needs to know your mail domain and Web server hostname. Edit
5${PREFIX}/lib/mailman/Mailman/mm_cfg.py and insert your hostname 5${PREFIX}/lib/mailman/Mailman/mm_cfg.py and insert your hostname
6in place of "localhost" in DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST. 6in place of "localhost" in DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST.
7 7
8You will need to make mailman accessible through your HTTP server. 8You will need to make mailman accessible through your HTTP server.
9If you are running Apache, then you may add the following line to httpd.conf: 9If you are running Apache, then you may add the following line to httpd.conf:
10 10
11 Include ${PKG_SYSCONFDIR}/mailman.conf 11 Include ${PKG_SYSCONFDIR}/mailman.conf
12 12
13to make mailman and its archive accessible through, respectively, 13to make mailman and its archive accessible through, respectively,
14 14
15 http://www.domain.com/mailman/ 15 http://www.domain.com/mailman/
16 http://www.domain.com/pipermail/ 16 http://www.domain.com/pipermail/
17 17
18You will also need to add some crontab entries for the user ${MAILMAN_USER}. 18You will also need to add some crontab entries for the user ${MAILMAN_USER}.
19You can use ${EXECDIR}/cron/crontab.in as template. 19You can use ${EXECDIR}/cron/crontab.in as template.
20 20
21See the files in ${DOCDIR} for how to use mailman, 21See the files in ${DOCDIR} for how to use mailman, especially
22especially the file ${DOCDIR}/mailman-install.txt 22the file ${DOCDIR}/mailman-install.txt and, if you are upgrading
 23an existing mailman installation, ${DOCDIR}/UPGRADING.
23 24
24=========================================================================== 25===========================================================================