From owner-freebsd-questions@FreeBSD.ORG Thu Jun 21 20:36:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8062E16A421 for ; Thu, 21 Jun 2007 20:36:38 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE4A13C45D for ; Thu, 21 Jun 2007 20:36:38 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so482850waf for ; Thu, 21 Jun 2007 13:36:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VSvQCtK3wJazYxsdyUX074UYKQefTQn4AB67MRpGE0jCC2BtYsJvWKLFFKqq3+N9UDcN89Fv13TnGYdIU7uKTAqCcAkAvtKqaCOINvQH9b14sC+hIzbSVBfN7nimqfTCYD6dFg0Wl7CKHKWCJY9afOvfhFFO63jqDBFFHHAkq7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G8Mz0nkU+uLn5VuMSeRW86ZIyVThvsZlMVXvN1V2mT/VUU2e1PB8aHxUUmJ9R+JManW5M8RJ3UhLu+WbTiFn9WTCC8moFt0Zv1Kyl3zmJ89QTulvVdrPW+/KqeegLKTsP4G9iQHbJA2gL4oOvhby0qYtxzaGM2Vue2dSWkbfJl0= Received: by 10.114.126.1 with SMTP id y1mr2109026wac.1182458198011; Thu, 21 Jun 2007 13:36:38 -0700 (PDT) Received: by 10.114.37.10 with HTTP; Thu, 21 Jun 2007 13:36:37 -0700 (PDT) Message-ID: <8d23ec860706211336j2f8decfeja04bf2cfd76c756f@mail.gmail.com> Date: Thu, 21 Jun 2007 16:36:37 -0400 From: Schiz0 To: bob@a1poweruser.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: still generating sendmail.st log using postfix 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: Thu, 21 Jun 2007 20:36:38 -0000 On 6/21/07, Bob wrote: > I am using postfix and have sendmail_enable="NONE" and I > see sendmail.st log file filling up and being rotated. > > Why is the sendmail.st file still be used with postfix? > > Is there some thing else I have to do to stop sendmail.st file? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Check /etc/newsyslog.conf Newsyslog rotates the log files. Comment the /var/log/sendmail.st line out of that file and it'll stop rotating it.