> From: jarek

>       Is it possible, to configure exim, so it will drop/reject message
> processing after first "Unknown user" ?
>       One of my servers is under permanent DDOS with thousands of clients
> trying to send messages to non existing recipients.

If the non-existing recipients are on your server then
in the rcpt ACL insert before "require verify = recipient":

  drop  domains = +local_domains
        !verify = recipient

If the non-existing recipients are not on your server then
https://github.com/Exim/exim/wiki/BlockCracking

-- 
## 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/

Reply via email to