Changes

From SME Server
Jump to navigationJump to search
1,869 bytes added ,  13:55, 29 June 2016
Line 1: Line 1:  
{{Languages|Zarafa}}
 
{{Languages|Zarafa}}
 
{{Level|advanced}}
 
{{Level|advanced}}
 +
{{Note box|
 +
'''This wiki page is specific to SME7 only.'''
    +
'''There is a separate wiki page on how to manually install Zarafa 7.x on SME8 [[Zarafa on SME8]].'''
 +
 +
'''There is a separate wiki page with a ''fully automated'' install of Zarafa 7.1.x on SME9 that utilizes the unix plugin [[Zarafa on SME 9]].'''
 +
}}
 +
{{usefulnote}}
 
===Maintainers===
 
===Maintainers===
 
Darrell May
 
Darrell May
Line 33: Line 40:  
  tar -zxvf zarafa-6.*.tar.gz
 
  tar -zxvf zarafa-6.*.tar.gz
 
  yum localinstall libvmime-0*.rpm libical-0*.rpm zarafa-6*.rpm zarafa-webaccess-*.rpm zarafa-licensed-*.rpm
 
  yum localinstall libvmime-0*.rpm libical-0*.rpm zarafa-6*.rpm zarafa-webaccess-*.rpm zarafa-licensed-*.rpm
+
 
 +
This will also install as a dependency: ''sysstat''
 
