Re: [exim] Simultaneous connections from a single host?

Top Page
Delete this message
Reply to this message
Author: W B Hacker
Date:  
To: exim users
Subject: Re: [exim] Simultaneous connections from a single host?
Marc Perkel wrote:
> Is there a variable I can read that tells me how many other connection
> there are from the same IP of the message I'm processing?
>


Docs - or worst-case delving into the source-code will find it.

For sure Exim knows it internally, as it is used with:

    smtp_accept_max_per_host = <an integer of your choice>


The usual caveats as to what 'your choice' can do..

;-)


Bill