On Fri, 11 Jun 2010 11:58:32 -0400 Jean-Paul natola wrote:
>
> Hi all,
>
>
>
> I'm wondering if there is a way to tell exim to drop an connection from a host that is attempting more than one simultaneous smtpconnection
You can set
smtp_accept_max_per_host = 1
but this affects all hosts talking to you.
Don't know how to realize this for selected hosts only.
--Frank Elsner