On Fri, Oct 18, 2002 at 09:34:43AM +0200, Axel Gruner wrote:
> ct 18 09:20:08 briefzentrum postfix/postfix-script: starting the Postfix
> mail system Oct 18 09:20:08 briefzentrum postfix/master[481]: fatal:
> parameter inet_interfaces: no local interface found for 127.0.0.1
> So, what is the problem with that? 
> How to setup a local interface for 127.0.0.1 in a jail, so that postfix
> should start at boottime? 

There is no local interface, 127.0.0.1 inside a jail, only the IP
address that the jail has been given.

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

and putting "yourmachine" into /etc/hosts with the correct IP, or
by setting:
inet_interfaces = youripaddress

Both changes can be done in the postfix main.cf config file. Obviously
replace yourmachine and youripaddress to their correct values.

--
Michael Pye

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to