Dave Stern - Former Rocket Scientist wrote:

>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?

Did you run fix_url.py as mentioned in FAQ 4.29 under "Existing versus
new lists"?

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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