From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 22:55:38 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 116B51065674 for ; Sun, 4 Sep 2011 22:55:38 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93D398FC0A for ; Sun, 4 Sep 2011 22:55:37 +0000 (UTC) Received: by wyh15 with SMTP id 15so4324003wyh.13 for ; Sun, 04 Sep 2011 15:55:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=3+YILwKkLwt9ZZWftnkBZVzOn8crr78M2Hy0clBh9vU=; b=KkljKvoQokiZEk4heC71wwusxyXi4hD20S+o09rgJRCi8gq7oK1aPoe84IO2VDGKCV bmFYgvC5C5BJYzmtR0UibDnKEKP76ZdqHXehxBT6YlF1Si9+ZF/U4K8DYDRhgA0zGLPg dQ5qj6aCBH0g5h4GbHasuYfGZOC7ygcO2UKrE= Received: by 10.227.72.200 with SMTP id n8mr3268227wbj.19.1315176936436; Sun, 04 Sep 2011 15:55:36 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id fp17sm6296886wbb.6.2011.09.04.15.55.32 (version=SSLv3 cipher=OTHER); Sun, 04 Sep 2011 15:55:35 -0700 (PDT) Date: Sun, 4 Sep 2011 23:55:25 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110904235525.5ecec986@gumby.homeunix.com> In-Reply-To: References: <201109041801.MAA04495@lariat.net> <4E63E11C.4040408@gmail.com> <201109042144.PAA05877@lariat.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 22:55:38 -0000 On Sun, 4 Sep 2011 15:08:11 -0700 Michael Sierchio wrote: > I might suggest installing qmail, and running qmail-send only. This > 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. YMMV. > See mailer.conf(5) and mailwrapper(8)