Hello everyone, when trying to create a new list through the web interface, Mailman says "unknown virtual host: mailsrv". "mailsrv" is the name of the local machine. I can't find which setting is wrong - can someone give me a hint?
I have set in my mm_cfg.py: [...] DEFAULT_EMAIL_HOST = 'domain.net' DEFAULT_URL_HOST = 'www.domain.net' MTA = 'Postfix' SMTPHOST = 'localhost' SMTPPORT = '25' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) VIRTUAL_HOSTS = {'mailsrv.domain.lan':'domain.lan'} [...] Where: - the host where Mailman is running on is _not_ the MX for domain.net, but it is linked to the MX by a fetchmail link. - mailsrv.domain.lan is the name of the host where Mailman is running on - domain.lan is the local domain What to do? -- Andre Tann ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp