From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 12:58:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B12B106564A for ; Tue, 19 Aug 2008 12:58:55 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id AA94B8FC23 for ; Tue, 19 Aug 2008 12:58:54 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 18482 invoked by uid 89); 19 Aug 2008 13:06:10 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 19 Aug 2008 13:06:10 -0000 Message-ID: <48AAC3E2.1050902@ibctech.ca> Date: Tue, 19 Aug 2008 09:00:18 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Robby Balona References: <90B9B014E38B4C48A792EFD25F27624E023E9166@ALAFEXCH.performance.pfgc.com> <89C1A7EE-291E-4A72-957C-59FC9A6316A8@identry.com> <48AAC019.5040409@grab.co.za> In-Reply-To: <48AAC019.5040409@grab.co.za> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Best SMTP Gateway Program and Reporting Tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 12:58:55 -0000 Robby Balona wrote: > I love qmail also.. but didn't do well under heavy smtp load in my > environment. I put qmail +vpopmail + qmailadmin > +clamav+dovecot+spamassasin + assap +squirrelmail together. I use Qmail on almost all of our SMTP servers. On the ones that only house a couple hundred email addresses, your setup works flawlessly in our environment. On the boxes with 10k+ email accounts, I do away with all of the filtering stuff, and front-end the Qmail/Vpopmail boxes with third party appliances. From what I can tell, it's the filtering processes that are the bottleneck under heavy load. Take them out of the equation and load is no longer an issue. Just my .02. Steve