Thought I would share this problem I ran into and the solution incase anyone else has it. Running Mailman 2.1.20 on Ubuntu 16 and a recent update to postfix stopped my lists. In my syslog I was seeing a message similar to: Oct 24 16:43:59 mailman postfix/smtpd[18686]: NOQUEUE: reject: RCPT from mailman.ihmc.us[184.182.233.xxx]: 451 4.3.0 <u...@ihmc.us>: Temporary lookup failure; from=<podcast-boun...@mailman.ihmc.us> to=<u...@ihmc.us> proto=ESMTP helo=<mailman.ihmc.us> As it turns out Postfix 3 tightened up on relaying. In my postfix/main.cf I had both mynetworks_style = subnet mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 I finally found at <http://www.postfix.org/BASIC_CONFIGURATION_README.html <http://www.postfix.org/BASIC_CONFIGURATION_README.html>> that if mynetworks is present then mynetworks_style is ignored. So I commented out mynetworks and changed mynetworks_style = host and now mail from lists is being delivered again. Hope this helps someone else. -- Alan M Ordway
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org