[Mailman-Users] mailman-bounces with wrong domain

Mark Sapiro msapiro at value.net
Thu Apr 12 01:42:08 CEST 2007


Zbigniew Szalbot wrote:
>
>>>But when I write to listname-owner at mydomain, I get an email from
>>>mailman-bounces at 192.168.11.51
>>>
>> 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 <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list