LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 04-12-2010, 12:29 AM   #1
harry_log
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Rep: Reputation: 0
Content filter for " web, email, instant messaging etc."


Dear all,

I have been assigned a task to implement a free open source content filter having feature of web, email, instant messaging etc. If any one has the information or worked on this type of product please share it. Eagerly waiting for the reply.

With regards

Harry
 
Old 04-12-2010, 12:10 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 25,801

Rep: Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745
Quote:
Originally Posted by harry_log View Post
Dear all,

I have been assigned a task to implement a free open source content filter having feature of web, email, instant messaging etc. If any one has the information or worked on this type of product please share it. Eagerly waiting for the reply.
With regards
Harry
Keep waiting. There is no such thing that will work 100% of the time, and do everything you're saying, for ANY platform.

You can do bits and pieces of this, as a quick Google search could tell you. Squid proxy server with Dansguardian can help with web proxy/content filtering. Email servers like postfix/sendmail with Dovecot and ClamAV for antivirus can give you email and scanning. You can implement a Jabber server on Linux to provide instant messaging.

However, the way your question reads, it looks as if you want to FILTER all of the above. You can filter bits and pieces, but can't do it for email or IM's, simply because you'd never get the 100%. You can block gmail/yahoo mail/etc., but what if someone uses something else? Or has their OWN web server that has their mail? The list will get really long, really quick, and you'll always miss some. Same with IM's...you can block the protocol/port at the router, but they can tunnel it through via HTTP proxy, and get past. Or hit a web page with a Java applet and chat all day long.
 
Old 04-12-2010, 12:35 PM   #3
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

Rep: Reputation: 120Reputation: 120
If you are planning on filtering all these different types of access then your best bet (as stated above) will be to set up a proxy server. Then block off any ports which you don't want to use (more specifically open open specific ports you do want to use). Then you will need content filtering on communications which you allow (http etc) - various methods for this, all have their pro's and con's. Simple content filtering - if it contains the word "sex" then don't allow etc, very easy to set up , but very easy to bypass! Packet inspection, more difficult to set up, but more difficult to bypass.
 
Old 04-12-2010, 10:53 PM   #4
harry_log
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Dear friends,

Thanks a lot for giving such detailed answere. Actually I can put no. of content fiters for various sort of scanning (e.g. web,mail or instant masseging). Presentally we are using different content filters for web and E-mail but they are vendor products. Can we use Postfix/Sendmail as only content filter with the existing Mail domain (e.g Microsoft, Lotous Domino)or there are other email specific solutions. Please suggest specific content filter solutions for specific tasks.

With Regards,

Harry
 
Old 04-13-2010, 10:18 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 25,801

Rep: Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745
Quote:
Originally Posted by harry_log View Post
Dear friends,

Thanks a lot for giving such detailed answere. Actually I can put no. of content fiters for various sort of scanning (e.g. web,mail or instant masseging). Presentally we are using different content filters for web and E-mail but they are vendor products. Can we use Postfix/Sendmail as only content filter with the existing Mail domain (e.g Microsoft, Lotous Domino)or there are other email specific solutions. Please suggest specific content filter solutions for specific tasks.

With Regards,

Harry
I did in my first post, if you read it...sendmail/postfix, spamassasin and ClamAV for mail. Web is Squid w/Dansguardian. Block messaging with IP tables or at the router.
 
Old 04-16-2010, 02:11 AM   #6
harry_log
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Dear TB0ne,

Thanks for giving such precious information. Please give me some references where I can find exact & accurate configuration document or templates.

Thanks & Regards,
Harry
 
Old 04-16-2010, 03:00 AM   #7
spampig
Member
 
Registered: Feb 2010
Location: /Earth/UK/England/Hampshire
Distribution: Debian, Ubuntu, CentOS, Slackware
Posts: 262
Blog Entries: 2

Rep: Reputation: 56
Have you tried this: http://www.untangle.com/
 
Old 04-16-2010, 09:09 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 25,801

Rep: Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745Reputation: 7745
Quote:
Originally Posted by harry_log View Post
Dear TB0ne,

Thanks for giving such precious information. Please give me some references where I can find exact & accurate configuration document or templates.

Thanks & Regards,
Harry
http://www.google.com
 
Old 07-19-2010, 07:13 PM   #9
vansugar24
LQ Newbie
 
Registered: Jul 2010
Location: Canada
Distribution: 10.04 LTS
Posts: 14

Rep: Reputation: 0
what about this..

http://www.instructables.com/id/Set-...ps-with-Ubunt/

scroll to the bottom, 4 easy steps.

what do you think?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix "Content Filter" setup to reject emails with too many recipients in TO: field bahadirtonguc Linux - Server 10 05-27-2010 02:07 AM
Which provider offers, for free, an email address with "Microsoft Outlook Web Access" frenchn00b General 9 04-08-2009 12:30 PM
squirrelmail "error in login page"" when content advisor is enabled simi_virgo Linux - Networking 4 08-21-2008 01:25 PM
Web Content filter jocast Linux - Networking 2 03-20-2006 05:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 11:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration