[Mailman-Users] virtual host

Dave Stern - Former Rocket Scientist dave at umiacs.umd.edu
Thu Jan 6 18:28:35 CET 2005


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



More information about the Mailman-Users mailing list