Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: loejf on September 22, 2007, 08:40:11 PM
-
Hi.
Is it possible somewhere to configure spamassassin to automatic delete spammails after a number of days?
As it were in some contribs in version 6.
Best regards.
-
Is it possible somewhere to configure spamassassin to automatic delete spammails after a number of days?
Yes you can do...
db configuration setprop spamassassin MessageRetentionTime 60
Where 60 is the value you want, then do...
signal-event email-update
The default is 90 days.
-
Thank you.
So if I want only 20 days, will I then use
db configuration setprop spamassassin MessageRetentionTime 20
Best regards
-
Yes
-
Thanks
-
Will this delete the spam's that are in the user's junkmail folders??
Royce
-
Will this delete the spam's that are in the user's junkmail folders??
After the configured number of days. Yes, that's exactly what it does. Does the User Guide not say as much? If so, please open a bug in the Bug Tracker to ask that the Documentation be updated.
-
Hi.
Very strange, since I did this changes to the settings, almost all spam gets through spamassassin??
Does this change make other modifications, I should be aware off?
Best regards
-
Not that I am aware of. Amount of spam varies from time to time. The spammers are always looking for a way to get around anti spam software, and it takes a few days for programs to be updated or learn the new tricks
-
Hmm.
What also was possible earlier, was to add some predefined spamlists, from various sites:
etc. spamcops.org or something like that.
Is that possible then?
Best regards
-
check out http://wiki.qpsmtpd.org/plugins, and do a little searching
documents should be read at least twice.
-
check out http://wiki.qpsmtpd.org/plugins, and do a little searching
No additional plugins are required to use DNS blacklists.
-
At my place the mail is forwarded to an exchange server.
Spam mails are tagged in the subject as ****spam****
Is there a way to delete them on the sme server.
-
regarding this spam thing, I would like to sort incoming spam automatically into the mail box of a 'spam' user. is that possibile?
-
At my place the mail is forwarded to an exchange server.
Spam mails are tagged in the subject as ****spam****
Is there a way to delete them on the sme server.
Run through the commands shown in http://wiki.contribs.org/Email#Setup_Blacklists_.26_Bayesian_Autolearning to configure your server to automatically reject email with a spam score above 12, accept but mark email scored between 4 and 12, and turn on Bayesian auto-learning so that your spam filtering will improve over time (once you've seen 200 "spams" and 200 "hams").
Or, go to http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#E-mail_Filtering and set
"Spam sensitivity" to "Custom"
"Custom spam tagging level" to 4
"Custom spam rejection level" to 12
and
"Modify subject of spam messages" to "Disabled"
Adjust the spam tagging and rejection levels to suit your particular needs.
(but I strongly recommend enabling Bayesian autolearning as originally recommended).
-
regarding this spam thing, I would like to sort incoming spam automatically into the mail box of a 'spam' user. is that possibile?
I have not seen a simple solution to this on SME.
-
Hi, Thanks a lot
Is it possible to see which amout of spam is deleted in logfiles or so?
-
http://wiki.contribs.org/Email_Statistics
You can install bread's contrib to send you daily emails with stats, or you can make sure that 'qplogsumm' is enabled, and view /qpsmtpd/state using 'View log files' in /server-manager.
Or, you can download and run 'qplogtail' to "watch" the qpsmtpd log in real-time.
-
I have not seen a simple solution to this on SME.
there have been multiple methods
http://www.dungog.net/wiki/Dungog-email#Spam_redirect_to_mailbox
charlie provided the neatest
search on .qmail