> I had this problem myself - very recently. This was on a Solaris > implementation of Mailman.
I'm on OpenBSD > The values in question are: > DEFAULT_EMAIL_HOST = 'hostname' > DEFAULT_URL_HOST = 'hostname' > > I had appended these values to the file: > /usr/local/mailman/Mailman/mm_cfg.py > > That didn't work, so I replaced the hostname with the fully qualified > network name: 'hostname.domain.edu' > > That didn't work either. So, then, I put these values into the file: > /usr/local/mailman/Mailman/Defaults.py > > And then everything worked correctly! This didn't do it either... :-/ --Bryan ------------------------------------------------------ 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/ 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
