FAQ / Policy controls / Q0736



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}}



FAQ / Policy controls / Q0736


CategoryFrequentlyAskedQuestions

EximWiki: FAQ/Policy_controls/Q0736 (last edited 2008-09-25 11:39:34 by localhost)