Re: [CentOS] filter unwanted email

2011-02-03 Thread Michel Donais
Get a look at this site; http://www.spamhaus.org/ It's easy to install, just a line to change in sendmail. --- Michel Donais___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] filter unwanted email

2011-02-03 Thread Dr. Ed Morbius
on 21:20 Thu 03 Feb, Alexander Dalloz (ad+li...@uni-x.org) wrote: > Am 03.02.2011 17:33, schrieb Robert Heller: > > > Create a file named .procmailrc, that looks something like this: > > [ ... ] > > > :0fw > > | /usr/bin/spamassassin -p /home/rtspam/.spamassassin/user_prefs > > It is the worst

Re: [CentOS] filter unwanted email

2011-02-03 Thread Kai Schaetzl
Please inform yourself about antispam measures. This list is not a forum to find out how you can fight spam. As for simply rejecting certain senders/hosts you use the access db. Google for "sendmail access.db". Kai ___ CentOS mailing list CentOS@cent

Re: [CentOS] filter unwanted email

2011-02-03 Thread Alexander Dalloz
Am 03.02.2011 17:33, schrieb Robert Heller: > Create a file named .procmailrc, that looks something like this: [ ... ] > :0fw > | /usr/bin/spamassassin -p /home/rtspam/.spamassassin/user_prefs It is the worst solution to spawn a new spamassassin process with each mail going through the filter.

Re: [CentOS] filter unwanted email

2011-02-03 Thread Robert Heller
At Thu, 3 Feb 2011 10:38:31 -0500 CentOS mailing list wrote: > > > > I am new to CentOS. How do I set a rule to so that any email coming from @ > linkedin.com (and other abused locations), going to an application RT (setup > on the system), will get rejected or dropped silently. Install spama

Re: [CentOS] filter unwanted email

2011-02-03 Thread testwreq wreq
For RT, we have used /etc/aliases and I have sendmail installed. How can I used the existing mail functionality to filter? On Thu, Feb 3, 2011 at 10:56 AM, Andrew Grimberg wrote: > On Thu, 2011-02-03 at 10:38 -0500, testwreq wreq wrote: > > I am new to CentOS. How do I set a rule to so that any

Re: [CentOS] filter unwanted email

2011-02-03 Thread Andrew Grimberg
On Thu, 2011-02-03 at 10:38 -0500, testwreq wreq wrote: > I am new to CentOS. How do I set a rule to so that any email coming from @ > linkedin.com (and other abused locations), going to an application RT (setup > on the system), will get rejected or dropped silently. Procmail filters on the recei