Postfix
使用 systemd 重新啟動 Postfix 而不會斷開連接
在 CentOS7 上,使用 systemd 或其他方式,是否有比以下方式更好的重啟 postfix 的方法:
sudo systemctl restart postfix
以上不會破壞任何正在發生的活動郵件連接嗎?我正在尋找類似 Apache 的優雅重啟之類的東西,並想知道它是否可能,或者是否有必要。
對後綴配置的更改很少需要完全重新啟動。在執行時讓 postfix 重新載入其配置幾乎總是足夠的。
systemctl reload postfix
甚至手冊頁也提到了這一點。
Note: in order to refresh the Postfix mail system after a con- figuration change, do not use the start and stop commands in succession. Use the reload command instead.
即使郵件連接中斷,當您必須重新啟動郵件伺服器時,發送郵件伺服器也會稍後重試。