postfix启动失败

Posted quicksand.F

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postfix启动失败相关的知识,希望对你有一定的参考价值。

 
[[email protected] pid]# /usr/sbin/postfix start
postfix/postfix-script: warning: not owned by postfix: /var/lib/postfix/.
postfix/postfix-script: warning: not owned by postfix: /var/lib/postfix/./master.lock
postfix/postfix-script: starting the Postfix mail system

[[email protected] pid]# rm -rf /var/lib/postfix/./master.lock 删除.lock文件

再次启动:
[[email protected] pid]# /usr/sbin/postfix start
postfix/postfix-script: warning: not owned by postfix: /var/lib/postfix/.
postfix/postfix-script: starting the Postfix mail system

[[email protected] pid]# chown postfix.postfix /var/lib/postfix/
[[email protected] pid]# chmod og-w /var/lib/postfix/
[[email protected] pid]# /usr/sbin/postfix start
postfix/postfix-script: starting the Postfix mail system
[[email protected] pid]# service postfix stop
Shutting down postfix:                                     [  OK  ]
[[email protected] pid]# service postfix restart
Shutting down postfix:                                     [FAILED]
Starting postfix:                                          [  OK  ]
[[email protected] pid]# /usr/sbin/postfix start
postfix/postfix-script: fatal: the Postfix mail system is already running
启动成功

以上是关于postfix启动失败的主要内容,如果未能解决你的问题,请参考以下文章

使用 Office365 作为中继服务器的 Postfix 上的 SASL 身份验证失败

SQL Server 服务由于登录失败而无法启动怎么办

IDEA启动失败问题

powerpoint启动失败怎么办 ppt启动失败问题解决办法

请教SQL SERVER AGENT启动失败的问题

安装docker时总是启动失败是怎么回事?