From owner-freebsd-questions Wed May 9 18:39:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.threeh.com (ct515603-b.lafayt1.in.home.com [24.22.253.67]) by hub.freebsd.org (Postfix) with ESMTP id A2BA237B422 for ; Wed, 9 May 2001 18:39:10 -0700 (PDT) (envelope-from rlucas@solidcomputing.com) Received: from localhost (rlucas@localhost) by mx2.threeh.com (8.11.3/8.11.3) with ESMTP id f4A1fTD10795 for ; Wed, 9 May 2001 20:41:29 -0500 (EST) (envelope-from rlucas@solidcomputing.com) Date: Wed, 9 May 2001 20:41:29 -0500 (EST) From: Richard Lucas X-X-Sender: To: Subject: Sendmail/Jails Message-ID: <20010509203415.I10762-100000@mx2.threeh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to set sendmail to just run on the main ip address and not run in the jail address. If the main ip address is 192.168.0.1 and the jail ip address is 192.168.0.2 shouldn't the following work when put in the sendmail.cf file under the SMTP daemon options section? O DaemonPortOptions=Addr=192.168.0.1 I tried this but it is still running on the ip address of the jail as well. I also see a section labled SMTP client options that currently has this there: #O ClientPortOptions=Address=0.0.0.0 Do I need to set this as well? -Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message