From owner-freebsd-questions@FreeBSD.ORG Thu May 27 16:48:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C06D16A4CE for ; Thu, 27 May 2004 16:48:30 -0700 (PDT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3708443D3F for ; Thu, 27 May 2004 16:48:30 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([69.167.169.161]) by mta10.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040527234811.TLRO8065.mta10.adelphia.net@duron.pcmedx.com>; Thu, 27 May 2004 19:48:11 -0400 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 8624DA978; Thu, 27 May 2004 16:48:10 -0700 (PDT) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97851-01; Thu, 27 May 2004 16:48:09 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 78B7BA973; Thu, 27 May 2004 16:48:09 -0700 (PDT) Message-ID: <000801c44445$102292f0$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <000e01c44443$514069d0$085f5f0a@frigate> Date: Thu, 27 May 2004 16:48:08 -0700 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: Joseph Gleason Subject: Re: mail daemon(s) recomendation request X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 23:48:30 -0000 > I'm looking for an smtp daemon that is less complex than > sendmail, can use procmail and has some virtusertable > equivalent features. Allowing relay based on mx is going to > be a requirement for some of the boxes as well. > Sendmail is working ok for me, but I'm intersted in finding > something with a config file I can actually read. > > I'm going to check into postfix and maybe qmail. > > I'm also looking for some imap and pop3 daemons (ideally > with ssl support) that can use maildir. > > I'll probably continue to use dovecot for imap and pop3. > > Anyone have any other suggestions? Qmail is said to be a very robust and secure MTA. Exim is also a popular Sendmail replacement. Personally, I swear by Postfix. Stable, secure and easy to configure, with lots of back-end options. For pop3/imap, I like Courier-IMAP.