| Author |
Message |
nix *nix forums beginner
Joined: 02 Mar 2005
Posts: 19
|
Posted: Thu Mar 03, 2005 12:11 pm Post subject:
|
|
|
Thanks
This really improved my server's performance.
the server is faster and the load average dropped. |
|
| Back to top |
|
 |
mihai *nix forums addict
Joined: 27 Jan 2005
Posts: 71
|
Posted: Thu Mar 03, 2005 12:06 pm Post subject:
|
|
|
first thing, make sure you have this in your configuration file :
| Code: | split_spool_directory = yes
|
this will make your mail queue system run faster.
then if you don't really need logs for each message that is processed by the mail server you should also add this line:
you should also set deliver_queue_load_max=8 so that exim will not do queue deliveries if the load average is higher than 8 and
queue_only_load =4 so it will queue messages if the load average is higher then 4 |
|
| Back to top |
|
 |
nix *nix forums beginner
Joined: 02 Mar 2005
Posts: 19
|
Posted: Thu Mar 03, 2005 11:01 am Post subject:
performance tweaks
|
|
|
Hello,
Can anyone give me some tips for increasing performance in Exim?
Thanks |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|