相思资源网 Design By www.200059.com
Fatal: the Postfix mail system is already running 的解决方案
【问题情境】
当启动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.
【问题原因】
也许是postfix上一次强行关闭时,没有删除自身的锁。启动时发现lock存在而无法运行。
【解决方案】
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
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com
暂无Fatal: the Postfix mail system is already running 解决办法的评论...