Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Server hacked...

Server hacked...

2003-06-14       - By Jeff Kinz

 Back
Reply:     1     2     3     4     5     6  

On Sat, Jun 14, 2003 at 05:30:49PM +0530, System wrote:
> Hello All,
>
> >From last few days the server load is continuously running between 25% -
> 75%. Someone has hacked into the server sending mail. Is there some way we
> can tract this and shut them out.

Hi Tina, Its probably too late but shut down sendmail immediately.
service sendmail stop

When I say "Too late" I mean that enough damage has already been done
by the spammers that your IP/domain will most likely be added to the
anti-spam blacklists.  You may be in the process of having a large
number of sites refuse all of your attempts to send out email. :-(

This is another reason to use Bayesian spam filters as opposed to
blacklists.  Bogofilter and spambayes are two good examples of this type
of software, but neither can help Tina at prevent this problem.


Tina, you may have relaying enabled in your sendmail.mc file.
if you have a line that looks like this:
FEATURE(`relay_based_on_MX')dnl
change it so it looks like this
dnl FEATURE(`relay_based_on_MX')dnl

and then regenerate your sendmail.cf file, then restart sendmail.
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
service sendmail start

--
Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  jkinz@(protected)
copyright 2003.  Use is restricted. Any use is an
acceptance of the offer at http://www.kinz.org/policy.html.
Don't forget to change your password often.