Several duplicates in Mail Queue Manager
I use PHP and mySQL to send out mailings to our 80,000+ members using a cron that sends out 100 emails per minute.
Today I decided to go into the Exim mail queue manager and noticed that there were many duplicates. Sometimes a particular email would have 4 or 5 duplicate copies. What is the best way to pinpoint why this is happening? I don't want to piss off my subscribers.
Thank you!
-
Hello, You can search /var/log/exim_mainlog for a particular email address that's duplicated in the queue to see what's happening. EX: exigrep user@domain /var/log/exim_mainlog
Thank you.0
Please sign in to leave a comment.
Comments
1 comment