Just installed z-push2 and zimbra backend on sles 11 SP2 server which is not our zimbra 8 server. When trying to go to
https://ip.add.ress/Microsoft-Server-Activesync, i get:
HTTP ERROR 500
Problem accessing /service/extension/zimbrasync. Reason:
system failure: Extension HTTP handler not found at /zimbrasync
Powered by Jetty://
like i said, z-push is on a different server than zimbra 8 is. Here are the z-push files/entries:
config.php:
Code:
/**********************************************************************************
* Backend settings
*/
// The data providers that we are using (see configuration below)
define('BACKEND_PROVIDER', "BackendZimbra");
// ************************
// BackendZimbra settings
// ************************
// Defines the server to which we want to connect
define('ZIMBRA_URL', 'https://192.168.124.3'); //Please do not put a trailing forward slash at the end of the url
define('ZIMBRA_USER_DIR', 'zimbra');
define('ZIMBRA_SYNC_CONTACT_PICTURES', true);
define('ZIMBRA_VIRTUAL_CONTACTS',true);
define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);
define('ZIMBRA_VIRTUAL_TASKS',true);
define('ZIMBRA_IGNORE_EMAILED_CONTACTS',true);
define('ZIMBRA_HTML',true);
define('ZIMBRA_ENFORCE_VALID_EMAIL',true);
define('ZIMBRA_SMART_FOLDERS',true);
define('ZIMBRA_DEBUG',true);
default-server.conf:
Code:
Alias /Microsoft-Server-ActiveSync/ /srv/www/htdocs/sites/z-push/index.php
<Directory /srv/www/htdocs/sites/z-push>
AllowOverride All
</Directory>
I have z-push2 in (install from z-push):
Code:
The contents of this folder should be copied to /usr/share/z-push.
In a case that /usr/share/z-push does not exist yet, create it with:
I have made the state dir and the log dir and assigned wwwrun to the folder. I realize this post is a bit old, but have followed it for my flavor of linux:
http://vblog.strutt.org.uk/2011/09/z...r-zimbra-foss/
I am a little confused on step 11 of that post says to untar z-push2 to the backend folder. What backend folder?
And do i put the alias entry in my default-server.conf or the SSL vhost file (this server is setup to use SSL)?