We have a mailman 2.1.5 server that's on a host we cname to listserver. When mail goes to mailman, it comes back exposing the actual hostname
in the URL in the mail message rather than the cname. As per faq 4.29, I've added to mm_cfg.py something like


DEFAULT_EMAIL_HOST = 'listserver.mydomain.ru'
DEFAULT_URL_HOST = 'listserver.mydomain.ru'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

and  restarted the qrunners


Yet the name still bleeds thru in the advertised URL. Is there something else that needs to be done?

TIA
 =-=-=-=-=-=-=-=-=-=-  generated by /dev/dave -=-=-=-=-=-=-=-=-=-=-=-=
 David Stern                                    University of Maryland
           Institute for Advanced Computer Studies
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/

Reply via email to