KingGheedora
Diamond Member
Hi,
At work we send out huge marketing email campaigns every day (~1 million / day). We have a middle-tier server that figures out who gets what and forwards the emails through a farm of several linux mail relay servers.
While looking at the logs for the mail relay servers I noticed a lot of messages being sent to the "from" address of the marketing emails. My guess is that these are either delivery delay notifications, and/or non-delivery reports, because the mail relay servers were unable to deliver these messages to the outside world.
What is the best practice in this kind of situation? Should those delivery delay and non-delivery status emails be disabled somehow (and if so, how? these are running Sendmail). The reason i think these are unnecessary is that we parse the SMTP logs from Sendmail to discover bouncebacks in order to clean up our lists, and the from address goes to the same domain as our corporate email system. And the admins from the corp system are getting on our case for the volume of messages being sent to the "FROM" address of the marketing mails. I'm not sure how much of that volume is coming directly from our mail relay farm, and how much is from the outside world (mail that was handed off successfully, but later deemed undeliverable).
Thanks!
At work we send out huge marketing email campaigns every day (~1 million / day). We have a middle-tier server that figures out who gets what and forwards the emails through a farm of several linux mail relay servers.
While looking at the logs for the mail relay servers I noticed a lot of messages being sent to the "from" address of the marketing emails. My guess is that these are either delivery delay notifications, and/or non-delivery reports, because the mail relay servers were unable to deliver these messages to the outside world.
What is the best practice in this kind of situation? Should those delivery delay and non-delivery status emails be disabled somehow (and if so, how? these are running Sendmail). The reason i think these are unnecessary is that we parse the SMTP logs from Sendmail to discover bouncebacks in order to clean up our lists, and the from address goes to the same domain as our corporate email system. And the admins from the corp system are getting on our case for the volume of messages being sent to the "FROM" address of the marketing mails. I'm not sure how much of that volume is coming directly from our mail relay farm, and how much is from the outside world (mail that was handed off successfully, but later deemed undeliverable).
Thanks!