Date: Fri, 18 Oct 2002 10:29:10 +0200 From: Axel Gruner <axel.gruner@suedfactoring.de> To: Michael Pye <michael@ulimit.org> Cc: freebsd-questions@freebsd.org Subject: Re: postfix problem in jail Message-ID: <20021018102910.20a58394.axel.gruner@suedfactoring.de> In-Reply-To: <20021018081819.GA72297@ulimit.org> References: <20021018093443.119bd4dc.axel.gruner@suedfactoring.de> <20021018081819.GA72297@ulimit.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi. On Fri, 18 Oct 2002 09:18:20 +0100 Michael Pye <michael@ulimit.org> wrote: > There is no local interface, 127.0.0.1 inside a jail, only the IP > address that the jail has been given. Ah ok. > You need to tell postfix to startup on the same IP address that the > jail has been given. Do this either by setting: > myhostname = yourmachine Thats what i have in there. > and putting "yourmachine" into /etc/hosts with the correct IP, or > by setting: > inet_interfaces = youripaddress Ah, here we go. It was: inet_interfaces = $myhostname, localhost It is now: inet_interfaces = $myhostname, 192.168.0.102 > Both changes can be done in the postfix main.cf config file. Obviously > replace yourmachine and youripaddress to their correct values. Thanks a lot. Now it works. Great. asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021018102910.20a58394.axel.gruner>