On Wed, Sep 18, 2019, at 8:14 AM, Mark Sapiro wrote:
On 9/18/19 3:32 AM, Henrik Rasmussen wrote:
I am running maxking/mailman-*:0.2 (GNU Mailman 3.2.0 (La Villa Strangiato)).
It looks like Mailman is not receiving (enough) mails, but are keps in the Postfix queue and I can't figure out why.
I get a lot of "mail for [172.19.199.2]:8024 is using up 7841 of 7841 active queue entries" in the postfix container log (more postfix log at the buttom.
I know nothing about Docker containers and how they communicate with each other, but Postfix is trying to deliver mail via lmtp to [172.19.199.2]:8024. Mailman's lmtp runner should be running and listening on port 8024. Either that is not the case or that port is not exposed to Postfix on IP 172.19.199.2.
Right, that is what I was wondering, you verify that by using telnet on the specified IP and Port (172.19.199.2:8024).
docker-compose ps
lists all the running containers, do you see all
the containers running?
You mentioned that Mailman is not receiving enough emails, do you get *any* emails from Mailman? I am trying to see if this is a perf problem or if Mailman's LMTP isn't reachable at all.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)