spam problems


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers spam problems
# 1  
Old 11-28-2003
spam problems

Dear All ,

I have Linux Red Hat 6.1 server , and still am facing so many problems with spam and spammers .

from netstat i noticed that my server is keep sending smtp packets to same IP ( x.y.z.c ) , i think its mailer demon sending to this IP , how can i stop my server talking with this IP address , i need to drop all packets sent from my server to this ip ?

also another questions please , i have another sun solaris 7 sparc machine .. i have sendmail 8.9.3 , i have about 3000 mail box for my users , suppose i sent mass email to al those 3000 user , and all of them got my email , but i need to delete it from all the 3000 mail boxes one time ! is there a method ?

Thanks alot
# 2  
Old 11-28-2003
Hi,

First you should know what are your server sending the the remote server...
You can block it using an ipfilter, or at the router level...

I recommend you to go mailbox by mailbox and remove the email you want ( with elm -f, for example ). You can create a script to remove the mail from the mailboxes, if you know exactly what content to delete... but be very careful, you will end up corrupting a lot of mailboxes.
# 3  
Old 12-01-2003
And I would suggest you upgrade your version of Sendmail - there were at least two major security concerns with versions lower than 8.12.10. See Sendmail home page
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

If/then problems

#! /bin/bash # ask what the user would like to do CMD=$CMD MBA=$MB RS=$RS CT=$CT echo echo -n "What would you like to do?? REMEMBER WHEN PROGRAMMING ICP's TO SELECT CORRECT COMMAND ACCORDING TO NECCESSARY TYPE CODE! Please enter a command ct = program ctek ... (5 Replies)
Discussion started by: tdalyman
5 Replies

2. Shell Programming and Scripting

while and do problems

Any ideas how to clear this error as it seems I dont understand if,do,while and els commands #!/bin/ksh set -x print "This script creates test messages" print "Please enter test case name" read testcasename echo $testcasename skipfield=Y while print "Do you want to skip this field... (4 Replies)
Discussion started by: andrew.p.mcderm
4 Replies

3. SuSE

Problems!!

good friends I am new to linux and I have the following TELNET service problem entering data devo telnet to a Windows server 2003 server and passes will not let me since the move to this server by telnet tells me the characters and thus invalidates me income, I have a service application... (1 Reply)
Discussion started by: pepetico
1 Replies

4. Shell Programming and Scripting

Problems with $?

Hello, I have the following piece of code that tries to retrieve the result of a .sh: . $HOME/prueba/Scripts/Recogida/recogida_sedra.sh resultado=$? echo "el resultado es : $resultado" if ; then echo "Se va a preprocesar los archivos" In the code of recogida.sh I have the... (8 Replies)
Discussion started by: danietepa
8 Replies

5. UNIX for Dummies Questions & Answers

Problems with using less

Hello, I am having problems with using less on Linux version 2.6.18-92.1.17.el5 (brewbuilder@hs20-bc1-7.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)). I am using csh but have the same problems on bash. If I pipe something to less it works perfectly i.e. cat file | less... (9 Replies)
Discussion started by: z1dane
9 Replies

6. UNIX for Advanced & Expert Users

Problems with Last

Hi, I,ve a Unixware 7.1.3 working correctly for two years ago, since a several weeks I've a problem with the command last . The information that this command return is : For example : 1.- The user root , time login : 12:15 h, time logoff 12:15 h (the real time is 14:00). Connected time is... (3 Replies)
Discussion started by: By_Jam
3 Replies

7. UNIX for Advanced & Expert Users

'make' problems (compliation problems?)

I'm trying to compile and install both most recent version of 'make' and the most recent version of 'openssh' on my Sparc20. I've run into the following problems... and I don't know what they mean. Can someone please help me resolve these issues? I'm using the 'make' version that was... (5 Replies)
Discussion started by: xyyz
5 Replies
Login or Register to Ask a Question