When I first set up Mailman 2.1.1 my DEFAULT_EMAIL_HOST was set to www.tcf.ua.edu for testing purposes. Now, I'm ready to go online with it, but I can't figure out how to change DEFAULT_EMAIL_HOST to the real email host of tcf.ua.edu.

I changed my hosts (and virtual hosts, too!) in Postfix and I thought that that would transfer over to Mailman, but so far it hasn't. When I set up a new list, I get addresses such as

[EMAIL PROTECTED]

that should not have "www" in them. They should look like this:

[EMAIL PROTECTED]

So, my main, default email address is wrong, BUT the email addresses for new lists on my VIRTUAL host (cinemastudies.org) DOES work.

Can anyone clue me in? Thanks!

--- Defaults.py ---

DEFAULT_EMAIL_HOST = 'www.tcf.ua.edu'
DEFAULT_URL_HOST = 'www.tcf.ua.edu'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'

--- mm_cfg.py ---

MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['cinemastudies.org']
DEFAULT_EMAIL_HOST = 'cinemastudies.org'
DEFAULT_URL_HOST = 'www.cinemastudies.org'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

--- Postfix's main.cf ---

myhostname = www.tcf.ua.edu
mydomain = tcf.ua.edu
mydestination = $myhostname, localhost.$mydomain, $mydomain,
mail.$mydomain, www.$mydomain, ftp.$mydomain
virtual_alias_maps = hash:/etc/postfix/virtual,hash:/usr/local/mailman/data/virtual-mailman
virtual_alias_domains = cinemastudies.org www.cinemastudies.org
alias_maps = hash:/etc/postfix/aliases, hash:/usr/local/mailman/data/aliases
alias_database = hash:/etc/postfix/aliases



Jeremy Butler [EMAIL PROTECTED]

=======================================================
TELEVISION: CRITICAL METHODS AND APPLICATIONS
http://www.TVCrit.com


------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to