On 6/18/20 12:05 PM, Brian Carpenter wrote:
On one of my mailman 3 servers, I am having a problem with Postfix failing to deliver email to Mailman. I keep seeing this in the mail.log:
status=deferred (connect to 127.0.0.1[127.0.0.1]:8024: Connection refused)
What is causing this and how can I fix it?
Do you have
lmtp_host: 127.0.0.1 lmtp_port: 8024
in the [mta] section of mailman.cfg? (these are the defaults)
$ /opt/mailman/mm/bin/mailman conf|grep lmtp [mta] lmtp_host: 127.0.0.1 [mta] lmtp_port: 8024
Is Mailman's lmtp runner listening on port 8024?
$ sudo netstat -lntp|grep python tcp 0 0 127.0.0.1:8024 0.0.0.0:* LISTEN 1867/python tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 1199/python tcp 0 0 127.0.0.1:8001 0.0.0.0:* LISTEN 1871/python
Is there some firewall issue blocking access to the port even from localhost?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan