Zbigniew Szalbot wrote: > >>>But when I write to [EMAIL PROTECTED], I get an email from >>>[EMAIL PROTECTED] >>> >> What are your settings for DEFAULT_URL_HOST, and add_virtualhost() for >> that host. > >The only ones that I use are: > >OWNERS_CAN_ENABLE_PERSONALIZATION = Yes >DEFAULT_URL_HOST = 'DOMAIN.TLD' >SMTPHOST = 'localhost' >VERP_CONFIRMATIONS = Yes
What is in Defaults.py for DEFAULT_EMAIL_HOST? Add the following lines to mm_cfg.py following the assignment to DEFAULT_URL_HOST. DEFAULT_EMAIL_HOST = 'correct FQDN' VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) and then restart Mailman. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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