Re: IP Blacklisting

2013-07-12 Thread Karsten Bräckelmann
On Fri, 2013-07-12 at 05:14 +0430, Moein Sarvi wrote: > Hello > is there anyway to blacklist an IP address? Yes. Step 1: Create your own blacklist. Step 2: Report the IP. Optional step 3: Create rules in SA to query your blacklist created in step 1. Of course, I am merely assuming here you are act

Re: spam problem Centos 6

2013-07-12 Thread Dejan Doder
If service spamassassin is* off* , and I do updates 10 4 * * * root /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log sa-update.cron says> /usr/bin/sa-update && /etc/init.d/spamassassin *condrestart* > dev/null after condrestart service spamassassin will be *on*? BR De

Re: spam problem Centos 6

2013-07-12 Thread Matus UHLAR - fantomas
On 12.07.13 10:49, Dejan Doder wrote: If service spamassassin is* off* , and I do updates 10 4 * * * root /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log sa-update.cron says> /usr/bin/sa-update && /etc/init.d/spamassassin *condrestart* > dev/null after condrestart se

Re: IP Blacklisting

2013-07-12 Thread Simon Loewenthal
On 2013-07-12 9:02, Karsten Bräckelmann wrote: > On Fri, 2013-07-12 at 05:14 +0430, Moein Sarvi wrote: > >> Hello is there anyway to blacklist an IP address? > > Yes. Step 1: Create your own blacklist. Step 2: Report the IP. Optional > step 3: Create rules in SA to query your blacklist creat

Re: spam problem Centos 6

2013-07-12 Thread Martin Gregorie
On Fri, 2013-07-12 at 10:49 +0200, Dejan Doder wrote: > If service spamassassin is* off* , and I do updates > 10 4 * * * root /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a > /var/log/sa-update.log > > sa-update.cron says> > /usr/bin/sa-update && /etc/init.d/spamassassin *condrestart* > dev/

Re: IP Blacklisting

2013-07-12 Thread Moein Sarvi
I want to use a mechanism that can be done by shell programming to add remove daily IP address automatically my goal is reject some IP addresses and rise up score of some other IP sometimes as well.

Re: IP Blacklisting

2013-07-12 Thread Axb
On 07/12/2013 01:43 PM, Moein Sarvi wrote: I want to use a mechanism that can be done by shell programming to add remove daily IP address automatically my goal is reject some IP addresses and rise up score of some other IP sometimes as well. Google for rbldnsd - this is outside of SA's scope.

Re: Site Training via Redirect to a spam and/or ham mailbox

2013-07-12 Thread W T Riker
On 7/11/2013 9:01 PM, Mike Brown wrote: > W T Riker wrote: >> I suspect someone has already done this somewhere but I can't seem to >> come up with the right key words in my search. I'd like to set up spam >> and ham mailboxes to which all my users can redirect/bounce errors for >> Bayes training f

SpamAssassin with Amavisd-new

2013-07-12 Thread Timothy Murphy
I have Postfix/Dovecot running on my CentOS-6.4 server, and I'm trying to add SpamAssassin through Amavisd. I have followed meticulously the instructions in . As far as I can tell, amavisd and clamav are running, as also is spamd. I have set ok_languages

Re: spam problem Centos 6

2013-07-12 Thread Bowie Bailey
On 7/12/2013 4:49 AM, Dejan Doder wrote: If service spamassassin is*off* , and I do updates 10 4 * * * root /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log sa-update.cron says> /usr/bin/sa-update && /etc/init.d/spamassassin *condrestart* > dev/null after condrestar

Re: SpamAssassin with Amavisd-new

2013-07-12 Thread RW
On Fri, 12 Jul 2013 15:09:10 +0200 Timothy Murphy wrote: > I have Postfix/Dovecot running on my CentOS-6.4 server, > and I'm trying to add SpamAssassin through Amavisd. > I have followed meticulously the instructions in > . > As far as I can tell, amavisd and

Re: SpamAssassin with Amavisd-new

2013-07-12 Thread Martin Gregorie
On Fri, 2013-07-12 at 15:09 +0200, Timothy Murphy wrote: > I have Postfix/Dovecot running on my CentOS-6.4 server, > and I'm trying to add SpamAssassin through Amavisd. > I have followed meticulously the instructions in > . > As far as I can tell, amavisd and

