From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 23:38:30 2011 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 2BEA41065670 for ; Sun, 4 Sep 2011 23:38:30 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA2588FC0C for ; Sun, 4 Sep 2011 23:38:29 +0000 (UTC) Received: by iadx2 with SMTP id x2so7390901iad.13 for ; Sun, 04 Sep 2011 16:38:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.29.136 with SMTP id r8mr2830352icc.286.1315179508756; Sun, 04 Sep 2011 16:38:28 -0700 (PDT) Received: by 10.43.131.67 with HTTP; Sun, 4 Sep 2011 16:38:28 -0700 (PDT) In-Reply-To: <20110904235525.5ecec986@gumby.homeunix.com> References: <201109041801.MAA04495@lariat.net> <4E63E11C.4040408@gmail.com> <201109042144.PAA05877@lariat.net> <20110904235525.5ecec986@gumby.homeunix.com> Date: Sun, 4 Sep 2011 16:38:28 -0700 Message-ID: From: Michael Sierchio To: RW Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Cutting sendmail out of the loop 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, 04 Sep 2011 23:38:30 -0000 Doesn't work in practice, since there are programs that don't honor this and invoke sendmail directly. On Sun, Sep 4, 2011 at 3:55 PM, RW wrote: > On Sun, 4 Sep 2011 15:08:11 -0700 > Michael Sierchio wrote: > >> I might suggest installing qmail, and running qmail-send only. =A0This >> involves moving /usr/sbin/sendmail out of the way, and >> >> ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail >> >> which satisfies every invocation of sendmail I've seen. =A0YMMV. >> > > See mailer.conf(5) and mailwrapper(8) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >