Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: Stuart on October 27, 2011, 07:27:55 AM
-
SME appears not to utilize Spamassassin's cutoff level. Is it possible to implement this using a template fragment?
-
I think you'll find that you can set a cutoff if you select "custom" in the Spamassassin Server manager panel.
-
Many of the powerful spam fighting tools included in SME are disabled by default, in order to encourage admins to be intentional about their use :
http://wiki.contribs.org/Email#Default_Plugin_Configuration
I recommend reading the Sonoracomm spam filter howto:
http://wiki.contribs.org/Email#The_Sonora_Communications_.22Spam_Filter_Configuration_for_SME_7.22_howto
At a minimum, I would enable:
- spamassassin
- dnsbl (default server settings may be too strict)
- rhsbl (default server settings may be too strict)
- bayesian auto-learning
-
Brian,
I do not see cut off level on my server (7.4), I have a screen shot but I can't attach it (not enough posts?).
Here's a crude list of what I have set.
Virus scanning Enabled
Spam filtering Enabled
Spam sensitivity
Custom spam tagging level 5
Custom spam rejection level 20
Sort spam into junkmail folder Disabled
Modify subject of spam messages Enabled
As you can see, it has tag and rejection but no cut off.
mmccarn,
I have been through that, I'm happy with my filtering setup. Nowhere in that documentation does it mention cutoff. It only deals with rejecting mail.
-
You'd better explain what you mean by "cutoff" in that case.
-
Sorry, my mistake. Cutoff level is a feature in the Amavis milter, which I use on non-SME servers. It is not part of Spamassassin. You set it to something like cutoff level 100 and any email that scores that high simply gets dropped, no bounce/reject/DSN messages.
That explains why I can't find it! Sorry about that.
Now, where do I go to request features?
-
Sorry, my mistake. Cutoff level is a feature in the Amavis milter, which I use on non-SME servers. It is not part of Spamassassin. You set it to something like cutoff level 100 and any email that scores that high simply gets dropped, no bounce/reject/DSN messages.
That explains why I can't find it! Sorry about that.
Now, where do I go to request features?
How is that really different from the rejection level?
-
How is that really different from the rejection level?
No DSN is sent.
-
Not sure I understand why that is important.
I suspect Unless Spamassassin itself provides that facility (which I think it does not), then it is unlikely to get "added" to SMEServer.
You can try all the same, request for new faciities are handled through the bugzilla:
http://bugs.contribs.org/
You'll need to register, please post a link to your request here as well.
-
Stuart: install smeserver-wbl contrib.. you can "blacklist" email addresses wia spamassassin (i.e. no bounce)
you can also create custom spamassassin rules.. search google for syntax and the dev's manual for template/fragments tutorial
finally, I remember a procmail panel to create procmail rules based on sender, headers ecc.. but now I don't remember the name of it
-
finally, I remember a procmail panel to create procmail rules based on sender, headers ecc.. but now I don't remember the name of it
smeserver-mailsorting
-
Guys, I have wbl installed. It sends a DSN.
mailsorting looks like the way to go. I'm installing it now.
Thanks to all of you for your input.