[Mailman-Users] Incredibly Frustrated with inability to post

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Wed Dec 8 12:35:08 CET 2004


> 
> However, when I add the add_virtualhost(www.beathustler.com,  
> mail.beathustler.com) I am able to restart Postfix with no problem BUT  
> when I cd /Users/mailman and then run bin/mailmanctl restart I get the  
> following:
> 
> File "bin/mailmanctl", line 105, in ?
>     from Mailman import mm_cfg
>   File "/Users/mailman/Mailman/mm_cfg.py", line 46, in ?
>     add_virtualhost(www.beathustler.com, mail.beathustler.com)
> NameError: name 'www' is not defined

You should write
add_virtualhost('www.beathustler.com', 'mail.beathustler.com')


-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/




More information about the Mailman-Users mailing list