Koozali.org: home of the SME Server

Zarafa on ver8

guest22

Re: Zarafa on ver8
« Reply #15 on: July 16, 2012, 10:17:41 AM »
Copied the 'frifri how-to' (dated July 16th 10:00hrs GMT+1) over to the contribs.org wiki

http://wiki.contribs.org/Zarafa_on_SME8

Requesting a wiki account on contribs.org is easy:

http://wiki.contribs.org/Help:Contents

Offline frifri

  • *
  • 108
  • +0/-0
Re: Zarafa on ver8
« Reply #16 on: July 16, 2012, 06:58:20 PM »
Erykwol,

When using the DB-plugn, there is a password-plugin for webaccess (every zarafa-user can change his password in zarafa-webacces) : https://community.zarafa.com/pg/plugins/project/157/developer/dw2412/passwd-plugin

After installation : in /var/lib/zarafa-webaccess/plugins/passwd/dialogs/pwdchange.php, change this line :

Code: [Select]
$passwd_cmd = "/usr/local/bin/zarafa-passwd -u %s -o %s -p %s";

to this :

Code: [Select]
$passwd_cmd = "/usr/bin/zarafa-passwd -u '%s' -o '%s' -p '%s'";

This seems to work

More information : https://forums.zarafa.com/showthread.php?3111-passwd-plugin/page4

Hope this helps your problem

F.

guest22

Re: Zarafa on ver8
« Reply #17 on: July 22, 2012, 12:43:22 PM »
@frifri, would it be possible for you to request a contribs.org wiki account and continue your efforts on that wiki please? It would be best if there was one wiki source only.

TIA!!

ps. Tested your how-to and it simply works, good Job!! Now all we need is a RPM master ;-)

guest22

Re: Zarafa on ver8
« Reply #18 on: July 28, 2012, 11:44:13 PM »
@frifi

Thanks so much for maintaining zarafa on SME8 on the contribs.org wiki

http://wiki.contribs.org/Zarafa_on_SME8


Merci bien!

Offline girkers

  • *
  • 296
  • +0/-0
    • gk computer services
Re: Zarafa on ver8
« Reply #19 on: January 06, 2013, 02:45:11 AM »
I want to thank you for the wiki as well, just some feedback, the latest version no longer includes the Indexer, it has been replaced with the search package. Also we need a later php53-mapi to get z-push to work properly, the webapp works with the current package however you cannot sync with a mobile device.

Just a heads up and thanks.

Offline newburns

  • *
  • 345
  • +0/-0
  • A good plumber, noob developer
    • Mt. Rose MEdia
Re: Zarafa on ver8
« Reply #20 on: January 11, 2013, 07:30:07 AM »
Epel GPG KEY url is deprecated. Please use the new url from http://wiki.contribs.org/Epel
SME 8.0
Quad 6600
8gb DDR2 800
8 TB RAID 5
Dual Gigabit NIC
I Still Don't KNOW WHAT I AM DOING. Please, don't assume I know anything about Linux or Centos, I just know hardware

Offline frifri

  • *
  • 108
  • +0/-0
Re: Zarafa on ver8
« Reply #21 on: February 20, 2013, 01:28:20 PM »
There is an updated howto on http://wiki.contribs.org/Talk:Zarafa_on_SME8

When enabling 'epel-testing', you can install the php53-mapi.rpm for 7.0.12 and upgrade to z-push 2.0.7 (new installation script !).
Version 1.3 of the Webapp can be installed too.

Works for me.

F.



guest22

Re: Zarafa on ver8
« Reply #22 on: February 21, 2013, 01:20:32 AM »
There is an updated howto on http://wiki.contribs.org/Talk:Zarafa_on_SME8

Thank you for your efforts, very well done!

Offline girkers

  • *
  • 296
  • +0/-0
    • gk computer services
Re: Zarafa on ver8
« Reply #23 on: February 21, 2013, 03:34:17 AM »
Is there a reason for sticking with the 7.0 series instead of moving to the 7.1 verion?

I am running 7.1.2 now and have no issues once I updated the mapi library.

Offline frifri

  • *
  • 108
  • +0/-0
Re: Zarafa on ver8
« Reply #24 on: February 21, 2013, 09:04:17 AM »
Girkers,

Can you explain how you updated the php53-mapi.rpm ?

For 7.1.2 some changes are needed in the script. ex. 7.1 has a search.rpm, witch is the indexer.rpm in 7.0.  There are some config-changes too.

F.

Offline girkers

  • *
  • 296
  • +0/-0
    • gk computer services
Re: Zarafa on ver8
« Reply #25 on: February 23, 2013, 01:21:42 AM »
frifri,

I had to "roll" my own mapi.so file, have a look at this topic to see the pain I went through to get it to work.

http://forums.contribs.org/index.php/topic,49406.0.html