Problem with Z-Push install

Mike Brady mike.brady at devnull.net.nz
Mon Jan 24 09:36:24 CET 2011


Alian/Christoph,

Thank you both for your help.  I have it working now up to the point that the 
browser test works to the Microsoft-Server-ActiveSync URL.

To get it to work I made the two changes that you suggested and also did the 
following:

In /kolab/etc/kolab/templates/zpush-config.php.template replaced 
 	define('KOLAB_INDEX',"@@@localstatedir@@@/z-push/log/access.log");
with
    define('KOLAB_LOGFILE',"/kolab/var/z-push/log/access.log");

kolabconf now completed without errors and after restarting kolab and clearing 
my browser cache I had the Horde interface back, but I got a 404 for the 
Microsoft-Server-ActiveSync URL.

The apache log had the following
File does not exist: /kolab/var/kolab/www/Microsoft-Server-Activesync

The Apache z-push configuratoin files is in the /kolab/etc/apache/apache.d 
directory, but I couldn't see anything that loads it in the Apache 
configuration.  Not sure what the correct thing do is, but I made a copy called 
/kolab/etc/apache/z-push.conf.include so that the include at the bottom of 
/kolab/etc/apache/apache.conf will pick it up.  Still didn't work.

Then I changed 
  Alias /Microsoft-Server-ActiveSync %{l_prefix}/var/kolab/www/z-push/index.php
to
  Alias /Microsoft-Server-ActiveSync /kolab/var/kolab/www/z-push/index.php

and it worked up to the point of the browser test.  

Regards

Mike

> On Sunday 23 January 2011 17:50:31 Mike Brady wrote:
> > Alian,
> > 
> > Thanks for the response.
> > 
> > I have applied the change and run kolabconf which now completes, however
> > I get the following two errors logged and the errors when browing to the
> > Horde login and ActiveSync URLs remain the same.  I did a Kolab restart
> > after the kolabconf.
> > 
> > Jan 24 05:38:26 kolab02 kolabconf[3831]: T Warning: No configuration
> > variable corresponding to `localstatedir' exists
> 
> Plase replace
> 
> 	define('KOLAB_INDEX',"@@@localstatedir@@@/z-push/kolabindex");
> 
> with
> 
> 	define('KOLAB_INDEX',"/kolab/var/z-push/kolabindex");
> 
> in /kol/etc/kolab/templates/zpush-config.php.template
> 
> Regards,
> Christoph




More information about the users mailing list