[Mailman-Users] Config problem - hostname issues

Jim Tittsler jwt at onjapan.net
Tue Jul 19 01:30:34 CEST 2005


On Jul 19, 2005, at 03:39, Forrest Aldrich wrote:

> I've set up in the mm_cfg.py:
>
>     DEFAULT_EMAIL_HOST = 'externalhost.com'
>     DEFAULT_URL_HOST = 'www.externalhost.com'
>     add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

You may need to add:
VIRTUAL_HOSTS.clear()
just before the add_virtualhost() call.

> [...] Yet, still, the URLs in the resulting admin page from mailman  
> have:

Remember that to update URLs in existing lists, you need to run  
~mailman/bin/fix_url.py (It is done with bin/withlist.  Run  
fix_url.py with no arguments for details, or check the FAQ for more  
info on fix_url.py.)


-- 
Jim Tittsler     http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC      irc://irc.freenode.net/#mailman






More information about the Mailman-Users mailing list