Postfix无法在centos上启动
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postfix无法在centos上启动相关的知识,希望对你有一定的参考价值。
当我今天尝试启动postfix时,我收到以下消息
fatal: parameter inet_interfaces: no local interface found for ::1
解决方案很简单:
1. 打开 /etc/postfix/main.cf
2. 评论出来 inet_interfaces: all
3. 加 inet_protocol: ipv4
以上是关于Postfix无法在centos上启动的主要内容,如果未能解决你的问题,请参考以下文章
Centos 下搭建postfix和Dovecot的邮箱服务系统