On Mon, 16 Jan 2006 08:08:37 -0600
Andy Colson <[EMAIL PROTECTED]> wrote:
> > In the latest revision of forkserver (601) there's a new plugin,
> > which hooks pre-connection: hosts_allow. This allows to have
> > hosts/networks not to send mail (and of course exclude some hosts in
> > a blocked network). It drops the connection before forking with an
> > SMTP error. Oh: you now need to include this plugin anyway if you
> > want the "max connections from one ip" working...
> Excelent! That's just what I was looking for. I assume thats in svn
Yep.
> head? How stabe is that? ready for "mostly" production?
I'm using it on a low traffic box (read: < 500 accepted mails / day) for
a few weeks now without a problem. The only disadvantage is, that the
post-connection hook does not fire if the pre-connection hook denies
(and drops) the connection.
Hanno