postfix启动失败

service postfix start
Starting postfix: [FAILED]

今天启动一个新服务器的postfix,一直都提示失败
重新安装也没用,也没有错误输出

检查postfix命令:
which postfix
/usr/sbin/postfix

执行看看:

/usr/sbin/postfix

postfix: fatal: parameter inet_interfaces: no local interface found for ::1

编辑配置文件

vi /etc/postfix/main.cf

把 inet_interfaces 设置为 all

再次启动:

service postfix start

Starting postfix: [ OK ]

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容