InterviewSolution
Saved Bookmarks
| 1. |
How To Restart The Postfix Service & Make It Enable Across Reboot ? |
|
Answer» Use this command to restart SERVICE “ Service postfix restart” and to make the service PERSIST ACROSS the reboot, use the command “ chkconfig postfix on”. Use this command to restart service “ Service postfix restart” and to make the service persist across the reboot, use the command “ chkconfig postfix on”. |
|