How to disable all bounce back email in exim 4.69

Posted by liame on Server Fault See other posts from Server Fault or by liame
Published on 2011-01-25T21:06:38Z Indexed on 2012/06/27 3:18 UTC
Read the original article Hit count: 555

Filed under:
|
|

I have set up an email server to send out solicited newsletters.

There should be no "regular" users of this server, so it is not desirable to send bounce notifications back to the recipient. Especially so since I am tracking bounces myself by parsing the log files periodically.

What I want is to unconditionally prevent exim from ever sending a bounce notification email back to a sender.

How can I do this?

Thank you!

(I accidentally posted this to superuser before posting it here, disregard that if you come across)


What I want is an email server that will accept all incoming emails, deliver it accordingly (that is remotely or locally) and not send a bounce notification the sender upon bounce.

I log bounces myself, in a database. The only function bounce messages have in my setting is to waste resources and bandwidth.

I need to send emails fast, using exiwhat during a run, I see a significant number of deliveries to [email protected]. I could potentially increase my email productivity by 10~20% if all bounce emails are eliminated.

© Server Fault or respective owner

Related posts about email

Related posts about exim