-When I checked I found too many instances of exim receiving messages. I think there were hundreds of them like below
mailnull 27430 0.2 0.2 6384 2976 ? D 17:48 0:00 /usr/sbin/exim -bd -q60m
mailnull 27432 0.2 0.2 6388 3004 ? D 17:48 0:00 /usr/sbin/exim -bd -q60m
mailnull 27435 0.3 0.2 6380 2996 ? D 17:48 0:00 /usr/sbin/exim -bd -q60m
Few minutes I could ssh into and sim would reboot due to exim load.
I quickly chmod 644 /usr/sbin/exim and
/sbin/service exim stop
Server load became below 0.10
Then
-I edited exim.conf and reduced this to 30 instead of 100
smtp_accept_max = 30
chmod 4755 /usr/sbin/exim and restarted.. load came under control
--I scanned the exim_mainlog and picked out thousands of
IPs that were attempting to connect to server
--I firewalled all these IPs in apf
--I have no open proxies (verifed)
--rbl tweak is enabled in exim(works)
--I have disabled nobody from sending mail from beginning.(verifed)
--FormMail.pl has already been protected from abuse.(verified)
--Blacklisted sites cannot send mail via this server(verifed)
--SMTP needs authentication (verified)
Now server load is back to normail... but still I see many spurious connections attempting to come when I
tail -f /var/log/exim_mainlog
What more can I do to handle incoming mail attack????
Is this some common attack happenign on the net?
Any help/pointers would be of great help.. thanks..
-Sree
---by the way SIM Works