Matt wrote: > > > delay = 10s > > > > Very bad idea to add delays if you are suffering from too many concurrent > > connections! > > You could defer instead.
Except that I've seen reports of zombie armies reconnecting at very high rates when their connections are dropped. And defering on connect doesn't give you the connection slot back until the remote end disconnects, the connection times out or you drop it. Ian -- Ian Freislich -- ## 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/
