[opensuse] postix does not start. Normal or not?
I was used to see netstat -tulpn presenting postfix listening to port25 on my leap default install. Provided that was not "ab-normal" this has gone. Currently: sudo netstat -tulpn root's password: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1368/cupsd udp 0 0 0.0.0.0:19113 0.0.0.0:* 2985/dhclient udp 0 0 0.0.0.0:68 0.0.0.0:* 2985/dhclient udp 0 0 192.168.154.27:123 0.0.0.0:* 1568/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 1568/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 1568/ntpd udp 0 0 :::56001 :::* 2985/dhclient udp 0 0 :::123 :::* 1568/ntpd sudo postfix postfix: fatal: parameter inet_interfaces: no local interface found for ::1 Now, I did recently an update to 42.2 and ... as it was not working (KDE issue) as expected, I decided to stick to EOL of 42.1. Since then I found out about the above. A problem I should address or is this the normal status... and I had some wrong setup before? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon 02 Jan 2017 02:25:13 AM CST, stakanov wrote:
I was used to see netstat -tulpn presenting postfix listening to port25 on my leap default install. Provided that was not "ab-normal" this has gone. Currently:
<snip>
sudo postfix postfix: fatal: parameter inet_interfaces: no local interface found for ::1
Now, I did recently an update to 42.2 and ... as it was not working (KDE issue) as expected, I decided to stick to EOL of 42.1. Since then I found out about the above. A problem I should address or is this the normal status... and I had some wrong setup before?
Hi If your using just ipv4 then edit /etc/postfix/main.cf (line ~674) and set inet_protocols = ipv4 then restart postfix. systemctl restart postfix.service systemctl status postfix.service -- Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890) openSUSE Leap 42.1|GNOME 3.16.2|4.1.36-41-default up 9:23, 3 users, load average: 0.34, 0.27, 0.16 CPU AMD Athlon(tm) II X4 635 @ 2.90GHz | GPU Nvidia GeForce 8800 GT -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
In data domenica 1 gennaio 2017 20:09:50, Malcolm ha scritto:
On Mon 02 Jan 2017 02:25:13 AM CST, stakanov wrote:
I was used to see netstat -tulpn presenting postfix listening to port25 on my leap default install. Provided that was not "ab-normal" this has gone.
Currently: <snip>
sudo postfix postfix: fatal: parameter inet_interfaces: no local interface found for ::1
Now, I did recently an update to 42.2 and ... as it was not working (KDE issue) as expected, I decided to stick to EOL of 42.1. Since then I found out about the above. A problem I should address or is this the normal status... and I had some wrong setup before?
Hi If your using just ipv4 then edit /etc/postfix/main.cf (line ~674) and set inet_protocols = ipv4 then restart postfix.
systemctl restart postfix.service systemctl status postfix.service
Thank you. That did it. Have a good year! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Malcolm
-
stakanov