ClearFoundation Tracker - ClearOS
View Issue Details
0000783ClearOSapp-zarafa - Zarafa Enginepublic2012-10-15 15:452013-04-26 19:41
timb80 
user2 
lowfeaturealways
closedfixed 
 
6.4.0 Beta 26.4.0 Beta 2 
0000783: Enable SSL access for Zarafa Server
Mail clients should be able to connect to zarafa-server using SSL (MS Outlook with Windows Zarafa client for example)

Just requires a few steps to copy certificates to the right place on the system

Outlined in docs here
http://doc.zarafa.com/7.1/Administrator_Manual/en-US/html-single/index.html#_ssl_connections_and_certificates [^]

mkdir /etc/zarafa/ssl
chmod 700 /etc/zarafa/ssl
cp /etc/pki/CA/ca-cert.pem /etc/zarafa/ssk/cacert.pem
cp /etc/pki/CA/private/sys-0-key.pem /etc/zarafa/ssl/server.pem
#append cert to key as combined file
cat /etc/pki/CA/sys-0-cert.pem >> /etc/zarafa/ssl/server.pem
#edit /etc/zarafa/server.cfg and change server_ssl_enabled = yes
service zarafa-server restart
service zarafa-licensed restart

Ideally a sync action should occur when the CA or server certs change
No tags attached.
child of 0000929closed user2 Convert clearsync to certificate manager event 
Issue History
2012-10-15 15:45timb80New Issue
2012-10-16 09:38user2Statusnew => confirmed
2012-12-21 08:30dloperNote Added: 0000619
2012-12-21 09:15user2Target Version => 6.4.0 Beta 1
2012-12-21 09:33user2Target Version6.4.0 Beta 1 => 6.4.0 Beta 2
2013-01-10 12:09user2Relationship addedchild of 0000929
2013-01-10 13:00user2Note Added: 0000634
2013-01-10 13:00user2Statusconfirmed => resolved
2013-01-10 13:00user2Fixed in Version => 6.4.0 Beta 2
2013-01-10 13:00user2Resolutionopen => fixed
2013-01-10 13:00user2Assigned To => user2
2013-04-26 19:41user2Statusresolved => closed

Notes
(0000619)
dloper   
2012-12-21 08:30   
See also: http://www.clearcenter.com/support/documentation/clearos_guides/enabling_ssl_access_to_zarafa_using_the_zarafa_outlook_client [^]
(0000634)
user2   
2013-01-10 13:00   
SVN 1008