From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 22:19: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 A904E106564A for ; Sun, 4 Sep 2011 22:19: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 414438FC08 for ; Sun, 4 Sep 2011 22:19:38 +0000 (UTC) Received: by wyh15 with SMTP id 15so4313639wyh.13 for ; Sun, 04 Sep 2011 15:19:37 -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=ZkO5u1R9xYt7xBIIQR/WWM732+jJrsjB35+zwi02mvw=; b=ur4QhTUyQ9so9RIBPMfptDzMF6YqhM/zBrHsiQsHmPWunDjnZK6gAOv1jk6t9Jw8N9 z45dvM68VAnL127AZ1w04fOSre6aNaactWWqOO17LKiBfRpxw3BOZ6PiEzlJ/Gd1PEOc blb6qBodpfvOH0bj6n17aIIp6BptxRIxn8kNE= Received: by 10.227.39.24 with SMTP id d24mr3165623wbe.65.1315174777396; Sun, 04 Sep 2011 15:19:37 -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 ev5sm6218220wbb.11.2011.09.04.15.19.34 (version=SSLv3 cipher=OTHER); Sun, 04 Sep 2011 15:19:36 -0700 (PDT) Date: Sun, 4 Sep 2011 23:19:28 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110904231928.1e624e1b@gumby.homeunix.com> In-Reply-To: <201109041801.MAA04495@lariat.net> References: <201109041801.MAA04495@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:19:38 -0000 On Sun, 04 Sep 2011 12:01:03 -0600 Brett Glass wrote: > I'd like to see if I can set up > local delivery of mail without invoking the memory- and cpu-hungry > program that is sendmail. I have the default settings and have 2 sendmail process with 3MB of resident memory each, and I've never noticed a significant amount of CPU time used.