On 1/31/26 13:11, Ibiam Chihurumnaya via Mailman-users wrote:
I finished installing mailman3, setup lmtp and smtp for mail delivery and I 
followed the instructions on the mailman 3 installation page.

Mail delivery doesn't work and the logs show this;
...
Jan 31 12:53:54 lists postfix/lmtp[4128841]: connect to localhost[::1]:24: 
Connection refused
Jan 31 12:53:54 lists postfix/lmtp[4128840]: connect to localhost[::1]:24: 
Connection refused
...

Your /etc/hosts file has an IPv6 address for localhost and Postfix isn't listening for IPv6 connects

Either set the `localhost` IP in /etc/hosts to IPv4 as

127.0.0.1       localhost

or set

inet_interfaces = all
inet_protocols = all

in Postfix main.cf

--
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/VK35JLATIZ2GVXYPYM3VSQNP5TDWOFHT/

This message sent to [email protected]

Reply via email to