"Let's Encrypt" is an organisation that provides SSL certificates for free in an automated way. While the use is simple on IIS or Apache web servers, on Kerio Connect it is a bit more complicated as it comes with its own web server. Here is how I set it up (there might be other ways, of course, please feel free to add your comments at the bottom of the page).
First, download "letsencrypt-win-simple" from
https://github.com/Lone-Coder/letsencrypt-win-simple
This tool simplifies and automates
Read more [...]
Unfortunately, Kerio has hidden the Webmail mini, starting with version of Kerio Connect 8.2, but it is still there, you just have to use the following URL to login:
https://mail.example.com/webmail/login/?mode=mini
This comes in handy on old browsers or on mobile devices that can't properly display the new Kerio Connect Web Client. The Web Mail mini is using simple HTML.
Find below a list of messages that can appear in the security log of Kerio Connect 8.0 and what they mean:
SMTP Spam attack detected from 85.51.174.157, client closed connection before SMTP greeting
This message only appears if Spam Repellent is switched on. It means that the client (sending mail server) hasn't waited the 25 seconds (or whatever is configured in Spam Repellent) for the SMTP greeting. It closed the connection too early. This is indicative of bot net Spam as normal mail servers would
Read more [...]
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 [...]
My experience with servers, networks and gadgets.