|
How to upgrade IMAP SSLv2 to v3
Hi Guys
A port scan of port 993 shows that my IMAP server is running the port through SSL v2. How do I upgrade this to SSL v3 and will this impact on existing settings.
imapd.conf reads:
hashimapspool: 1
sasl_mech_list: PLAIN
configdirectory: /var/lib/imap
admins: cyrus
sievedir: /var/lib/imap/sieve
sasl_pwcheck_method: saslauthd
tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt
tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem
autocreatequota_units: 1048576
sendmail: /usr/sbin/sendmail
partition-default: /var/spool/imap
tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem
How do I configure IMAP to use TLS or SSLv3 and disable sslv2?
Regards
Last edited by i_nomad; 07-04-2008 at 04:42 AM.
|