From owner-freebsd-isp@FreeBSD.ORG Fri Apr 8 14:06:57 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D1816A4CE for ; Fri, 8 Apr 2005 14:06:57 +0000 (GMT) Received: from beer.ux6.net (beer.ux6.net [64.62.253.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0740043D1F for ; Fri, 8 Apr 2005 14:06:57 +0000 (GMT) (envelope-from miha@ghuug.org) Received: from [64.62.253.84] (helo=m) by beer.ux6.net with esmtpa (Exim 4.44 (FreeBSD)) id 1DJu8E-000C4n-8Z; Fri, 08 Apr 2005 07:06:55 -0700 From: "Mikhail P." To: freebsd-isp@freebsd.org Date: Fri, 8 Apr 2005 14:06:07 +0000 User-Agent: KMail/1.7.2 References: <12848a3b05040301115bba0d74@mail.gmail.com> <200504081116.21724.bikrant@wlink.com.np> In-Reply-To: <200504081116.21724.bikrant@wlink.com.np> Organization: Ghana Unix Users Group MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504081406.07663.miha@ghuug.org> X-Spam-Score: -5.9 (-----) X-Spam-Report: Spam detection software, running on the system "beer.ux6.net", hasmessagelabel similar future email. If you have any questions, see the administrator of that system for details.wrote: > We have been using qpsmtpd in our mx for almost 2 years now. It is high in terms of > cpu and memory usage. > > It checks for: > > early resolve > tarpit limit > badmailfrom > badrcptto > dnsbl > recipient verification from radius for local domains > spamassassin > grey listing > > and lot more. [...] Content analysis details: (-5.9 points, 6.0 required) pts rule name description -------------------------------------------------- -3.3 ALL_TRUSTED Did not pass through any untrusted hosts 1% [score: 0.0000] cc: Bikrant Neupane cc: vaida bogdan Subject: Re: mail software for freebsd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: miha@ghuug.org List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 14:06:57 -0000 On Friday 08 April 2005 05:31, Bikrant Neupane wrote: > We have been using qpsmtpd in our mx for almost 2 years now. It is written > in perl and is modular but resource utilization is very high in terms of > cpu and memory usage. > > It checks for: > > early talkers > spam helo > max limit to unrecognized commands > dns resolve > tarpit limit > badmailfrom > badrcptto > dnsbl > recipient verification from radius for local domains > spamassassin > grey listing > > and lot more. You could try "qmail-spp" addon to qmail - it is able to perform most of the above, and it is written in C and uses much less resources. I happily used it a lot before migrating to exim. WWW: http://qmail-spp.sourceforge.net/ regards, M.