From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 07:36:48 2005 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 6572016A4CE for ; Mon, 18 Apr 2005 07:36:48 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDCF43D4C for ; Mon, 18 Apr 2005 07:36:41 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j3I7aWkB059541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Apr 2005 14:36:32 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j3I7aSDB018255; Mon, 18 Apr 2005 14:36:28 +0700 (ICT) Date: Mon, 18 Apr 2005 14:36:28 +0700 (ICT) Message-Id: <200504180736.j3I7aSDB018255@banyan.cs.ait.ac.th> From: Olivier Nicole To: gjbailey@gmail.com In-reply-to: <48a5f32a05041800062f5a484f@mail.gmail.com> (message from Gareth Bailey on Mon, 18 Apr 2005 09:06:34 +0200) References: <48a5f32a05041800062f5a484f@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: Sendmail - massive logs 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: Mon, 18 Apr 2005 07:36:48 -0000 > I have found that my /var dir is filling up with logs caused by sendmail. I > have no desire to use sendmail at the moment, and would like to turn it off > completely (including logs). > How might i do this. Presently, I have the following line in my rc.conffile. > sendmail_enable="NONE" That's the way to do it. Now if you want to avoid any log, you must make sure you are not trying to send any email either, that is no cron, no periodic, no nothing. Because all these do send result by email, which means sendmail by default. Bests, Olivier