Skip to content
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q0736

Question

Is it possible to tell exim to drop the connection after a server attempts to send a message to a number of unknown users?

Answer

Yes. Use $rcpt_fail_count and the drop ACL command, as in this example:

drop  message = Too many unknown users
      condition = ${if >{$rcpt_fail_count}{15}{yes}{no}}

Clone this wiki locally