Hello
we need to speed exim delivery on one server
How to setting exim on "Whm> exim editor" for run as lunch on cli ssh :
"exim -bpru |awk '{print $3}' | xargs -n 1 -P 40 exim -v -M"
??
Thanks
Hello
we need to speed exim delivery on one server
How to setting exim on "Whm> exim editor" for run as lunch on cli ssh :
"exim -bpru |awk '{print $3}' | xargs -n 1 -P 40 exim -v -M"
??
Thanks
Last edited by webstyler; 04-24-2009 at 01:42 PM.
--
This is not natively supported by cPanel/WHM at this time, nor can this be set via the Exim Configuration editor.
If you wanted cPanel/WHM to always launch Exim in this way, you would need to modify the init script for Exim, set it to immutable AND back it up in /scripts/preupcp and restore it in /scripts/postupcp. However you do this at your own risk.