启动postfix服务失败,查询日志显示
postfix[5181]: fatal: parameter inet_interfaces: no local interface found for ::1
修改/etc/postfix/main.cf文件中 inet_interfaces = localhost 为 inet_interfaces = all
再次启动postfix服务正常
本文介绍了一种常见的Postfix服务启动失败的问题及解决方案。错误信息显示为:致命参数 inet_interfaces: 没有找到本地接口 for ::1。通过将 /etc/postfix/main.cf 文件中的 inet_interfaces=localhost 修改为 inet_interfaces=all,成功解决了此问题。
启动postfix服务失败,查询日志显示
postfix[5181]: fatal: parameter inet_interfaces: no local interface found for ::1
修改/etc/postfix/main.cf文件中 inet_interfaces = localhost 为 inet_interfaces = all
再次启动postfix服务正常
3293
914

被折叠的 条评论
为什么被折叠?