> Noticed in logs messages (ESC on boot) that postfix is failing
> every time I boot. Only error I find in logs is:
>
> Apr 3 07:05:04 linux-7utx postfix[3788]: fatal: parameter
> inet_interfaces: no local interface found for ::1
>
> Can any one tell me what it means and what to look for?
>
> Thanks
Additional errors found:
Apr 3 07:14:08 linux-7utx clamd[3387]: Database correctly reloaded
(701207 signatures)
Apr 3 07:15:01 linux-7utx ${multi_instance_name:
postfix}${multi_instance_name?$multi_instance_name}/sendmail[3833]:
fatal: parameter inet_interfaces: no local interface found for ::1
Apr 3 07:24:08 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 07:34:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 07:44:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 07:54:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 08:04:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 08:14:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 08:15:01 linux-7utx ${multi_instance_name:
postfix}${multi_instance_name?$multi_instance_name}/sendmail[4672]:
fatal: parameter inet_interfaces: no local interface found for ::1
Apr 3 08:24:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
Apr 3 08:34:09 linux-7utx clamd[3387]: SelfCheck: Database status
OK.
>
>> > Apr 3 07:05:04 linux-7utx postfix[3788]: fatal: parameter
>> > inet_interfaces: no local interface found for ::1
>
> ::1 is the ipv6 equivalent of localhost. Do you have IPv6
> enabled?
>
Yes it is enabled, do I need it disabled?
>
> Do you have these lines in /etc/hosts?
>
> 127.0.0.1 localhost
> ::1 localhost ipv6-localhost ipv6-loopback
>
> And is the lo interface bound to both 127.0.0.1 and ::1?
Hoe do I determine this?
>
Here’s what I have in hosts:
<Code>
hosts This file describes a number of hostname-to-address
mappings for the TCP/IP subsystem. It is mostly
used at boot time, when no name servers are running.
On small systems, this file can be used instead of a
>
> upscope;2148110 Wrote:
>>
>> > And is the lo interface bound to both 127.0.0.1 and
>> > ::1?
>> Hoe do I determine this?
>> >
>>
>
>
> /sbin/ifconfig lo
>
Here’s what I get for above command:
Thanks MarcoMeswara and swerden those worked for me.
Postfix wasn’t a problem in 11.1 or 11.2. the /etc/postfix/main.cf from 11.2 and 11.4 were the same.
I believe I tracked a root cause of my hosts file problem. My problem started Apr 6, 05:18 am, around the same time as a monthly cron job that updated the /etc/hosts file.
Why it caused a problem in postfix this time out of 100s is still a mystery.
> I believe I tracked a root cause of my hosts file problem. My problem
> started Apr 6, 05:18 am, around the same time as a monthly cron job that
> updated the /etc/hosts file.
>
> Why it caused a problem in postfix this time out of 100s is still a
> mystery.
Old thread, I know, but I had the same problem when I upgraded my system to 12.1. It is caused
by this line in the hosts file:
127.0.0.2 linux-7utx.site linux-7utx
or in my case:
127.0.0.2 Telcontar.valinor Telcontar
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)