11.3.7 启动和停止Postfix服务
Postfix服务安装好了,现在我们就来看看如何完成启动、停止和重启操作。
(1)启动Postfix服务
[root@localhost ~]#/etc/rc.d/init.d/postfix start |
(2)停止Postfix服务
[root@localhost ~]#/etc/rc.d/init.d/postfix stop |
(3)重新启动Postfix服务
[root@localhost ~]#/etc/rc.d/init.d/postfix restart |
(4)自动启动Postfix服务
如果需要让Postfix服务随系统启动而自动加载,可以执行"ntsysv"命令启动服务配置程序,找到"postfix"服务,在其前面加上星号(*),然后选择"确定"即可,如图11-25所示。
|
| (点击查看大图)图11-25 设置Postfix服务为自动启动 |
Postfix服务管理
本文介绍了如何启动、停止和重启Postfix邮件服务,并说明了如何设置Postfix服务为系统启动时自动加载。

53

被折叠的 条评论
为什么被折叠?



