occasional duplicate messages
Summary
- There are 7 posts — by 4 authors — in this topic.
- Latest post made by Michael JasonSmith at Jan 06 05:49 UTC
We're about to launch out 11.08 GS install. The only remaining issue is that about 30% of the time, messages to our test group are delivered twice. Has anyone experienced similar behavior? Or do you have any ideas where I could look to further investigate this?
Thanks, -Matt
Hi Matt, The Postfix mail server should be keeping a record of who it sends the messages to. (I think the file is "/var/log/mail.log".) GroupServer delegates the delivery of Postfix, because delivering mail is a tricky thing that Postfix does it well. On the GroupServer side of things, people can have multiple addresses set as their “Preferred Delivery Address”. Visit the profile of the problem person, click “Change Email Settings” and check what they are. Kind regards, Michael
Hi Michael, I am able to catch duplicates going out about a third of the time in /var/log/mail.log Here's an example of the same message and it appears to be sent to postfix twice as there are 2 different id's 1463F97C890 and 0F84D97C88F. I've tested this out by repeatedly replying to the same message via email and the web based interface. It looks duplicates can occur no matter where the message originates from. Any ideas? Does it still look like this may be something internal with Postfix? Thanks, -Matt Nov 17 12:11:45 four postfix/qmgr[3769]: 893B697C88F: <email obscured>>, size=2520, nrcpt=1 (queue active) Nov 17 12:11:45 four postfix/local[64236]: 893B697C88F: <email obscured>>, <email obscured>>, relay=local, delay=0.36, delays=0.11/0.01/0/0.24, dsn=2.0.0, status=sent (delivered to command: /var/www/groupserver-11.08/utils/smtp2zope.py http://173.203.96.230:8080/groupserver/ListManager) Nov 17 12:11:45 four postfix/qmgr[3769]: 893B697C88F: removed Nov 17 12:12:02 four postfix/smtpd[64245]: connect from localhost[127.0.0.1] Nov 17 12:12:02 four postfix/smtpd[64245]: 0F84D97C88F: client=localhost[127.0.0.1] Nov 17 12:12:02 four postfix/cleanup[64235]: 0F84D97C88F: <email obscured>> Nov 17 12:12:02 four postfix/smtpd[64247]: connect from localhost[127.0.0.1] Nov 17 12:12:02 four postfix/smtpd[64247]: 1463F97C890: client=localhost[127.0.0.1] Nov 17 12:12:02 four postfix/cleanup[64248]: 1463F97C890: <email obscured>> Nov 17 12:12:03 four postfix/qmgr[3769]: 1463F97C890: <email obscured>>, size=3433, nrcpt=5 (queue active) Nov 17 12:12:03 four postfix/smtpd[64247]: disconnect from localhost[127.0.0.1] Nov 17 12:12:03 four postfix/smtpd[64245]: disconnect from localhost[127.0.0.1] Nov 17 12:12:03 four postfix/qmgr[3769]: 0F84D97C88F: <email obscured>>, size=3433, nrcpt=5 (queue active) Nov 17 12:12:03 four postfix/smtp[64251]: 1463F97C890: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=1.7, delays=1.3/0.03/0.23/0.1, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:03 four postfix/smtp[64249]: 1463F97C890: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=1.7, delays=1.3/0.01/0.26/0.13, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:03 four postfix/smtp[64250]: 1463F97C890: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=1.7, delays=1.3/0.02/0.25/0.13, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:03 four postfix/smtp[64253]: 1463F97C890: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=1.8, delays=1.3/0.05/0.25/0.13, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:03 four postfix/smtp[64252]: 1463F97C890: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=1.8, delays=1.3/0.04/0.31/0.12, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:03 four postfix/qmgr[3769]: 1463F97C890: removed Nov 17 12:12:04 four postfix/smtp[64251]: 0F84D97C88F: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=2, delays=1.4/0.36/0.19/0.09, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:04 four postfix/smtp[64250]: 0F84D97C88F: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=2.1, delays=1.4/0.4/0.24/0.12, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:04 four postfix/smtp[64254]: 0F84D97C88F: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=2.1, delays=1.4/0.38/0.26/0.13, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:04 four postfix/smtp[64249]: 0F84D97C88F: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=2.1, delays=1.4/0.4/0.26/0.13, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:04 four postfix/smtp[64255]: 0F84D97C88F: <email obscured>>, relay=smtp.sendgrid.net[174.36.32.204]:587, delay=2.2, delays=1.4/0.41/0.26/0.13, dsn=2.0.0, status=sent (250 Delivery in progress) Nov 17 12:12:04 four postfix/qmgr[3769]: 0F84D97C88F: removed On Nov 9, 2011, at 5:57 PM, Michael JasonSmith wrote: > Hi Matt, > > The Postfix mail server should be keeping a record of who it sends the messages to. (I think the file is "/var/log/mail.log".) GroupServer delegates the delivery of Postfix, because delivering mail is a tricky thing that Postfix does it well. > > On the GroupServer side of things, people can have multiple addresses set as their “Preferred Delivery Address”. Visit the profile of the problem person, click “Change Email Settings” and check what they are.
> > Kind regards, > Michael > > ----------------------------------------- > Full text of this topic in GroupServer Development: > http://groupserver.org/r/topic/17jYP2vV4wQ2nr7XB45fAd > > To leave GroupServer Development, email > <email obscured>?Subject=unsubscribe > > Start your own free groups and site with > OnlineGroups.Net http://onlinegroups.net > > Host your own online groups site with > GroupServer http://groupserver.org
Hi Matt: Sorry to hear you're having duplicate message issues. Could you please email me that snippet from the log again (more if you can) directly? I'm following web-only at the moment which means I get the email addresses obscured (which makes it difficult to track) :-)
Thanks, --Richard
Just to update the record, this is fixed now -- there was a duplicate cron entry causing the spool to get processed twice in a bit of a race condition. --Richard
IS this fixed already?
Hi gleasonlia, Yes, the occasional duplicate messages issue has been fixed <http://groupserver.org/r/post/168ICYUPNZnSMMXrRD5tAw> Kind regards, Michael
Loading…
Privacy | Acceptable Use | Terms of Service | About OnlineGroups.Net | Contact OnlineGroups.Net
Start an OnlineGroups.Net site for easier email collaboration in your organization.
Powered by GroupServer, the open source web-based mailing list manager.
