On 25 Jan 2014, at 23:18, Jasen Betts <[email protected]> wrote: > On 2014-01-24, Leandro do Nascimento Bernardo <[email protected]> wrote: >> Hello guy's >> >> I need help for drop all bounce messages. >> >> Any suggestions? >> >> >> Tks! > > if inbound add this near the start of the "smtp_mail" ACL >
Actually, if you deny messages at this stage, then you’ll not be able to send to sites that use sender verification callouts. Better to do it at the pre-data stage. > discard > message=bounces are not accepted > local_parts= > domains= > > deny might be better than discard. > > > > -- > For a good time: install ntp > > -- > ## List details at https://lists.exim.org/mailman/listinfo/exim-users > ## Exim details at http://www.exim.org/ > ## Please use the Wiki with this list - http://wiki.exim.org/ -- Ian Eiloart Postmaster, University of Sussex +44 (0) 1273 87-3148 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
