On 11/24/2017 04:40 AM, Bartosz Sawicki wrote:
But messages send to the list address are not delivered to the list :( I've started to investigate whats happening and realize that Postfix can not connect to mailman using LMTP. It seems that mailman is not listening on port 8024.
Nov 24 13:12:31 lists postfix/lmtp[2737]: connect to 127.0.0.1[127.0.0.1]:8024: Connection refused
I've checked log files, but haven't realize anything unusual . Any ideas where I could try to find cause of the problem ?
Is Mailman, particularly the lmtp runner, running?
$ ps -fwwu mailman|grep lmtp mailman 19107 19085 0 Nov16 ? 00:00:44 /usr/local/bin/python3 /usr/local/bin/runner -C /opt/mailman/mailman-bundler/deployment/mailman.cfg --runner=lmtp:0:1
If so, where is it listening $ sudo netstat -lntp|grep 19107 tcp 0 0 127.0.0.1:8024 0.0.0.0:* LISTEN 19107/python3
where the 19107 in the grep is the PIP of the lmtp runner.
If that's all OK, is there a firewall (iptables or ??) thats not allowing access to localhost:8024?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan