[Mailman-Users] Two questions

Erin Dalzell erin at thedalzells.org
Sat Jan 29 10:36:28 CET 2005


> I would do the following:
>
> Put Defaults.py back to it's original state.
>
> Put the following in mm_cfg.py
>
> MTA = "Postfix"
> IMAGE_LOGOS = '/icons/'
>
> DEFAULT_URL_HOST = 'www.thedalzells.org'
> DEFAULT_EMAIL_HOST = 'thedalzells.org'
>
> VIRTUAL_HOSTS.clear()
> add_virtualhost('www.thedalzells.org')
>
> The last could equally well be add_virtualhost(DEFAULT_URL_HOST) or
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) as all three are
> equivalent in this case.
>
> Then do
>
> bin/withlist -l -a -r fix_url
>
> and finally restart mailman.
>
> If this doesn't work, then I don't know what's going on.

That worked. I think the adding of the virtual hosts just allows the 
list to be accessed through that URL. But by default it sets everything 
to the default ones. That must be it.

Thanks

emd




More information about the Mailman-Users mailing list