[exim-dev] [Bug 1212] Individual recipients_max per sender h…

Top Page
Delete this message
Reply to this message
Author: Dean Brooks
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1212] New: Individual recipients_max per sender host IPrecipients_max
Subject: [exim-dev] [Bug 1212] Individual recipients_max per sender host IP
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1212

Dean Brooks <dean@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dean@???





--- Comment #6 from Dean Brooks <dean@???> 2012-02-23 16:15:21 ---
This functionality is already built in to Exim.

In the ACL for smtp_rcpt:

defer
condition = ${if
>{$rcpt_count}{${lookup{$sender_host_address}iplsearch{/usr/local/exim/etc/rcpt.hosts}}}}

message = too many recipients

In fact, you can set recipients_max=0 and impose all your limits using ACLs in
this manner.




--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email