I recently migrated from RHEL 6 to CentOS 7. The migration seemed to be straight-forward by:
- creating three mailman lists - for each of the list directories - copy files from the old to new server - list options and membership seems good I have an issue and have run out of ideas. [root@ray06 log]# cat /var/log/maillog.processed /var/log/maillog | grep 'Mar 9' | grep status=sent | wc 6176 109377 1554218 The above looks at our maillogs for email that was sent on Mar 9. The answer is 6,176 emails sent. We have over 20,000 subscribers total on our three mailman lists. It appears that only some of the subscribers are receiving email. I also looked at this from the perspective of one ISP -- gmail.com. [root@ray06 email]# cat /var/log/maillog.processed /var/log/maillog | grep 'Mar 9' | grep status=sent | grep gmail.com | wc 976 18544 254501 [root@ray06 email]# sudo /usr/lib/mailman/bin/list_members english-devotion | grep gmail.com | wc 4945 4945 110190 The maillogs show 976 gmail.com emails sent while one of our lists has 4,945 gmail.com members. Again it appears that only some members are receiving email. I looked at /var/log/mailman/* and things seem normal. I'm not sure how to proceed from here. ------------------------------------------------------ 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