Bug 1394: Document how to do per host conn limits
authorTodd Lyons <tlyons@exim.org>
Thu, 22 May 2014 20:24:42 +0000 (13:24 -0700)
committerTodd Lyons <tlyons@exim.org>
Thu, 22 May 2014 20:25:57 +0000 (13:25 -0700)
commit2365d7930c08502de339bf856672ddeed144ca50
tree09f0efcfc6e9d84e3286bf103186a7d7e53e2a60
parent9c8e326996b3dc623caade95922632d9c228120b
Bug 1394: Document how to do per host conn limits

Since the max connections per host setting is computed and enforced
  in the master listening process before the fork, there is no easy
  way to get an accurate connection count once the Proxy Protocol
  negotiation has been done (i.e. in a child process, after the
  fork). Rather than try to use a shared mmap file using CAS in the
  children to manipulate it, we just advise of a crude version of
  max connections per IP be achieved by using ratelimit per_conn in
  the connect ACL.
doc/doc-txt/experimental-spec.txt