Re: [SOGo] sogosync and html email

2013-03-09 Thread Michael
Hi Sven, Thanks for this but I had the config you suggest and I also 
tried copying and using the config.inc.php which comments out all but 
the imap, cardav and caldav. Still the same problem - the iThings wont 
connect and say 'Unable to verify account information.'


Errors are being logged in z-push.log:

09/03/2013 23:31:59 [26147] [INFO] [mich...@example.com] 
Version='2.0.7-1690' method='OPTIONS' from='101.170.127.231' cmd='' 
getUser='mich...@example.com' devId='' devType=''
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CALDAV_URL - assumed 'CALDAV_URL' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/include/caldav-client-v2.php:13 
require_once(XMLDocument.php): failed to open stream: No such file or 
directory (2)


Its so weird because apart from the lack HTML email support the old 
sogosync was working fine.


Your help is very much appreciated :)

Regards, Michael.


On 9/03/2013 10:28 AM, Sven Auhagen wrote:

Hi Michael,

sorry for the late answer.

You have to use the BackendCombined option for CalDAV and CardDAV to 
work too.
Can you make sure that you just activated BackendIMAP, BackendCalDAV 
and BackendCardDAV in backend/combined/config.php?


It has to look like this:

public static function GetBackendCombinedConfig() {
//use a function for it because php does not allow
//assigning variables to the class members (expecting T_STRING)
return array(
//the order in which the backends are loaded.
//login only succeeds if all backend return true on login
//sending mail: the mail is sent with first backend that is able to 
send the mail

'backends' = array(
'i' = array(
'name' = 'BackendIMAP',
'config' = self::$BackendIMAP_config,
),
//'z' = array(
// 'name' = 'BackendZarafa',
// 'config' = self::$BackendZarafa_config
//),
//'m' = array(
// 'name' = 'BackendMaildir',
// 'config' = self::$BackendMaildir_config,
//),
//'v' = array(
// 'name' = 'BackendVCardDir',
// 'config' = self::$BackendVCardDir_config,
//),
'c' = array(
'name' = 'BackendCalDAV',
'config' = self::$BackendCalDAV_config,
),
//'l' = array(
// 'name' = 'BackendLDAP',
// 'config' = self::$BackendLDAP_config,
//),
'd' = array(
'name' = 'BackendCardDAV',
'config' = self::$BackendCardDAV_config,
),
),

Best,
Sven

On Mar 6, 2013, at 7:57 AM, Michael mich...@los-pollos.co 
mailto:mich...@los-pollos.co wrote:


Hi Sven, Actually I am having a problem with PHP-Push-2; I configured 
config.php and email works fine but CalDAV and CardDAV doesn't.


When I set  ('BACKEND_PROVIDER', BackendCombined);

the devices fail to set up/initialise.

However when I set define('BACKEND_PROVIDER', BackendIMAP); the 
devices set up but no calendar or contacts.


Here is the config.php for caldav and carddav:

// **
//  BackendCalDAV settings
// **
define('CALDAV_SERVER', 'https://sogo.example.com');
define('CALDAV_PORT', '443');
define('CALDAV_PATH', '/SOGo/dav/%u/');
define('CALDAV_PERSONAL', 'personal'); //Personal CalDAV folder

// **
//  BackendCardDAV settings
// **
define('CARDDAV_SERVER', 'https://sogo.example.com');
define('CARDDAV_PORT', '443');
define('CARDDAV_PATH', '/SOGo/dav/%u/');
define('CARDDAV_PRINCIPAL', 'Contacts'); //Personal CardDAV folder


Did you manage to get contacts and calendar working with PHP-Push-2 
and SOGo ?


Regards, Michael.

On 4/03/2013 10:21 PM, Sven Auhagen wrote:

Hi Michael,

sure. Let me know if you have more questions, I also had the same problems than 
you :)

Best,
Sven

On Mar 4, 2013, at 10:08 AM, Michaelmich...@los-pollos.co  wrote:


Hi Sven, thanks so much for this. I will look into php-push

Regards, Michael.

On 4/03/2013 7:18 PM, Sven Auhagen wrote:

Hi Michael,

sogosync hasn't been updated in 4 month so the support for HTML emails is not 
integrated.
It was released with zpush 

[SOGo] Integrator plugin installation not working

2013-03-09 Thread Heiner Markert

Hello,

I am using thunderbird 17.0.2 ESR on linux. Recently, I tried to 
configure the SOGo update server. Integrator and Connector version are 
17.0.3.
When I try to push a new version of a plugin to thunderbird, a window 
appears when thunderbird is started saying that I should wait until the 
plugins are installed. Then, nothing more happens and the window is 
displayed forever. The plugin is not installed. (I waited about half an 
hour).


I tried this on several linux machines, all show the same behavior.

I don't think that this is an issue with the upgrade server. As a test, 
I removed the xpis on the server and restarted thunderbird. Then, the 
window about plugin install does not appear at all.


Does someone know a solution to this problem?

Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Integrator plugin installation not working

2013-03-09 Thread Steve Ankeny
I had a similar problem with the Windows version of Thunderbird 
17.0.2ESR except it was Connector and not Integrator.  I ended up 
installing the extensions manually and renaming the Connector on the server.


'/var/www/plugins/unused_sogo-connector-17.0.3.xpi'

On 03/09/2013 11:18 AM, Heiner Markert wrote:

Hello,

I am using thunderbird 17.0.2 ESR on linux. Recently, I tried to 
configure the SOGo update server. Integrator and Connector version are 
17.0.3.
When I try to push a new version of a plugin to thunderbird, a window 
appears when thunderbird is started saying that I should wait until 
the plugins are installed. Then, nothing more happens and the window 
is displayed forever. The plugin is not installed. (I waited about 
half an hour).


I tried this on several linux machines, all show the same behavior.

I don't think that this is an issue with the upgrade server. As a 
test, I removed the xpis on the server and restarted thunderbird. 
Then, the window about plugin install does not appear at all.


Does someone know a solution to this problem?

Best regards
Heiner



--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogosync and html email

2013-03-09 Thread Michael
Hi Sven, I have fixed the 'Unable to verify account information.' error 
when trying to connect the iPhone - the problem was:


09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/include/caldav-client-v2.php:13 
require_once(XMLDocument.php): failed to open stream: No such file or 
directory (2)


error causing apache to give a 500 type page when testing the activesync 
URL with a browser. To fix I created symbolic links to point the 
includes to the right place:


ln -s /usr/share/awl/inc/XMLDocument.php /usr/share/php/XMLDocument.php
ln -s /usr/share/awl/inc/XMLElement.php /usr/share/php/XMLElement.php
ln -s /usr/share/awl/inc/iCalendar.php /usr/share/php/iCalendar.php

Interestingly the same errors where logged with sogosync but they didn't 
stop it from working.


Anyway, I still have a problem with the SOGo Contacts and Calendar's not 
showing up as an option on the iPhone. They are advertised as being 
available when first connecting but when trying to find the 'Exchange' 
Contacts group or 'Exchange' Calendar it simply isn't there.


These errors are still being logged:

10/03/2013 14:12:43 [23167] [INFO] [mich...@example.com] 
Version='2.0.7-1690' method='POST' from='101.170.127.248' cmd='Ping' 
getUser='mich...@example.com' devId='ApplC34JGWD4DTWG' devType='iPhone'
10/03/2013 14:12:43 [23167] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CALDAV_URL - assumed 'CALDAV_URL' (8)
10/03/2013 14:12:43 [23167] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
10/03/2013 14:12:43 [23167] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
10/03/2013 14:12:43 [23167] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
10/03/2013 14:12:43 [23167] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)