{{Note box| You have to enable InnoDB support in MySql in order to get zarafa-server running, for information on how to do so, see [[MySQL#Enable_InnoDB_engine]]}}
 
{{Note box| You have to enable InnoDB support in MySql in order to get zarafa-server running, for information on how to do so, see [[MySQL#Enable_InnoDB_engine]]}}
    
==== smeserver-zarafa ====
 
==== smeserver-zarafa ====
   −
{{Note box| This is a beta release. Possibly for production servers after testing with per user settings first.
+
{{Note box| This is an alpha release. Possibly for production servers after testing with per user settings first.
    
You select 'per user' or 'globally' where you want mail delivered via db entries. Default leaves mail going to users ~/Maildir.
 
You select 'per user' or 'globally' where you want mail delivered via db entries. Default leaves mail going to users ~/Maildir.
Line 46: Line 54:  
Install a fresh SME 7.4 test server and perform the following:
 
Install a fresh SME 7.4 test server and perform the following:
   −
  yum install smeserver-zarafa --enablerepo=smecontribs
+
  yum install smeserver-zarafa --enablerepo=smedev
 
  config setprop zarafa-licensed status disabled #GPL version only
 
  config setprop zarafa-licensed status disabled #GPL version only
 +
 +
{{Note box|If you installed the GPL version only (without outlook support), you need to create the (empty) file '/var/log/zarafa/licensed.log'. This file is required in all cases. Without this file (and using the GPL non-Outlook version), the Zarafa configuration panel in server manager will not be displayed.}}
 +
    
After rpm install execute the following:
 
After rpm install execute the following:
Line 108: Line 119:     
=====Thunderbird=====
 
=====Thunderbird=====
 +
It seems that in the latest Thunderbird versions security tightened and Thunderbird will simply reject Self Signed Certificates when you try to connect to a (remote) SME Server on secure ports.
 +
You first must add all the secure services ports to the security exceptions of Thunderbird under:
 +
* tools->options->advanced->certificates->view certificates->Add Exception
 +
and add your server address INLCUDING the specific port number of the service for EACH of the service-ports!
 +
 +
The format must be:
 +
https://yourserver.com:8993 (for IMAPS)
 +
https://yourserver.com:465 (SMTP)
 +
https://yourserver.com:8089 (Caldav)
 +
etc. etc
 +
 +
After accepting the self signed certificate for each service-port, you then can add an new email account and the Self Signed Certificate will not be rejected and you normally accept or install it like any other certificate.
 +
    
The Thunderbird client uses its own Trash folder, not the Zarafa "Deleted Items" folder,  
 
The Thunderbird client uses its own Trash folder, not the Zarafa "Deleted Items" folder,  
Line 142: Line 166:  
|{{Hl3}}|'''Calendar'''
 
|{{Hl3}}|'''Calendar'''
 
|-
 
|-
|<nowiki>http://server:8089/ical/</nowiki>
+
|<nowiki>https://server:8089/ical/</nowiki>
 
|user's own default calendar via ical (not recommended)
 
|user's own default calendar via ical (not recommended)
 
|-
 
|-
|<nowiki>http://server:8089/caldav/</nowiki>
+
|<nowiki>https://server:8089/caldav/</nowiki>
 
|user's own default calendar
 
|user's own default calendar
 
|-
 
|-
|<nowiki>http://server:8089/caldav/<other-user></nowiki>
+
|<nowiki>https://server:8089/caldav/<other-user></nowiki>
 
|0ther-user's calendar
 
|0ther-user's calendar
 
|-
 
|-
|<nowiki>http://server:8089/caldav/<user>/<calendar></nowiki>
+
|<nowiki>https://server:8089/caldav/<user>/<calendar></nowiki>
 
|user's self created calendar in user's (own) store
 
|user's self created calendar in user's (own) store
 
|-
 
|-
|<nowiki>http://server:8089/caldav/<user>/<calendar>/<subcal></nowiki>
+
|<nowiki>https://server:8089/caldav/<user>/<calendar>/<subcal></nowiki>
 
|user's self created subcalendar in a self created calendar
 
|user's self created subcalendar in a self created calendar
 
|-
 
|-
|<nowiki>http://server:8089/caldav/public/<calendar>/</nowiki>
+
|<nowiki>https://server:8089/caldav/public/<calendar>/</nowiki>
 
|calendar folder in the public folder
 
|calendar folder in the public folder
 
|-
 
|-
 
|colspan="2" {{Hl3}}|'''URL For MAC OSX ical client'''
 
|colspan="2" {{Hl3}}|'''URL For MAC OSX ical client'''
 
|-
 
|-
|<nowiki>http://server:8089/caldav/</nowiki>
+
|<nowiki>https://server:8089/caldav/</nowiki>
 
|User's calendar list
 
|User's calendar list
 
|-
 
|-
|<nowiki>http://server:8089/caldav/<other-user></nowiki>
+
|<nowiki>https://server:8089/caldav/<other-user></nowiki>
 
|Other-users calendar list
 
|Other-users calendar list
 
|-
 
|-
|<nowiki>http://server:8089/caldav/public</nowiki>
+
|<nowiki>https://server:8089/caldav/public</nowiki>
 
|Public folders list
 
|Public folders list
 +
|-
 +
|{{Hl3}}|'''URL'''
 +
|{{Hl3}}|'''Tasks'''
 +
|-
 +
|-
 +
|<nowiki>https://server:8089/caldav/<user>/tasks</nowiki>
 +
|user's default tasks list. '''ONLY WITH Zarafa 6.40.2 or newer !!'''
 
|-
 
|-
 
|}
 
|}
Line 275: Line 306:  
In certain cases, it is interessant to restore only zarafa database backup (ie update issue). This is done following those steps :
 
In certain cases, it is interessant to restore only zarafa database backup (ie update issue). This is done following those steps :
 
*stopping zarafa server
 
*stopping zarafa server
  /etc/rc.d/init.d/zarafa-server-stop
+
  /etc/rc.d/init.d/zarafa-server stop
 
*deleting all tables currently into zarafa database
 
*deleting all tables currently into zarafa database
 
  mysql zarafa -e "show tables" | grep -v Tables_in | grep -v "+" | \
 
  mysql zarafa -e "show tables" | grep -v Tables_in | grep -v "+" | \
Line 298: Line 329:  
Zarafa: use their forum for zarafa specific bug reporting, http://forums.zarafa.com/
 
Zarafa: use their forum for zarafa specific bug reporting, http://forums.zarafa.com/
    +
 +
 +
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-zarafa|noresultsmessage="No open bugs found."}}
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Groupware]]
 
[[Category: Groupware]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,240

edits

Navigation menu