liunx postfix与sendmail 开启与关闭
Posted 雪剑无影
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了liunx postfix与sendmail 开启与关闭相关的知识,希望对你有一定的参考价值。
1:检查sendmail服务的状态
service sendmail status
2:开启sendmail服务
service sendmail start
3:关闭sendmail服务
service sendmail stop
3:重启sendmail服务
service sendmail reload
检查一下是否有设定 sendmail在 reboot 后自动启动
chkconfig --list | grep sendmail
chkconfig sendmailoff 全部关闭
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:检查postfix服务的状态
service postfix status
2:开启postfix服务的状态
service postfix start
3:关闭postfix服务的状态
service postfix stop
4:重启postfix服务的状态
service postfix reload
检查一下是否有设定 postfix 在 reboot 后自动启动
chkconfig --list | grep postfix
chkconfig postfix off 全部关闭
以上是关于liunx postfix与sendmail 开启与关闭的主要内容,如果未能解决你的问题,请参考以下文章