Re: [exim] Disable Bounce Messages

Top Pagina
Delete this message
Reply to this message
Auteur: Marcin Mirosław
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] Disable Bounce Messages
W dniu 2010-07-13 21:31, Jeremy Davila pisze:
> I have the following router . If a user is not known at our domain it's
> rejected . But then in the exim queue there are a bunch of frozen bounce
> messages from Mailer-Daemon@???.
> How can I disable that ? Thank you all in advance.


Imho, you should put in acl_check_rcpt something like this:
deny
message = No such user
!verify = recipient

It rejects mail in session, without generating bounce.
Regards,
Marcin

/repost to mailing list/