Category Archives: Kerio Mail Server

Kerio Connect: Some sample Sieve Filter Rules

In Kerio Connect, the filtering of personal mails is based on the filter language Sieve. As I didn't find many good samples in the Web, find below some interesting ones. I will update when I have new ones: if allof ( header :contains "Subject" ["rma *","* rma","* rma *","rma"], address :all :contains "Cc" "[email protected]") { fileinto "RMA"; keep; } This copies any mails to the folder RMA that match the following criteria: The subject of the mail contains the word RMA and the mail has [email protected] Read more [...]

Kerio Connect: Enabling DCC on Spam Assassin

KMS (Kerio Mail Server) comes with the Spamassassin spam protection. Although not officially supported by Kerio, you can change spamassassin by modifying the spamassassin rules and config files. On Windows, all the important files are in C:\Program Files\Kerio\MailServer\plugins\spamassassin\rules Before you change anything, you should definitely backup all files in this directory! The .cf files contain the rules and the scores. They are plain text and you can change them, but you have to Read more [...]