In response to the recent RCPT-flooding attacks, I changed my
acl_check_rcpt verification check to say:
   deny 
    domains = +local_domains 
    !local_parts = postmaster 
    !verify = recipient 
    message = Unknown user 
    delay = 5s 
 
When I test non-existent addresses with a dummy smtp session using
exim -bh
then I see the delay being applied:
>>> check delay = 5s
>>> delay modifier requests 5-second delay
>>> delay skipped in -bh checking mode


However, in the exim log file I'm still seeing 99 denied RCPT commands
all with the same timestamp.

How can this be?

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to