源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

Fatal: the Postfix mail system is already running 解决办法

  • 时间:2020-08-31 07:59 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:Fatal: the Postfix mail system is already running 解决办法
[b]Fatal: the Postfix mail system is already running 的解决方案[/b] [b]【问题情境】[/b] 当启动postfix服务时出现如下错误提示:
# service postfix start 
Starting Postfix Mail Transport Agent: postfixpostfix/postfix-script: 
fatal: the Postfix mail system is already running 
failed!
此外,postfix的status报告postfix is not running.
# service postfix status 
postfix is not running.
[b]【问题原因】[/b] 也许是postfix上一次强行关闭时,没有删除自身的锁。启动时发现lock存在而无法运行。 [b]【解决方案】[/b] 1.Postfix的master PID文件(即锁)还存在/var/spool/postfix/pid目录下。进入该目录删除所文件即可:
# cd /var/spool/postfix/pid 
# ls 
master.pid 
# rm master.pid
2.删除master.pid文件后启动postfix服务。
# service postfix start 
Starting Postfix Mail Transport Agent: postfix
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部