From owner-cvs-all Wed May 22 9:37:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F061137B400; Wed, 22 May 2002 09:37:32 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4MGbWY63449; Wed, 22 May 2002 09:37:32 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200205221637.g4MGbWY63449@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 22 May 2002 09:37:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail README src/share/man/man8 rc.sendmail.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/05/22 09:37:32 PDT Modified files: etc/mail README share/man/man8 rc.sendmail.8 Log: Add a warning regarding localhost-only listening daemons inside jails. Apparently binding only to 127.0.0.1 inside of a jail actually binds to the jail IP address as well (in effect, bind to all available interfaces in the jail). Submitted by: Helge Oldach MFC after: 1 day pending RE approval Revision Changes Path 1.16 +7 -6 src/etc/mail/README 1.2 +3 -0 src/share/man/man8/rc.sendmail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message