Re: [exim] Discard bounce notification emails before they ar…

Inizio della pagina
Delete this message
Reply to this message
Autore: luda posch
Data:  
To: exim-users
Oggetto: Re: [exim] Discard bounce notification emails before they are sent
It seems my question was misunderstood again, let me explain in as much
detail as I can.

My server, is a relay server, it delivers mail received from other servers I
control and delivers them remotely to wherever the mail should need to go,
like gmail aol yahoo etc.. Now if my relay server receives an incoming
email for "notreal@???" and attempts to deliver it to gmail, gmail
will bounce the email back. Now my server tries to deliver this bounce
notification to the original sender, however the "original sender" may or
may not be a real email address. When ever one of these non-existent
senders tries using my server to deliver to a non-existent email account at
gmail or yahoo, my server tries to send the bounce notification to the
non-existent sender. The bounce notification itself in turn soft bounces,
which sends the bounce notification to the queue. Sometimes ALOT of these
useless bounce notifications accumulate and my queue runners waste a lot of
time trying over and over again to send them despite the fact that there is
real email that is queued and needs to be delivered.

I do not want to continue wasting my resources trying to send bounce
notifications to non-existent addresses. I do not even want to waste my
resources sending bounce notifications to real addresses--since in theory
there should not be any "human" users of this server for which such a
notification may be useful.

I am currently logging bounces to a database, so there is absolutely no use
for my server to try to send a bounce notifications. As a matter of fact,
there is very good reason for my server to never send a bounce notification.

This to me doesn't sound like it should be complicated, in all likelihood
there is a configuration setting that needs to be set to true that can
accomplish this, but I have not found such a setting yet, and I have looked
for some time.

Does anybody know what I need to do, or have any ideas that I can try?

Thank you!