[Mailman-Users] Virtual hosts question

Chris Tandiono chris.tandiono at gmail.com
Thu Jan 13 21:21:19 CET 2011


On 13 Jan 2011, at 11:14 , Rob wrote:
> 
> But when I use mailmanctl to restart I get this error:
> 
> Traceback (most recent call last):
>  File "./mailmanctl", line 106, in <module>
>    from Mailman import mm_cfg
>  File "/usr/share/mailman/Mailman/mm_cfg.py", line 50, in <module>
>    add_virtualhost(www.lists.eavdi.org, lists.eavdi.org)
> NameError: name 'www' is not defined
> 
> 
> Thanks in advance for your help.
> 
> -Rob McLear

That is a Python error--you need to put quotes aroudn "www.lists.eavdi.org"; otherwise, it looks for a variable named www so it can access the property lists. Same thing with lists.eavdi.org.

Chris


More information about the Mailman-Users mailing list