On 2011-05-11 at 14:55 -0700, carbonated beverage wrote:
> I saw the smtp_accept_max_per_connection variable is not subject to
> string expansion -- are there plans to change this?  If not, what have
> others with this kind of requirement done to work around it?

No plans which I'm aware of.

Use ACLs; set a counter in the connect ACL in an $acl_c_foo variable,
check it in the MAIL ACL: if it's zero, give an error, otherwise
decrement it.

-Phil

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