Author Topic: EBox + Zarafa + Outlook 2003  (Read 9099 times)

obimichael

  • Zen Monk
  • **
  • Posts: 60
  • Karma: +3/-0
    • View Profile
EBox + Zarafa + Outlook 2003
« on: December 25, 2010, 01:40:24 am »
How to connect Outlook 2003 with Zarafa Groupware on Ebox

* Create Zarafa Groupware EBox - Service
1.) Add new Service with (for example) Name Zarafa-Groupware
2.) Add Port 236 to Service
3.) Add Port 237 to Service

* Add Service to Firewall
1.) Goto Firewall -> Packet Filter and select "Filtering rules from internal networks to Zentyal"
2.) Add Service Zarafa-Groupware

* Bind Address 0.0.0.0
1.) Open Terminal on server (or connect with Putty to your server)
2.) sudo nano /usr/share/ebox/stubs/zarafa/server.cfg.mas
3.) locate line server_bind=127.0.0.1
4.) change to: server_bind=0.0.0.0

* Install Zarafa licensed Server
1.) Try: sudo apt-get install zarafa-licensed

if this is not working:
!!Please take a look to Post #4!!

1.) Download the correct Zarafa Version at http://download.zarafa.com/community/final/
2.) 2010-12: http://download.zarafa.com/community/final/6.40/6.40.3-23410/zcp-6.40.3-23410-ubuntu-10.04-i386-free.tgz
3.) unpack file zarafa-licensed_6.40.3-23410_i386.deb
4.) dpkg --unpack zarafa-licensed_6.40.3-23410_i386.deb
5.) there are 3 files to rename
goto Directory /etc/init.d/ -> mv zarafa-licensed-dpkg-new zarafa-licensed
goto Directory /etc/zarafa/  -> mv licensed.cfg.dpkg-new licensed.cfg
goto Directory /etc/defaults/ -> mv zarafa-licensed-dpkg-new zarafa-licensed
6.) Start Zarafa License Server: /etc/init.d/zarafa-licensed start

*Configure Outlook
Sorry, this is in german, but I have no english version of outlook
   1.) Download & Install http://download.zarafa.com/community/final/6.40/6.40.4-24200/windows/zarafaclient.msi
   2.) Extras → Email-Konten → Neues E-Mail Konto hinzufügen
   3.) Additonal Servertypes (??)
   4.) Zarafa 6 Server
   5.) Server: IP-Address of your Server
   6.) Port: 236 or 237 for https
   7.) Username: Username on Ebox
   8.) Password: Password on Ebox
   9.)  Connectiontype (??): Online

* To-Do
1.) Zarafa-Licensed-Server will not start at startup, so I have to add "zarafa-licensed start" to the start script
2.) updates are broken

Regards
Michael


« Last Edit: January 10, 2011, 01:22:30 pm by obimichael »

sixstone

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1417
  • Karma: +26/-0
    • View Profile
    • Sixstone's blog
Re: EBox + Zarafa + Outlook 2003
« Reply #1 on: December 28, 2010, 09:44:19 am »
Thanks very much for sharing this with us!

Best,
My secret is my silence...

albatroz

  • Zen Monk
  • **
  • Posts: 68
  • Karma: +1/-0
    • View Profile
Re: EBox + Zarafa + Outlook 2003
« Reply #2 on: December 30, 2010, 05:35:22 pm »
Do these instructions work well?

obimichael

  • Zen Monk
  • **
  • Posts: 60
  • Karma: +3/-0
    • View Profile
Re: EBox + Zarafa + Outlook 2003
« Reply #3 on: January 03, 2011, 10:28:21 am »
Hi!
This instructions work, BUT I could not install any updates after that. Because the packet manager said, that the installation was not correct.

So I deinstalled the package and did the following:

* Install Zarafa licensed Server
   1.  dpkg-deb -x {deb-package name} /tmp
   2.  copy files
          *  sudo cp zarafa-licensed /usr/bin/zarafa-licensed
          *  sudo cp zarafa-licensed /etc/init.d/zarafa-licensed
          *  sudo cp licensed.cfg /etc/zarafa/licensed.cfg
          *  sudo cp zarafa-licensed /etc/defaults/zarafa-licensed

I'm not sure if all files i needed are in this list, because I'm not sure if every file was deleted with the deinstallation of the package before.

Regards
Michael
« Last Edit: January 05, 2011, 09:13:37 am by obimichael »