This article contains modification of configuration file so it is needed to restart Kerio MailServer service.
- Stop Kerio MailServer service
- Open configuration file mailserver.cfg located in following directory by default:
- C:\Program Files\Kerio\MailServer on Microsoft Windows system.
- /opt/kerio/mailserver on Linux based system.
- /usr/local/kerio/mailserver on Mac OS X based system.
- Locate following option in the Security section of the configuration file:
<variable name="EnableSSLv2">1</variable>
- Change its value to "0" as follows:
<variable name="EnableSSLv2">0</variable>
- Save configuration file and start Kerio MailServer service
Now is SSLv2 support disabled for Kerio MailServer service.
Note: Some email clients may not support SSLv3 and may fail to connect to Kerio MailServer due to SSL version incompatibility.