I attempt to restart exim the way we always did via shell, with this:
/etc/init.d/exim restart
or this
service exim restart
And here is the output that it really just instantly pops on to the shell window seemingly without any delay at all:
Shutting down exim: [FAILED]
Shutting down spamd: [FAILED]
Starting exim-426: [ OK ]
Starting exim: [ OK ]
Starting exim-outgoing: [ OK ]
Starting exim-smtps: [ OK ]
... and the results are that exim is not restarted.
I've also tried entering these two commands, but I get the exact same result:
service exim stop
service exim start
HOWEVER, I do find that I can restart exim via WHM (thank goodness).
Okay, so we have some scripts that need to restart exim via a shell script, but apparently they no longer will work to restart exim because we can no longer do this via shell.
By the way, I've also tried this:
/scripts/restartsrv_exim
.. but I get the same non-restart-results.
Does anyone know if there is a better way to restart exim from shell these days?
Thanks!
/etc/init.d/exim restart
or this
service exim restart
And here is the output that it really just instantly pops on to the shell window seemingly without any delay at all:
Shutting down exim: [FAILED]
Shutting down spamd: [FAILED]
Starting exim-426: [ OK ]
Starting exim: [ OK ]
Starting exim-outgoing: [ OK ]
Starting exim-smtps: [ OK ]
... and the results are that exim is not restarted.
I've also tried entering these two commands, but I get the exact same result:
service exim stop
service exim start
HOWEVER, I do find that I can restart exim via WHM (thank goodness).
Okay, so we have some scripts that need to restart exim via a shell script, but apparently they no longer will work to restart exim because we can no longer do this via shell.
By the way, I've also tried this:
/scripts/restartsrv_exim
.. but I get the same non-restart-results.
Does anyone know if there is a better way to restart exim from shell these days?
Thanks!