心心失意 发表于 2015-11-24 12:28:02

启动和停止Postfix服务

  11.3.7启动和停止Postfix服务
  Postfix服务安装好了,现在我们就来看看如何完成启动、停止和重启操作。
  (1)启动Postfix服务


#/etc/rc.d/init.d/postfix start
  (2)停止Postfix服务


#/etc/rc.d/init.d/postfix stop
  (3)重新启动Postfix服务


#/etc/rc.d/init.d/postfix restart
  (4)自动启动Postfix服务
  如果需要让Postfix服务随系统启动而自动加载,可以执行"ntsysv"命令启动服务配置程序,找到"postfix"服务,在其前面加上星号(*),然后选择"确定"即可,如图11-25所示。


(点击查看大图)图11-25设置Postfix服务为自动启动
页: [1]
查看完整版本: 启动和停止Postfix服务