Exim is overloading server, it brings my load over 100 then I stop it, load is down for a while, then i goes back up. How can I prevent exim from overloading?
Exim is overloading server, it brings my load over 100 then I stop it, load is down for a while, then i goes back up. How can I prevent exim from overloading?
Find out whats causing it to skyrocket in the first place. How many emails in your queue? Is someone sendout out mass email ? These are just some of the questions you need to try and answer before asking for help. Its impossible for us to just give you a simple answer.Originally Posted by AbeFroman
In effect, its not exim that's the problem here. Its your lack of knowledge with how it all works ( No offence meant ).
Here's a hint to get you started:
When the load skyrockets, have an ssh session open tailing the exim main log file. This can be done by issueing the following command on a linux system:
tail -f /var/log/exim_mainlog
On freebsd, the log is usually located @
/var/log/exim/mainlog
You may end up seeing lines fly by you faster than you can read them. In which case, there are also tools provided within WHM for you to track down and find out whats going on, under the email management heading.
Beau Henderson