Changes

Jump to navigation Jump to search
77 bytes removed ,  12:23, 20 December 2008
update
Line 38: Line 38:  
{{Warning box|This is an alhpa release. Beware. For non-production testing only.}}
 
{{Warning box|This is an alhpa release. Beware. For non-production testing only.}}
   −
Darrrels rpm, favours db method, co exist with horde
+
Darrrels rpm, favours db method, co exist with horde [the rest of the wiki refers to stephens rpm]
 
  http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/ > smeserver-zarafa-0.9-XX.noarch.rpm
 
  http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/ > smeserver-zarafa-0.9-XX.noarch.rpm
 
  yum localinstall smeserver-zarafa-0.9-XX.noarch.rpm
 
  yum localinstall smeserver-zarafa-0.9-XX.noarch.rpm
Line 45: Line 45:  
  yum install smeserver-zarafa --enablerepo=smedev
 
  yum install smeserver-zarafa --enablerepo=smedev
   −
After rpm install executing two action scripts _should_ get you started:
+
Choose which Authentication method, db, unix or ldap
 +
: http://bugs.contribs.org/show_bug.cgi?id=4869#c3
 +
 
 +
Run the install scripts
    
  /etc/e-smith/events/actions/zarafa-install
 
  /etc/e-smith/events/actions/zarafa-install
   −
After creating a user on SME, create a zarafa account and redirect mail to zarafa with
+
With the db method, First create a user on SME, then create a zarafa account
    
  /etc/e-smith/events/actions/zarafa-create-user
 
  /etc/e-smith/events/actions/zarafa-create-user
Line 55: Line 58:  
===Usage===
 
===Usage===
 
Note, Mail is sent to zarafa, and NOT the users ~/Maildir  
 
Note, Mail is sent to zarafa, and NOT the users ~/Maildir  
 +
 +
SME pop, imap and horde webmail is disabled
 +
 +
Standard mail ports are used by Zarafa
    
====Webmail====
 
====Webmail====
Line 76: Line 83:     
====IMAP====
 
====IMAP====
To access mail in Zarafa with an email client, configure your IMAP client to use port 144, or 944 for IMAPS
  −
  −
It's possible to use the standard IMAP ports of 143 and 993 if you edit gateway.conf and disable SME's IMAP
  −
   
The Thunderbird client uses its own Trash folder, not the Zarafa "Deleted Items" folder. This can be changed by editing the prefs.js profile file. See this Mozilla how-to [http://kb.mozillazine.org/IMAP_Trash_folder] for details.
 
The Thunderbird client uses its own Trash folder, not the Zarafa "Deleted Items" folder. This can be changed by editing the prefs.js profile file. See this Mozilla how-to [http://kb.mozillazine.org/IMAP_Trash_folder] for details.
 
  user_pref("mail.server.server5.name", "zac@232.net");
 
  user_pref("mail.server.server5.name", "zac@232.net");
Line 89: Line 92:  
To access the calendar functions with an iCal client eg, Thunderbird and Lighting
 
To access the calendar functions with an iCal client eg, Thunderbird and Lighting
   −
in Tbird/Lightning > New Calendar > on network > ical > http://<domain>:8080/ical/<user>/calendar/
+
in Tbird/Lightning > New Calendar > on network > ical > http://<domain>:8088/ical/<user>/calendar/
    
8080 may change see /etc/zarafa/gateway.cfg
 
8080 may change see /etc/zarafa/gateway.cfg
Line 135: Line 138:  
  </Directory>
 
  </Directory>
   −
Expand the template:
+
Expand and restart
  # expand-template /etc/httpd/conf/httpd.conf
+
  expand-template /etc/httpd/conf/httpd.conf
 
+
  sv restart httpd-e-smith
Restart httpd (the currently for Zarafa only save way):
  −
  # sv restart httpd-e-smith
      
=====SSL Synchronization with Windows Mobile devices=====
 
=====SSL Synchronization with Windows Mobile devices=====
Line 196: Line 197:  
http://wiki.contribs.org/Imapsync
 
http://wiki.contribs.org/Imapsync
   −
Perform a user mail sync from SME/IMAP (host1/port1) to Zarafa/IMAP (host2/port2)
+
Perform a user mail sync from SME/IMAP (host1/port1) to Zarafa/IMAP (host2/port2) [NOTE, ports have changed]
    
  imapsync --noauthmd5 --host1 localhost --port1 143 --user1 <username> --password1 <password> --sep2 / --prefix2 "" --host2 localhost --port2 144 --user2 <username> --password2 <password>
 
  imapsync --noauthmd5 --host1 localhost --port1 143 --user1 <username> --password1 <password> --sep2 / --prefix2 "" --host2 localhost --port2 144 --user2 <username> --password2 <password>

Navigation menu