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 >
To drop, for example, the first, already in-process connection when a second or subsequent is attempted? As each is a separate child-process, and many such could be running on unrelated connections at any given moment, I doubt it would be in current code. Exim can already *refuse* the second, or 'nth', and subsequent connection based on already-available settings. And it does so in a reasonably polite manner such that a legit sender will try again later. A raw 'drop' OTOH, especially of an already-established connection, could get your server marked-off as unreacheable. YMMV, but the built-in limits work really well here. Bill -- ## List details at http://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/
