From owner-freebsd-questions@FreeBSD.ORG Wed May 28 05:05:39 2003 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 D926737B404 for ; Wed, 28 May 2003 05:05:39 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C3E43F93 for ; Wed, 28 May 2003 05:05:38 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.9] (helo=fetch-bak.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.14) id 19KzgY-00053c-4r for freebsd-questions@FreeBSD.ORG; Wed, 28 May 2003 14:05:38 +0200 Received: from [12.33.76.83] (helo=klimenta) (Authenticated Sender=klimenta@runbox.com) by fetch.runbox.com with asmtp (Exim 4.14) id 19Kzg2-0008AH-Gr for freebsd-questions@FreeBSD.ORG; Wed, 28 May 2003 14:05:06 +0200 Message-ID: <003501c32511$f194d300$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: Date: Wed, 28 May 2003 08:09:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: Boot up "disturbing" messages 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: Wed, 28 May 2003 12:05:40 -0000 > domain name (machine1) -- using short name > May 28 02:39:17 machine1 sendmail[220]: h4S9dHh00220: from=root, > size=437, class=-60, nrcpts=1, sendmail_enable="NONE" Put this in /etc/rc.conf to completly disable sendmail if you want. Do not use "NO". > 3. An error message is generated ==> /etc/ssh/sshd_config line 57: bad > config option: AllowTcpForwarding , which I had inadvertently set > previously but removed, in /etc/ssh/sshd_config file actual line is > "AllowTcpForwarding no", but apparently the original option line Try to remove it from sshd_config and kill -HUP to restart sshd.