[Bug 1216307] cockpit - postfix cannot start up if ipV6 got disabled but address '::1' still remained in /etc/hosts
https://bugzilla.suse.com/show_bug.cgi?id=1216307 https://bugzilla.suse.com/show_bug.cgi?id=1216307#c1 Miika Alikirri <miika.alikirri@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miika.alikirri@suse.com --- Comment #1 from Miika Alikirri <miika.alikirri@suse.com> --- Hi! Is your postfix configured to only support ipv4? You can check it by running this: ``` # grep inet_protocols /etc/postfix/main.cf ``` If you see this, postfix is configured to use both ipv4 and ipv6: ``` inet_protocols = all ``` And you can fix it by changing the value to ipv4, like this: ``` inet_protocols = ipv4 ``` -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com