Difference between revisions of "Talk:Zarafa"

From SME Server
Jump to navigationJump to search
(smeserver-zarafa now in smetest)
Line 1: Line 1:
*Stephen, is the installation of your smeserver-zarafa package from the smedev repo correct? yum can't find it there --[[User:Jester|jester]] 01:32, 21 December 2008 (UTC)
 
 
 
 
===note to contributors===
 
===note to contributors===
Please put you suggestions on the main page, we don't want to create a parallel page of instructions. If in doubt, add a pointer to the Talk page and expand
+
If you can advise on standard configuration, please make it a bug so it is added to the rpm
 
 
If you can advise on standard configuration, make it a bug so it is added to the rpm
 
 
 
  
 
===Bugs===
 
===Bugs===
 
[http://bugs.contribs.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=SME+Contribs&component=smeserver-zarafa&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&field0-0-0=noop&type0-0-0=noop&value0-0-0=Open Search all bugs] for smeserver-zarafa at bugs.contribs.org for history
 
[http://bugs.contribs.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=SME+Contribs&component=smeserver-zarafa&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&field0-0-0=noop&type0-0-0=noop&value0-0-0=Open Search all bugs] for smeserver-zarafa at bugs.contribs.org for history
 
 
===Additional Notes===
 
Darrell, I have installed Zarafa manually using custom-templates/db settings and have most everything working flawlessly including the Outlook plugin, and z-push to a WM6 device and I am EXTREMELY impressed.  I have a desktop, laptop and my Samsung i760 in perfect sync.  The z-push actually "pushes" and emails, calendar, contact changes happen almost instantaneously.
 
 
I have a couple of pointers if you are still working on this project.
 
 
I notice you use the "db" setting for your users.  I found the unix plugin a superb tool.  It automatically adds all system users and keeps them in sync including password changes and user additions/deletions.  It works on the fly.  The only drawback is the fact SME uses weird user/group numbering so you have to include users from 5000 up and then exclude all groups by configuring uniz.cfg to a high range like 10001-10001.  I also did not include admin as one of the users due to the limitations on how the unix plugin handles users/groups.
 
 
1- I also placed a rewrite rule to force https.
 
RewriteRule ^/Microsoft-Server-ActiveSync(/.*|$)    https://%{HTTP_HOST}/Microsoft-Server-ActiveSync$1 [L,R]
 
  
 
===ports===
 
===ports===
Line 26: Line 9:
 
  fyi, zarafa db defaults in *-0.9.0-16
 
  fyi, zarafa db defaults in *-0.9.0-16
 
  lowercase are not set, the fragment has the default
 
  lowercase are not set, the fragment has the default
  (SSL) are opened if service is enabled  
+
  (SSL) are opened if service is enabled (and access is public?)
 
    
 
    
 
  zarafa-server tcpport 236
 
  zarafa-server tcpport 236

Revision as of 09:44, 21 December 2008

note to contributors

If you can advise on standard configuration, please make it a bug so it is added to the rpm

Bugs

Search all bugs for smeserver-zarafa at bugs.contribs.org for history

ports

fyi, zarafa db defaults in *-0.9.0-16
lowercase are not set, the fragment has the default
(SSL) are opened if service is enabled (and access is public?)
 
zarafa-server tcpport 236
zarafa-server TCPPort 237 (SSL)

zarafa-gateway pop3port   110
zarafa-gateway pop3sport  995
zarafa-gateway imapport   143
zarafa-gateway imapsport  993
zarafa-gateway TCPPort 995,993 (SSL) 

zarafa-ical icalport 8088
zarafa-ical TCPPort 8089 (SSL)

#sme ports were changed to, and disabled 

/sbin/e-smith/config setprop pop3 TCPPort 8110 
/sbin/e-smith/config setprop pop3s TCPPort 8995 
/sbin/e-smith/config setprop imap TCPPort 8143 
/sbin/e-smith/config setprop imaps TCPPort 8993