From owner-freebsd-questions@FreeBSD.ORG Sat Nov 29 16:03:09 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 15230106564A for ; Sat, 29 Nov 2008 16:03:09 +0000 (UTC) (envelope-from dan-freebsd-questions@ourbrains.org) Received: from ourbrains.org (li48-221.members.linode.com [66.246.76.221]) by mx1.freebsd.org (Postfix) with SMTP id AA7C58FC1A for ; Sat, 29 Nov 2008 16:03:08 +0000 (UTC) (envelope-from dan-freebsd-questions@ourbrains.org) Received: (qmail 29020 invoked by uid 1000); 29 Nov 2008 16:03:29 -0000 Date: Sat, 29 Nov 2008 11:03:29 -0500 From: Dan To: freebsd-questions@freebsd.org Message-ID: <20081129160329.GA27853@ourbrains.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <26face530811221316y5be5bf40ra5c38f389f554ca1@mail.gmail.com> <20081124173650.GA933@ourbrains.org> <20081124193819.GF55491@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081124193819.GF55491@gizmo.acns.msu.edu> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Unix program that sends email directly using MX record 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: Sat, 29 Nov 2008 16:03:09 -0000 Jerry McAllister(jerrymc@msu.edu)@2008.11.24 14:38:19 -0500: > On Mon, Nov 24, 2008 at 12:36:50PM -0500, Dan wrote: > > > Kelly Jones(kelly.terry.jones@gmail.com)@2008.11.22 14:16:56 -0700: > > > What Unix program sends email directly, using the MX record of the > > > recipient, instead of using sendmail or an installed MTA? > > > > Sendmail/Sendwhale sucks for just about anything. There are much better > > MTAs out there. For your needs, I think 'nullmailer' from Bruce Guenter > > would fit the bill and so would qmail in nullmailer mode. Postfix as well. > > Heavily prejudicial response. I haven't had any trouble using > Sendmail for just about anything. But, whatever. It's not prejudicial. I do not wish to start yet another MTA flamewar, but you can't deny Sendmail's poor security, design, performance, and complex configuration. The poor security history is there, the poor funnel design and conf files that require a scripting language are obviously ugly. Sendmail is often replaced due to performance concerns alone. There are much better alternatives. qmail and Postfix.