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/
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
