Re: [Exim] Supress Bounce Messages

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Jose de Paula Eufrásio Junior
CC: exim-users
Tárgy: Re: [Exim] Supress Bounce Messages
Jose de Paula Eufrásio Junior wrote:

> Hello there.
>
> I'm mounting a system thats wraps around exim to perform certain
> activities with the deliveries. Now I'm trying to make Exim don't send
> bounce messages for any error.
>
> There's an option to ignore bounces that fail, but I can't find any to
> supress bounce
>


Use a special router:

drop_bounces:
driver = redirect
allow_blackhole
senders = :
data = :blackhole:

You should add conditions to make sure you're not dropping legit bounces.

Nico