No errors in the z-push logs either.

Thanks again.

Michael.


 Original Message 
Subject:Re: [SOGo] sogosync and html email
Date:   Sat, 09 Mar 2013 23:35:10 +1100
From:   Michael mich...@los-pollos.co
To: users@sogo.nu



Hi Sven, Thanks for this but I had the config you suggest and I also 
tried copying and using the config.inc.php which comments out all but 
the imap, cardav and caldav. Still the same problem - the iThings wont 
connect and say 'Unable to verify account information.'


Errors are being logged in z-push.log:

09/03/2013 23:31:59 [26147] [INFO] [mich...@example.com] 
Version='2.0.7-1690' method='OPTIONS' from='101.170.127.231' cmd='' 
getUser='mich...@example.com' devId='' devType=''
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CALDAV_URL - assumed 'CALDAV_URL' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/backend/combined/config.php:126 Use of undefined 
constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)
09/03/2013 23:31:59 [26147] [WARN] [mich...@example.com] 
/usr/share/z-push/include/caldav-client-v2.php:13 
require_once(XMLDocument.php): failed to open stream: No such file or 
directory (2)


Its so weird because apart from the lack HTML email support the old 
sogosync was working fine.


Your help is very much appreciated :)

Regards, Michael.


On 9/03/2013 10:28 AM, Sven Auhagen wrote:

Hi Michael,

sorry for the late answer.

You have to use the BackendCombined option for CalDAV and CardDAV to 
work too.
Can you make sure that you just activated BackendIMAP, BackendCalDAV 
and BackendCardDAV in backend/combined/config.php?


It has to look like this:

public static function GetBackendCombinedConfig() {
//use a function for it because php does not allow
//assigning variables to the class members (expecting T_STRING)
return array(
//the order in which the backends are loaded.
//login only succeeds if all backend return true on login
//sending mail: the mail is sent with first backend that is able to 
send the mail


'backends' = array(
'i' = array(
'name' = 'BackendIMAP',
'config' = self::$BackendIMAP_config,