I've brought a fresh installation of Mailman 2.1.9 on line on an IP that has been assigned to mydomain.net for some time. However, I want to appear as otherdomain.com. The DNS records for otherdomain.com have been changed to point to my IP, with A records to otherdomain.com and www.otherdomain.com, and an MX record to point to a mydomain.net A record.
What I did to handle mail was add othedomain.com to the sendmail cw file (local-host-names). What I see in the headers in a post to the list is: X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.1.9 Precedence: list Reply-To: The Mylist Discussion List <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Errors-To: [EMAIL PROTECTED] How do I get the correct names (otherdomain.com) in the last three header lines? I've added to mm_cfg.py DEFAULT_EMAIL_HOST = 'otherdomain.com' DEFAULT_URL_HOST = 'www.otherdomain.com' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) (actually, tried the "add_virtualhost" before the redefined defaults before trying it after). The list URL is correct (withlist/fix_url) but the mail headers aren't. How to fix this? Do I need to restart the qrunners? Hank -- Hank van Cleef ([EMAIL PROTECTED], [EMAIL PROTECTED]) 1986 420SEL "A stranger in paradise" (Fremont Co. Wyoming) 1986 GMC 1500 6.2 diesel pickup "Seen one, seen them all" ------------------------------------------------------ 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
