hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : email filtering
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

email filtering

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 08-29-2001, 01:54 PM
Abu Mami Abu Mami is offline
cholesterol dependent
 
Join Date: Oct 2000
Location: Israel
Posts: 1,283

email filtering


Is there a program that can be installed on a server that can filter email? I want to be able to set spam definitions, so that I can catch known spam on the way in and bounce it and or autoreply with an anti-spam message.

Thanks.

Reply With Quote


Sponsored Links
  #2  
Old 08-30-2001, 08:33 AM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
If you are using Sendmail you already have that capability built in. In fact I think most SMTP servers do this.

In Sendmail the file to edit is:

/etc/mail/access

You can read about it here:

http://www.sendmail.org/m4/anti-spam.html

To give you an example, we have some guy who has been hitting my wife with the "I need your opinion" e-mail about 50 times a day, so I installed this ruleset:

prodigy.net.mx 503 You have a virus -- please do something about it

Now she gets no more e-mail from him

__________________
My Political Blog

Reply With Quote
  #3  
Old 08-30-2001, 10:20 AM
Abu Mami Abu Mami is offline
cholesterol dependent
 
Join Date: Oct 2000
Location: Israel
Posts: 1,283
Quote:
Originally posted by uuallan
If you are using Sendmail you already have that capability built in. In fact I think most SMTP servers do this.

In Sendmail the file to edit is:

/etc/mail/access

You can read about it here:

http://www.sendmail.org/m4/anti-spam.html
Great! I took a quick look at the link - just what I was looking for. Thanks! This will really help.

Reply With Quote
Sponsored Links
  #4  
Old 08-30-2001, 11:38 AM
jks jks is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Denmark, Europe
Posts: 614
To reduce spam, I can highly recommend using the dnsbl feature of Sendmail together with ORDB. It _really_ helps a lot!

__________________
Jens Kristian Søgaard, Mermaid Consulting ApS,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/

Reply With Quote
  #5  
Old 08-30-2001, 01:33 PM
Abu Mami Abu Mami is offline
cholesterol dependent
 
Join Date: Oct 2000
Location: Israel
Posts: 1,283
Quote:
Originally posted by jks
To reduce spam, I can highly recommend using the dnsbl feature of Sendmail together with ORDB. It _really_ helps a lot!
OK Jens, are you trying to make me feel stupid? Umm, it "might help a lot", but I gotta know what you're talkin' about first. dnsbl? ORDB? How 'bout a hint? (ORDB? sorta sounds like something Microsoft would come up with )

Thanks for the help. I'll appreciate it even more when I understand it.

Reply With Quote
  #6  
Old 08-30-2001, 01:36 PM
jks jks is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Denmark, Europe
Posts: 614
Quote:
Originally posted by Abu Mami
OK, are you trying to make me feel stupid? Umm, it "might help a lot", but I gotta know what you're talkin' about first. dnsbl? ORDB? How 'bout a hint? (ORDB? sorta sounds like something Microsoft would come up with )
Hehe :-)

Well, the dnsbl feature is described on the anti-spam link sent earlier in this thread.

Information about ORDB can be found here:

http://www.ordb.org/

__________________
Jens Kristian Søgaard, Mermaid Consulting ApS,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/

Reply With Quote
  #7  
Old 08-30-2001, 01:41 PM
Abu Mami Abu Mami is offline
cholesterol dependent
 
Join Date: Oct 2000
Location: Israel
Posts: 1,283
Hey Jens!

Thanks for the help. You're a gentleman and a scholar - but you knew that already. Right? I really do appreciate it. I'll take a look at the link you posted, and the previous links posted in this thread.

Reply With Quote
  #8  
Old 08-30-2001, 01:47 PM
jks jks is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Denmark, Europe
Posts: 614
Quote:
Originally posted by Abu Mami
Hey Jens!

Thanks for the help. You're a gentleman and a scholar - but you knew that already. Right? I really do appreciate it. I'll take a look at the link you posted, and the previous links posted in this thread.
Except for the fact that I do not really know the meaning of the word "scholar", then ... yep yep ;-)

__________________
Jens Kristian Søgaard, Mermaid Consulting ApS,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/

Reply With Quote
  #9  
Old 08-30-2001, 01:52 PM
Abu Mami Abu Mami is offline
cholesterol dependent
 
Join Date: Oct 2000
Location: Israel
Posts: 1,283
Quote:
Originally posted by jks


Except for the fact that I do not really know the meaning of the word "scholar", then ... yep yep ;-)
Hah! Got ya!
scholar - (noun) a learned person
You sir, are one of them!

You've got a nice web site too. I took a look. If I had the funds, I'd use your services. Well, maybe someday.

Now it's off to go learn about dnsbl, ORDB, and a whole bunch of other acronyms. Thanks again.

Reply With Quote
  #10  
Old 08-30-2001, 08:48 PM
linuxee linuxee is offline
New Member
 
Join Date: Aug 2001
Posts: 1
filtering spam

on a unix box? check out procmail

http://www.procmail.org


send your spam to /dev/null or to a mail folder ... send the sircam worm to /dev/null or to a mail folder for review ...

if you really want to send a message back to spammers you can do that with procmail too ...

simply,


procmail rocks!

+linuxee+

Reply With Quote
  #11  
Old 08-30-2001, 08:52 PM
jks jks is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Denmark, Europe
Posts: 614
Re: filtering spam

Quote:
Originally posted by linuxee
on a unix box? check out procmail

http://www.procmail.org


send your spam to /dev/null or to a mail folder ... send the sircam worm to /dev/null or to a mail folder for review ...

if you really want to send a message back to spammers you can do that with procmail too ...

simply,


procmail rocks!

+linuxee+
Well, yes - procmail is one of the neat old utilities.

But you need some rules for procmail to make it effective. And here goes the same as for sendmail -- I'll recommend using ORDB for doing the actually identification of spammails.

(disclaimer: I will ofcourse lean a bit towards ORDB as I'm part of the project...)

__________________
Jens Kristian Søgaard, Mermaid Consulting ApS,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/

Reply With Quote
  #12  
Old 08-31-2001, 12:46 AM
Abu Mami Abu Mami is offline
cholesterol dependent
 
Join Date: Oct 2000
Location: Israel
Posts: 1,283
Re: Re: filtering spam

Quote:
Originally posted by jks
(disclaimer: I will ofcourse lean a bit towards ORDB as I'm part of the project...)
That's OK. We can just consider this an insider's recommendation. Besides, you're a gentleman and a scholar. Right?

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
50bf8d11-89d4-40ef-ab63-72df45a799de Listing 2013-03-05 18:25:55
Dutch Web Host Protagonist Offers SpamExperts Spam Email Filtering Service Web Hosting News 2012-11-28 17:18:15
Web Host Infinitely Virtual Offers McAfee SaaS Total Protection Web Hosting News 2012-06-11 16:44:30
Web Hosting Sales and Promos Roundup – March 23, 2012 Web Hosting News 2012-03-23 16:24:14
SpamExperts Provides Email Security for Netherlands Web Host Hostnet Web Hosting News 2012-01-30 13:25:44


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?