Koozali.org: home of the SME Server

ultimate spam filter solution

Offline jvels

  • ***
  • 130
  • +0/-0
    • http://vels.dk
ultimate spam filter solution
« on: November 10, 2006, 12:09:18 PM »
Hi

I have search the forum for spam filter solution.

I have found this thing:

- Some Image OCR (FuzzyOcrPlugin)
- Learning filter
- Spam bases like ordb.org

Can someone there have overview, tell my what rpm's / recipe I schould use to the best spam solution on my SME server?

Best Regrads
Jesper Vels
Denmark

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
ultimate spam filter solution
« Reply #1 on: November 10, 2006, 12:49:18 PM »
Did you check the wiki.

I use spamassasin and bayesan filter ant they work fine.
"It should just work" if it doesn't report it. Thanks!

Offline jvels

  • ***
  • 130
  • +0/-0
    • http://vels.dk
ultimate spam filter solution
« Reply #2 on: November 10, 2006, 12:52:50 PM »
Hello

I have tryed the wiki, but can't finde any thing about the bayesan filter (and a solution to install / run them)

Best regrads
Jesper Vels
Denmark

Offline raem

  • *
  • 3,972
  • +4/-0
ultimate spam filter solution
« Reply #3 on: November 10, 2006, 01:43:36 PM »
jvels

Learn to use the search link at the top of this forum page.
Search these forums on Bayes & Bayesian for so many posts and scripts to use.
...

Offline jvels

  • ***
  • 130
  • +0/-0
    • http://vels.dk
ultimate spam filter solution
« Reply #4 on: November 10, 2006, 01:47:34 PM »
I have used the search link  :D

- I found a script but the script file link are dead.
- A post with a rpm.
- Found aanother script

I post the topice, because I would hear other peoples experience, and what they are using.

But Im sorry if "spam" the forum, that not my meaning. Sorry

Offline mmccarn

  • *
  • 2,626
  • +10/-0
ultimate spam filter solution
« Reply #5 on: November 10, 2006, 05:34:28 PM »
Here's another thread on this: http://forums.contribs.org/index.php?topic=33824.0

The link for Micheal Weinberger's rpm that sets up Bayesian filtering is still good.

The link for Sonoracomm's SME SpamFilter Howto works, and gives more options than simply installing Michael W's rpm.

Offline jvels

  • ***
  • 130
  • +0/-0
    • http://vels.dk
ultimate spam filter solution
« Reply #6 on: November 11, 2006, 10:39:14 AM »
Hello

I try the stat scripts, but get this error when I try to run the stat manual
Code: [Select]
[root@velsserver cron.d]# perl /usr/bin/spamfilter-stats-7.pl /var/log/qpsmtpd/*.s /var/log/qpsmtpd/current
Can't open /var/log/qpsmtpd/*.s: No such file or directory at /usr/bin/spamfilter-stats-7.pl line 216.


I have found the command in the cron file for mailstat.

I want stat for every 5 min some have ideas / a hack to det this?

Offline mmccarn

  • *
  • 2,626
  • +10/-0
ultimate spam filter solution
« Reply #7 on: November 11, 2006, 05:26:19 PM »
Try this instead:

perl /usr/bin/spamfilter-stats-7.pl /var/log/qpsmtpd/*

The log files obtain a ".s" extension if they rotate without errors.  If there is any sort of error, they get a ".u" extension, and if you haven't received enough email to generate at least 5MB of log data there will be no files of either type.

Also, for the mailstats to work correctly you have to have your qpsmtpd log level set to 8.  You can check this with:

config getprop qpsmtpd LogLevel

LogLevel was set to a lower value in one of the SME 7 RC versions, then set back to 8 when SME 7 final was released.  If you started with an RC version and upgraded it might have stayed at the lower level.