Carlos E. R.:
> Situation:
>
> When configuring the network in YaST, ifup method (openSUSE Linux), it
> may create an entry like this in /etc/hosts (the very last line):
>
> 127.0.0.1 localhost
> 192.168.1.2 some_host.some_domain some_host
> 127.0.0.2 some_host.some_domain some_host
>
>
> The /etc/postfix/main.cf contains this entry:
>
> inet_interfaces = $myhostname, localhost
>
>
>
> This combination produces this error in the mail log, repeatedly:
>
> > <2.2> 2013-06-09 20:02:43 Telcontar postfix 13109 - - fatal:
> > parameter inet_interfaces: no local interface found for 127.0.0.2
> > <2.2> 2013-06-09 20:02:44 Telcontar postfix 13112 - - fatal:
> > parameter inet_interfaces: no local interface found for 127.0.0.2
> > <2.2> 2013-06-09 20:02:45 Telcontar postfix 13117 - - fatal:
> > parameter inet_interfaces: no local interface found for 127.0.0.2
Does the machine have a network interface with IP address 127.0.0.2?
If such an interface does not exist, then it must not be specified
in inet_interfaces.
BTW the Postfix built-in default inet_interfaces settting is:
inet_interfaces = all
You might give that a try. It works for everyone else.
If your distributor changes this and introduces a problem, then
that is your distributor's problem.
Wietse
Wietse