1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
Zarafa 6 Webmail - HOWTO Install, and configure
(1 viewing) 1 Guest
Go to bottomPage: 12345678...81
TOPIC: Zarafa 6 Webmail - HOWTO Install, and configure
****
#3851
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 4 Months ago  
Here is the exact error from debug.php --> debug.txt

[20-Jan-2010 13:44:19] ERROR - array (
'msg' => 'mapi_logon_zarafa() [<a href=\'function.mapi-logon-zarafa\'>function.mapi-logon- zarafa</a>]: Unable to setup service for provider',
'file' => '/var/www/html/webaccess/server/core/class.mapisession.php:83',
'mapi' => 'MAPI_E_LOGON_FAILED',
Brian Betzen
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3856
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 4 Months ago  
Yeah you posted that a few posts back! i'm sorry but im stumped with the information. I'm not a developer for Zarafa...you appear to have the same config as me, I can only assume you have installed as per the instructions which seem to work for others. I can't replicate your problem here, so the only way we can progress this against what I have here is if you email me your config files (timb80 @yahoo.com) or get in touch on the Zarafa forums
Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3857
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 4 Months ago  
BUG FIX - 13/1/2010
Calendar appointments do not allow start times after 1/2 pm
forums.zarafa.com/viewtopic.php?f=13&t=3900
Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3922
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
BUG FIX - PHP-MAPI can cause HTTPD to crash on CentOS systems when it is sent HUP (restart). This occurs regularly when the logrotate functions are called.
To prevent this from happening ensure SSL is enabled on your webserver
forums.zarafa.com/viewtopic.php?f=9&t=2225

ZARAFA-6.30.9
I am at present testing upgrading the code to Zarafa-6.30.9 as there are a lot of web access issues fixed included. Please note the upgrade does work but with some caveats...see below.

Changelog can be seen here
download.zarafa.com/zarafa/release/docs/changelog.en.txt

You can grab the new RPM's and install using (same for upgrade)
Code:

cd /var/tmp
mkdir zarafa-temp
cd zarafa-temp
wget ftp://starlane.gotdns.org/zarafa-6.30.9/*.rpm
yum localinstall --nogpgcheck *.rpm
service httpd restart



Caveats:-
1. Please note that webaccess files location has now changed from /var/www/html/webaccess, and instead links to /usr/share/zarafa-webaccess. Upgrading using the attached RPM may fail if the /var/www/html/webaccess folder actually exists or still contains temporary files. Simply remove it first before upgrading....
Code:

rm -rf /var/www/html/webaccess

. I don't have the source for this RPM so unfortunately can't fix this one. Note you still access it by the same method....mydomain/webaccess
2. Upgrade via yum will give a warning about %postun errors - these are simply retrying to restart the services which will fail if not previously configured. So can be ignored...needs to be tidied up though.
3. zararfa-licensed RPM still needs --nodeps to get round LDAP dependancy problem, again closed source so can't fix this either. Note it does work!
Code:

rpm -Uvh --nodeps ftp://starlane.gotdns.org/zarafa-6.30.9/outlook-licensed/zarafa-licensed-6.30.9-18385.i386.rpm



When you login you should see 6.30.9-18385 in the corner
Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/21 08:09 By timb80.
The administrator has disabled public write access.
 
#3980
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
Tim Burgess wrote:

yum localinstall --nogpgcheck *.rpm

I get dependency errors:
Error: Missing Dependency: libvmime.so.0 is needed by package libmapi
Error: Missing Dependency: libvmime.so.0 is needed by package zarafa-spooler
Error: Missing Dependency: libvmime.so.0 is needed by package zarafa-server
Error: Missing Dependency: libvmime.so.0 is needed by package zarafa-gateway
Brian Betzen
Junior Boarder
Posts: 27
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3983
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
Hi Brian, my bad - didn't copy over the RPM - you can find it here (note should replace the name libvmime07 rpm)

ftp://starlane.gotdns.org/zarafa-6.30.9/libvmime-0.7.1-28.i386.rpm
Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/23 14:47 By timb80.
The administrator has disabled public write access.
 
#4025
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
Hey Tim,

Just so you know, I've been following this since you first posted it. I've been using the Zarafa Webmail now for a while, and it runs beautifully. Also, I just upgraded to 6.30.9-18385 tonight, and that also went off without a hitch.

Although, I have a quick question on this. How do I get it so dagent, spooler, and server are startup services so I don't have to manually start up this stuff to get email working upon reboot?
Blaine Bouvier
Expert Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
~ Blaine Bouvier, Binary Computer Solutions
Binary Computer Solutions
 
#4048
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
Hey Blaine, good to know things are working well for you

You can run ntsysv and select the zarafa servies from the interface or 'chkconfig servicename on'

There is a minor amendment, 6.30.9-1 is available so that zarafa now depends on the Fedora / RHEL5 version of libvmime, named libvmime07 so i've patched the build so that it uses the el5 package to save me headaches when they update it in the future! Uses exactly the same Zarafa source so I wouldn't bother upgrading if you have 6.30.9 already

ftp://starlane.gotdns.org/zarafa-6.30.9-1/
Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4057
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
Tim,

Just wanted to commend you on your work here. This is a great leap forward in groupware function and should be included in ClearOS.

Thanks,
Preston
Preston Mitchell
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
CIO United Drug of Hatch Inc
CTO Berridge Farms LLC
 
#4349
Re:Zarafa Webmail - HOWTO Install, and configure 3 Years, 3 Months ago  
Tim,

Again I was so impressed, and very thankful for this. I am sorry that I asked to help with it, but now I am so happy that you were able to do it all!

Great job.

I can't wait to test it.
Kevin Dika
Platinum Boarder
Posts: 349
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12345678...81
  get the latest posts directly to your desktop