First Pilsen Hackathon

What has in common a chateau from the 16th century with a bunch of geeks? At first look probably nothing, but if come closer to the door of the original baroque castle, you will meet people who came here to program and quite possibly even learn something new. Technical presentations, great people and a good mood. Welcome to the first Pilsen hackathon.

read more

Antivirus SDK: How to configure plugin options through Administration API

When creating an antivirus plugin you would probably need some config option to setup as described in SDK documentation.

Take a look on sample implementation. There is a list of options.

avir_plugin_config plugin_config[] = {
{"Option 1", "0"},
{"Option 2", "a string"},
{"", ""} // mandatory terminating pair of two empty strings
};

read more

Introducing Antivirus SDK for Kerio products

Today we introduce the Antivirus SDK for Kerio Connect and Kerio Control.

Antivirus Commoditization

During the past years, we've seen decreasing usage of third-party antivirus solutions with our products. Even the most popular hardly reach 2% today, while majority of our customers uses the integrated antivirus powered by Sophos. As the differences between antivirus solutions diminish, simplicity and stability of the integrated solution trump.

read more

Track Version On All Your Kerio Installations

As you probably know Kerio API is not designed only for managing some stuff but is also great for couple of other things, such as for tracking version on all your Kerio installations.
How? Let's take a closer look.

Here at Kerio we use an application for this purpose running as mashup code on Kerio Workspace. It simply periodically asks servers running all across Kerio offices around the world. Yes! We use the API.

read more

Introducing Kerio APIs Client Library for PHP version 1.2

Based on your feedback, we are proud to introduce a new release of Kerio APIs Client Library for PHP which contains a brand new technical demonstration of how to use another piece of the Kerio APIs - Kerio Connect Client.

Please note that this Kerio Connect client API is currently under development and might change in the future.

read more

Kerio API at the University

College life. Exams and tests. Collecting credit hours and biting through a load of everyday issues. But also challenges, building up practice and inviting experiences!

Kerio has been searching for new talents all the time. Thanks to our great relationship with the ZCU Plzen (University of West Bohemia in Pilsen). We have been cooperating with students on many projects, including thesis on regular basic. It makes it easier for students to jump-start their career in Kerio.

read more

Administration API: How to create a search query

To get some items from the server, use a <Interface>.get request. It returns a list of items and total number of items without dependency on condition that limits the output. The following examples should help you to understand how to create a search query by using Kerio APIs Client Library for PHP.

Here is the basic form of the <Interface>.get request to obtain a list of items (Users.get, MailingLists.getMlUserList, Resources.get, Domains.get, Content.getCustomRuleList,..).

read more

Openness and Kerio Unity

Developer Zone, Administration API, Kerio Directory... what do they have in common? It is openness, a quality I prefer both as a programmer and as a human, and a quality that we want to deliver with our products.

Kerio products have always been well-known for being open - supporting a number of platforms and protocols, and allowing you to run them with various clients, devices and third-party applications. Even though it's not always the easiest way, we believe it brings value to our customers and partners, and thus it's simply the right thing to do.

read more

Pages

ariwillnotletyoupass