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
postfix
- main.cfg
- owner_request_special = no
- /usr/share/doc/mailman/README.POSTFIX
new list
- % newlist <list-name>
- % emacs /etc/aliases
- % newaliases
archiving
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)