[Mailman-Users] All my lists quit working!

Mark Sapiro mark at msapiro.net
Wed Jan 14 16:04:11 CET 2015


On 01/13/2015 06:21 PM, Jan Steinman wrote:
> 
> This is what shows up in mail.log:
> 
> Jan 13 18:04:16 dns postfix/smtpd[49973]: connect from unknown[10.1.1.2]
> Jan 13 18:04:16 dns postfix/smtpd[49973]: NOQUEUE: reject: RCPT from unknown[10.1.1.2]: 550 5.1.1 <Farmers at EcoReality.org>: Recipient address rejected: User unknown in virtual alias table; from=<Jan at EcoReality.org> to=<Farmers at EcoReality.org> proto=ESMTP helo=<[10.1.1.2]>
> Jan 13 18:04:16 dns postfix/smtpd[49973]: disconnect from unknown[10.1.1.2]


EcoReality.org is a virtual domain in Postfix.

You posted earlier that data/virtual-mailman was empty. This is the issue.

You need (you may have some of it)

MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['ecorealty.org']

in mm_cfg.py. If you already have these, but ecorealty.org is not in the
POSTFIX_STYLE_VIRTUAL_DOMAINS list, it needs to be added.

You also need to ensure that on the admin General Options page for the
Farmers at EcoReality.org list that the setting towards the bottom for
host_name is ecorealty.org. Then, running Mailman's bin/genaliases
should create the necessary virtual alias mappings in data/virtual-mailman.

-- 
Mark Sapiro <mark at msapiro.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