==== setup ====
# apt-get install mailman
# newlist mailman (when domain is pointing to the right place)
==== starting ====
# /etc/init.d/mailman start
==== notes ====
* online docs >- http://www.list.org/mailman-install/front.html
==== debian config ====
* http://homex.subnet.at/~max/mail/mailman.php#mailman-and-postfix
postfix
* main.cfg
* owner_request_special = no
* /usr/share/doc/mailman/README.POSTFIX
==== new list ====
* % newlist
* % emacs /etc/aliases
* % newaliases
==== archiving ====
* http://common-lisp.net/project/macho/
==== converting archives ====
> Does anyone know if there is a way to import archived messages from
> majordomo to Mailman??
Depends on how Majordomo stores the archived messages. If you can
convert them to a mailbox, just store that in the right archive
directory [1] and rebuild the archive [2].
-thh
[1] $MAILMAN/archives/private/$LISTNAME.mbox/$LISTNAME.mbox
[2] run $MAILMAN/bin/arch $LISTNAME (or run it with the --wipe option)