Linux关闭sendmail服务

作者: E星期五 分类: 网络备忘 发布时间: 2018-02-13 10:06 ė 1363 次浏览 6 没有评论

在使用96MB内存ovz小vps过程中,top命令发现有两个sendmail服务占用大约3MB内存
root用户运行以下命令解决
[root@cifi-BI etc]# service sendmail stop

[root@cifi-BI etc]# chkconfig –list sendmail
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@cifi-BI etc]# chkconfig –level 2 sendmail off
[root@cifi-BI etc]# chkconfig –level 3 sendmail off
[root@cifi-BI etc]# chkconfig –level 4 sendmail off
[root@cifi-BI etc]# chkconfig –level 5 sendmail off

本文出自E星期五的博客,转载时请注明出处及相应链接。

本文永久链接: https://exqw.com/archives/785.html

0

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理

Ɣ回顶部