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 ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org