Re: SpamAssassin with Amavisd-new

2013-07-12 Thread Dejan Doder
please send logs to see what is happening BR DEJan On Fri, Jul 12, 2013 at 3:09 PM, Timothy Murphy wrote: > I have Postfix/Dovecot running on my CentOS-6.4 server, > and I'm trying to add SpamAssassin through Amavisd. > I have followed meticulously the instructions in >

Re: spam problem Centos 6

2013-07-12 Thread Dejan Doder
Ok thank you , I solved my problems . It was my mistake , clamsmtp was on and he catched mail before amavisd because of that spam messages are PASSed. BR Dejan On Fri, Jul 12, 2013 at 3:25 PM, Bowie Bailey wrote: > On 7/12/2013 4:49 AM, Dejan Doder wrote: > >> If service spamassassin is*off* ,

Re: SpamAssassin with Amavisd-new

2013-07-12 Thread Bowie Bailey
On 7/12/2013 9:09 AM, Timothy Murphy wrote: I have Postfix/Dovecot running on my CentOS-6.4 server, and I'm trying to add SpamAssassin through Amavisd. I have followed meticulously the instructions in . As far as I can tell, amavisd and clamav are running, a

ok_languages

2013-07-12 Thread Timothy Murphy
When I run spamassin --lint I get the response - [tim@alfred ~]$ sudo spamassassin --lint Jul 12 21:59:15.538 [19228] warn: config: failed to parse, now a plugin, skipping, in "/etc/mail/spamassassin/local.cf": ok_languages en it fr de ga

Re: ok_languages

2013-07-12 Thread darxus
Sounds like you didn't load the plugin (in the right place). There's some related stuff on http://wiki.apache.org/spamassassin/ImproveAccuracy On 07/12, Timothy Murphy wrote: > When I run spamassin --lint I get the response > - > [tim@alfred ~]$ sudo spamassassin -

Re: ok_languages

2013-07-12 Thread Timothy Murphy
On Friday, July 12, 2013 04:42:58 PM dar...@chaosreigns.com wrote: > Sounds like you didn't load the plugin (in the right place). There's some > related stuff on http://wiki.apache.org/spamassassin/ImproveAccuracy Thanks for your response. But in fact I do seem to have the required entry; in /et

Re: ok_languages

2013-07-12 Thread Axb
On 07/13/2013 12:05 AM, Timothy Murphy wrote: - So where do I say now which languages I like? in local.cf ok_locales en this covers all Western European languages.

Re: ok_languages

2013-07-12 Thread Timothy Murphy
On Friday, July 12, 2013 04:42:58 PM dar...@chaosreigns.com wrote: > Sounds like you didn't load the plugin (in the right place). There's some > related stuff on http://wiki.apache.org/spamassassin/ImproveAccuracy I'm beginning to think I don't know what is meant to happen to spam in the CentOS-

Re: ok_languages

2013-07-12 Thread Timothy Murphy
On Saturday, July 13, 2013 12:23:56 AM Axb wrote: > >>> So where do I say now which languages I like? > > in local.cf I assume that in CentOS-6 this means /etc/mail/spamassassin/local.cf which is exactly where I have the ok_languages line. Why then does does "spamassassin --lint" complain -

Re: ok_languages

2013-07-12 Thread Martin Gregorie
On Sat, 2013-07-13 at 00:35 +0200, Timothy Murphy wrote: > On Friday, July 12, 2013 04:42:58 PM dar...@chaosreigns.com wrote: > > > Sounds like you didn't load the plugin (in the right place). There's some > > related stuff on http://wiki.apache.org/spamassassin/ImproveAccuracy > > I'm beginning

Re: ok_languages

2013-07-12 Thread Martin Gregorie
On Sat, 2013-07-13 at 00:45 +0200, Timothy Murphy wrote: > I assume that in CentOS-6 this means > /etc/mail/spamassassin/local.cf > which is exactly where I have the ok_languages line. > > Why then does does "spamassassin --lint" complain > - > [tim@alfred ~]$ sudo