Shaun.Murphy@??? wrote:
Please always reply to the list
> the version is exim-3.36-21
If possible, upgrade to 4.10.
> the os Version is RedHat 7.3
>
> If it matters i'm running DarkOrbs CPanel Control Panel
>
> I just set setting split_spool_directory. This deffinitly should help.
>
> I also set setting queue_smtp_domains = * and was already running exim with
> the -bd -q1m
>
> I also already have a local Caching Nameserver running.
>
> I wasnt able to find anything on max_queue_runners but i found somthing on
> queue_run_max and i set it to 20. I'm assuming thats what you ment.
Yes, that's the correct one.
> I was unable to find anything on remote_max_parallel. Not even sure what
> this does. Any input on this may help.
It's an exim4 option, I can't remember the name for exim3.
> What do you mean by putting the retry databaes in ram-fs?
Exim uses some db-files for retry data and other things (mostly in
/var/spool/exim/db) But with linux it's mostly not needed to put them
into a ram-fs. So just forget about my comment ;)
> Cpanel has a AntiVirus Checking thing in exim.conf by default. I commented
> this out. Other than that, i dont think i have any heave lookups
> happening.... is their a way i could tell?
You should only scan messages comming via smtp/esmtp, you can do this by
modifying the condition o the scanning-router.
You can run exim -d9 -otheroptions to find out what exim does.
> sendmail (/usr/sbin/exim) is still running outta control. Causing a 80+ cpu
> load right now. right now it's not as bad. their are only 40 sendmails
> running but i'm sure it's just cuz this mailing list is smaller. a example
> of what is see when running a ps auxw is below.
> root 8008 0.0 0.2 4428 2232 ? R 14:44 0:00
> /usr/sbin/sendmail ailun@???
> root 8010 0.0 0.1 4316 1464 ? R 14:44 0:00
> /usr/sbin/sendmail futch@???
> root 8017 0.0 0.1 4264 1444 ? R 14:44 0:00
> /usr/sbin/sendmail moneyrush1@???
> root 8023 0.0 0.1 4236 1356 ? R 14:44 0:00
> /usr/sbin/sendmail upmagic2002@???
These processes all inject mails directly, as Tamas pointed out on
exim-users it's better to inject such messages with bsmtp, instead of
calling the exim binary for every single message.
ciao