Web Hosting Talk







View Full Version : Cpanel Exim Overload


InterSQ
07-17-2004, 02:30 PM
One of my server is been almost offline for the last 20 minutes because one of my clients seems to have a virus on their PC which is sending thousands of emails to AOL. I have disabled exim until this problem can be sorted.

Is there any way I can suspend exim for this one account rather than the whole server ?

P.S I don't want to suspend the whole account

LP-Trel
07-17-2004, 02:32 PM
Kill the email address that its sending from or firewall off the client's IP.

InterSQ
07-17-2004, 02:45 PM
If there any way to limit number of emails sent per hour through IMAP or SMTP ?

electron33
07-17-2004, 05:10 PM
Yes, go to WHM > Tweak Settings > mail

Arsalan
07-18-2004, 05:23 AM
InterSQ, Also clear up your existing que since as soon as you turn exim back on, you would have the same problems.

InterSQ
07-18-2004, 09:54 AM
I know, so I can't really stop this without suspending the account ?

picoyak
07-18-2004, 10:15 AM
Well you know you could maybe give them a call and let them know about that worm? Simple instructions to clean it.

I've seen ppl with W32.Erkez pumping out 1000's/hour and didn't have a clue.

Just a thought :)

InterSQ
07-18-2004, 10:31 AM
They do know and have done for months :/

InterSQ
07-18-2004, 10:32 AM
I don't know which virus / worm this is but its puming out thousands of emails to AOL. Any ideas ?

Arsalan
07-18-2004, 01:42 PM
Why dont you ask them to install a virus scanner (check avp.com, I think they have a free version as well).

That should stop those mails right away.

InterSQ
07-18-2004, 07:03 PM
I have asked, but can't really force them :/

TLott
07-18-2004, 07:30 PM
Then you should restrict them from using your mail server. Don't let a singer client put server stability into question.

InterSQ
07-18-2004, 07:45 PM
Yer, it would be a better idea if they would use their ISP SMTP rather than mine. Doesn't Exim also cover incoming emails aswel though ?

InterSQ
07-18-2004, 08:30 PM
/etc/hosts.deny


exim : ALL : DENY



This deny hosts file will only work if TCP wrappers is compiled into exim. Is this a default option with Cpanel, if how how do ya go about doing it ?