Hi,
I was recently tasked with setting up a new mailman server.
 
We installed mm2.1.9 via yum on a RHEL5.3 server with postfix installed.
 
varprefix=/var/lib/mailman and prefix =/usr/lib/mailman.
 
This is what I have for custom lines in my mm_cfg.py:
 
DEFAULT_EMAIL_HOST = 'mm server name'
DEFAULT_URL_HOST = 'mm server name'
 
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
 
MTA = 'Postfix'
VIRTUAL_HOST_OVERVIEW = 0
OWNERS_CAN_ENABLE_PERSONALIZATION = 1
 
My problem is that whenever I use the newlist command and I create a
list, it doesnt automatically update the aliases file. According to the
install documentation on the mailman website, I only had to do a few
things including adding MTA='Postfix', etc. Are there any other settings
that I need to check on in order to make sure it is working?
 
Thanks for any replies.
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to