From owner-freebsd-ports@FreeBSD.ORG Thu Oct 4 16:56:37 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0843C16A41A for ; Thu, 4 Oct 2007 16:56:37 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id CD98B13C45B for ; Thu, 4 Oct 2007 16:56:36 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 7E92A1CC48; Thu, 4 Oct 2007 10:12:31 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Thu, 4 Oct 2007 10:12:31 -0700 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200710041012.31295.david@vizion2000.net> Subject: Suitable port mail reject repeaters X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 16:56:37 -0000 Hi=20 There have been numerous attempts on one server resulting in entries of the= =20 following type in the log:( [xxxx] is a domain for which we receive mail).) Oct =A03 07:05:39 dns1 postfix/smtpd[93611]: connect from=20 mail.dolbeyco.com[70.61.148.178] Oct =A03 07:05:40 dns1 postfix/smtpd[93611]: NOQUEUE: reject: RCPT from=20 mail.dolbeyco.com[70.61.148.178]: 450 4.1.1 : Recipient=20 address rejected: User unknown in virtual alias table; from=3D<>=20 to=3D proto=3DESMTP helo=3D Oct =A03 07:05:40 dns1 postfix/smtpd[93611]: disconnect from=20 mail.dolbeyco.com[70.61.148.178]=20 Where clearly the remote server is hoping to find we are either open to=20 relaying messages or probing to find email addresses we will accept. users with names that do not exist in the virtual alias table are being=20 rejected. However the same group of servers seem to keep on repeated failed= =20 attempts. What I would like to do is after receiving a number of attempts from a such= a=20 remote server to automatically refuse connections and reduce the log load. = I=20 believe there is a tool for doing that (say after a remote server has a=20 speciofied number of failed attempts). I am sure there is a port that does= =20 this but cannot find it!!