在Linux服务器(CentOS release 6.6)上配置好了sendmail后,测试发送邮件时发现有问题,检查sendmail服务的状态,发现其处于“sendmail dead but subsys locked”, 检查发现postfix服务也在运行。只需要将postfix服务停掉即可。为什么会出现这种情况呢?Something was occasionally causing the postfix service to start which then caused the status of sendmail to jump to dead but subsys locked. 两种似乎不兼容。

操作步骤:

1:检查sendmail服务的状态

[root@DB-Server ~]# service sendmail status
sendmail dead but subsys locked
sm-client (pid  22112) is running...

相关文章:

  • 2021-12-08
  • 2021-08-15
  • 2021-12-19
  • 2021-06-05
  • 2021-12-05
  • 2021-09-17
  • 2021-07-12
猜你喜欢
  • 2022-12-23
  • 2022-02-26
  • 2022-01-21
  • 2022-12-23
  • 2022-01-09
  • 2021-09-25
相关资源
相似解决方案