From owner-freebsd-questions@FreeBSD.ORG Sun Feb 11 04:05:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 284FF16A401 for ; Sun, 11 Feb 2007 04:05:38 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id BD4D813C4A3 for ; Sun, 11 Feb 2007 04:05:37 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id l1B45Zx33016; Sat, 10 Feb 2007 20:05:35 -0800 (PST) (envelope-from tedm@toybox.placo.com) Message-ID: <006801c74d91$b0430f50$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "John Nielsen" , References: <200702100157.22538.lists@jnielsen.net> Date: Sat, 10 Feb 2007 20:04:11 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Ray Subject: Re: Mail server recomendations (was: is the list the right place toask?) 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: Sun, 11 Feb 2007 04:05:38 -0000 ----- Original Message ----- From: "John Nielsen" To: Cc: "Ray" Sent: Friday, February 09, 2007 10:57 PM Subject: Re: Mail server recomendations (was: is the list the right place toask?) > On Saturday 10 February 2007 01:33, Ray wrote: > > I'm looking for a package (or set of packages) that would provide a mail > > server with the following capabilities > > > > minimally: > > pop and smtp access that could handle 20 to 100 domains and 200 to 2000 > > mail boxes.(allowing some room for future growth) > > SMTP: sendmail is part of the base system and is pretty powerful but has a > steep learning curve. There are alternatives available in the ports, one of > the more popular being postfix. Others such as qmail may also be worth > researching. > I would caution anyone against using the alternatives. There are a lot of people that use them successfully, but sendmail is far more popular in terms of total installs - this is no doubt because it is used in the larger mail servers on the Internet, and the alternatives are more used on home or small servers. The reason you want to use Sendmail is that once you learn how to use it, that is knowledge that you have a much higher chance of re-using in the future. > > I use clamAV on my mailserver, works great and keeps itself up-to-date > pretty well. Easy integration with sendmail via a milter. For spam you'll > likely want a combination of techniques. SpamAssassin is a good starting > point. Also look at the DNS black- or greylisting features of your SMTP > program (I use a couple realtime DNS blacklists with sendmail). you can also use greylist-milter with sendmail, it works well. Ted