From owner-freebsd-questions Wed May 9 21:16:46 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 6F26F37B423 for ; Wed, 9 May 2001 21:16:44 -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 f4A4J3M11355 for ; Wed, 9 May 2001 23:19:03 -0500 (EST) (envelope-from rlucas@solidcomputing.com) Date: Wed, 9 May 2001 23:19:03 -0500 (EST) From: Richard Lucas X-X-Sender: To: Subject: Re: Sendmail/Jails - Solved In-Reply-To: <20010509203415.I10762-100000@mx2.threeh.com> Message-ID: <20010509231713.L11265-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 figured it out. Instead of using the line below I took that out and modified the DaemonPortOptions=Name=MTA line to read: O DaemonPortOptions=Name=MTA, Address=192.168.0.1 Is that how it was supposed to be done? -Richard On Wed, 9 May 2001, Richard Lucas wrote: > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message