summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-07-07 15:57:02 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-07-07 15:57:02 +0000
commiteb9f3e3a8aa508c2f9cae1f3c79308382d798b41 (patch)
tree1711f2c896717e424dc95e137875f47708f6d1a3 /net-mail/mailman/files
parentcleanup (Manifest recommit) (diff)
downloadgentoo-2-eb9f3e3a8aa508c2f9cae1f3c79308382d798b41.tar.gz
gentoo-2-eb9f3e3a8aa508c2f9cae1f3c79308382d798b41.tar.bz2
gentoo-2-eb9f3e3a8aa508c2f9cae1f3c79308382d798b41.zip
minor readme tweaks
Diffstat (limited to 'net-mail/mailman/files')
-rw-r--r--net-mail/mailman/files/README.gentoo22
1 files changed, 6 insertions, 16 deletions
diff --git a/net-mail/mailman/files/README.gentoo b/net-mail/mailman/files/README.gentoo
index f14438eef119..e7b5a5fb00a3 100644
--- a/net-mail/mailman/files/README.gentoo
+++ b/net-mail/mailman/files/README.gentoo
@@ -1,3 +1,7 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/files/README.gentoo,v 1.9 2004/07/07 15:57:02 mholzer Exp $
+
Follow these instructions to finish setting up mailman. This file and the
original ebuild were tweaked by me <lamer@gentoo.org> but were graciously
submitted by Joby Walker (YOU RULE!)
@@ -13,7 +17,7 @@ locations in the mailman.conf file.
1) If this is your first time installing mailman, after your "emerge mailman",
**and you are using apache 1.x**, you will need to run:
-ebuild /var/db/pkg/net-mail/mailman-x.x.x/mailman-x.x.x.ebuild config
+ebuild /var/db/pkg/net-mail/mailman-$VERSION/mailman-$VERSION.ebuild config
This will add an Include in your apache.conf to mailman.conf
@@ -60,7 +64,7 @@ Add this to /etc/mail/aliases (and see point 9 for notes):
mailman-subscribe: "|/usr/local/mailman/mail/mailman subscribe mailman"
mailman-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe mailman"
-Run newaliases.
+Run newaliases (only if you use sendmail).
newaliases
@@ -118,20 +122,6 @@ And the lines in /etc/mail/aliases which refer to
<list-name>-subscribe: "|mailman subscribe <list-name>"
<list-name>-unsubscribe: "|mailman unsubscribe <list-name>"
-If you need cjkcodecs support, emerge
-dev-python/japanesecodecs
-and
-dev-python/koreancodecs
-then enable it by comment out the following lines
-
-#import japanese
-#import korean
-#import korean.aliases
-
-in
-/usr/local/mailman/bin/paths.py and /usr/local/mailman/scripts/paths.py
-
-
Other Helpful things to know...
-------------------------------