
On Wed, 10 Nov 2010 12:36:45 -0800, Ivan Fetch <ifetch@du.edu> wrote:
I wonder if this could be the host_name option for the mailing lists,
vs. DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST on your two other Mailman
servers? In other words, a difference between the Mailman configured
email and web server hostnames, among your 3 servers.
- Ivan
Dunno if this is relevant, but yesterday I had a similar problem after
putting Mailman behind a reverse proxy that only uses HTTP/1.0 without the
Host header to connect to the upstream server. Mailman would complain that
there were no lists on localhost and to contact mailman@localhost for
help. The solution was to set the host header manually (ProxyPreserveHost
for Apache, proxy_set_header Host $host for nginx, etc.).
-- Chris