Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: Alex Schaft on February 25, 2013, 08:28:57 AM

Title: Configuring pop3s with cacert
Post by: Alex Schaft on February 25, 2013, 08:28:57 AM
Hi,

Does pop3s use the modSSL config as well? I've installed a certificate from cacert, as well as the intermediary certificate in text, as plain text, and have my setup as follows:

[root@mail ssl.crt]# config show modSSL
modSSL=service
    CertificateChainFile=/home/e-smith/ssl.crt/cacert.crt
    CipherSuite=HIGH:!SSLv2
    TCPPort=443
    access=public
    crt=/home/e-smith/ssl.crt/quicksoftware.co.za.crt
    key=/home/e-smith/ssl.key/quicksoftware.co.za.key
    status=enabled

Using http://www.digicert.com/help/, The web server verifies fine, but I get a non trusted error when connecting to port 995. Is there anything else I need to set?

Thanks