UNIX / Linux Postfix Control Program
The postfix command controls the operation of the Postfix mail system: start or stop the master daemon, do a health check, and other maintenance.
Task: Stop Postfix
Type the following command:# postfix stop
Task: Start Postfix
Type the following command:# postfix start
Task: Restart Postfix
Type the following command:# postfix stop && postfix start
Task: Reload Postfix
To re-read configuration files, enter:# postfix reload
The following distribution specific commands can be used too.
Debain / Ubuntu Linux Postfix Start / Stop / Restart Command
Type the following commands:$ sudo /etc/init.d/postfix start
$ sudo /etc/init.d/postfix stop
$ sudo /etc/init.d/postfix restart
OR$ sudo service postfix start
$ sudo service postfix stop
$ sudo service postfix restart
RHEL / CentOS / Fedora Linux Postfix Start / Stop / Restart Command
# /sbin/service postfix start
# /sbin/service postfix stop
# /sbin/service postfix restart
'나는 노동자 > QnA' 카테고리의 다른 글
docker 데몬 시작시 에러 (code=exited, status=1/FAILURE) (0) | 2018.05.25 |
---|---|
docker: Error response from daemon: Unknown runtime specified nvidia. (0) | 2018.05.24 |
minikube dashboard 이미지 미 실행시 (방화벽내) (0) | 2018.05.15 |
kubectl create -f yaml시 에러 (0) | 2018.05.15 |
yum install - Cannot allocate memory (0) | 2018.05.03 |