Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2016 15:02:05 -0400
From:      Michael Jung <mikej@mikej.com>
To:        Jim Ohlstein <jim@ohlste.in>
Cc:        Alphons van Werven <freebsd@skysmurf.nl>, Miroslav Lachman <000.fbsd@quip.cz>, FreeBSD Ports ML <freebsd-ports@freebsd.org>, owner-freebsd-ports@freebsd.org
Subject:   Re: Mailman in a jail
Message-ID:  <7af4d789e941e1b12231f9ea9c98bba3@mail.mikej.com>
In-Reply-To: <5719177B.5060209@ohlste.in>
References:  <5718F000.7010405@ohlste.in> <5718F7FE.1020701@quip.cz> <92C39496-20D8-4FA6-A967-DCF45D4244B6@ohlste.in> <20160421173128.GA45051@spectrum.skysmurf.nl> <5719177B.5060209@ohlste.in>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-04-21 14:10, Jim Ohlstein wrote:
> Hello,
> 
> On 4/21/16 1:31 PM, Alphons van Werven wrote:
>> Jim Ohlstein wrote:
>> 
>>> Mailman logs show connection errors.
>> 
>> I don't know exactly how Postfix and Mailman (try to) communicate with 
>> one
>> another, but is it possible that SysV IPC has to be enabled for the 
>> jail?
>> Or maybe raw sockets, although that's probably less likely.
> 
> Enabling each did not change the problem. I still see multiple lines
> like this in Mailman's logs:
> 
> Apr 21 14:06:45 2016 (70072) Low level smtp error: [Errno 61]
> Connection refused, msgid:
> <mailman.0.1461262003.70138.c2-list@lists.my.domain>
> Apr 21 14:06:45 2016 (70072) delivery to email@doman.com failed with
> code -1: [Errno 61] Connection refused
> 
> and nothing in /var/log/maillog



A long time ago I setup mailman with postfix but not in a jail, from
my notes here is all I had in

/usr/local/mailman/Mailman/mm_cfg.py

IMAGE_LOGOS = '/icons/'
add_virtualhost('lists.foo.com', 'lists.foo.com')
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.foo.com']
DEFAULT_EMAIL_HOST = 'lists.foo.com'
DEFAULT_URL_HOST = 'lists.foo.com'
MTA = 'Postfix'

If you look at /usr/local/etc/mailman/Mailman/Defaults.py and you
haven't changed the directives below in in mm_cfg.py then they are

DELIVERY_MODULE = 'SMTPDirect'
SMTPHOST = 'localhost'

Could it be as simple as postfix is not listening on port 25?

Can you 'telnet localhost 25' and "telnet <your-hosts-ip> 25' 
sucessfully?


--mikej



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7af4d789e941e1b12231f9ea9c98bba3>