[SOGo] VCard syncing with OSX Address Book 10.6

2011-12-19 Thread scott-sogo
I've recently setup my SOGo (and Funambol) so I can sync the calendar/contacts
from my Blackberry to SOGo.  It all syncs, data is in the sogo mysql database.

However, when I setup a sync with OSX 10.6 Address Book, I don't see any
entries in the app.  I've configured the virtualhost as suggested in the list
here, using ssl on port 8843 with all the ProxyPass's, etc.  The server appears
to be sending all the content, but the app doesn't display it.

I tried adding a new card and it syncs back to SOGo (and then to my Blackberry
too).  Examining the database, it appears that OSX's Address Book is using
VCard 3.0, whereas all my existing cards are in 2.1 (I even set the AB Prefs to
use VCard 2.1, but that didn't seem to make a difference).

Is this a known issue?  Can I configure SOGo to convert VCards to 3.0 when
they're synced? (Could this even be done in Funambol?).

Love to hear if anyone else has encountered this issue and figured out a
solution...

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


Re: [SOGo] VCard syncing with OSX Address Book 10.6

2011-12-19 Thread Martin Seener

Hi,

we have a similar issue here but quite using 8800 (w./o. SSL) but some 
of the sync issues with Mac AB too.
Can you please provide the SSL-enabled Config to me - i would test it 
and give feedback then!


Thank you!
Martin

On 12/19/11 10:38 AM, scott-s...@shambarger.net wrote:

I've recently setup my SOGo (and Funambol) so I can sync the calendar/contacts
from my Blackberry to SOGo.  It all syncs, data is in the sogo mysql database.

However, when I setup a sync with OSX 10.6 Address Book, I don't see any
entries in the app.  I've configured the virtualhost as suggested in the list
here, using ssl on port 8843 with all the ProxyPass's, etc.  The server appears
to be sending all the content, but the app doesn't display it.

I tried adding a new card and it syncs back to SOGo (and then to my Blackberry
too).  Examining the database, it appears that OSX's Address Book is using
VCard 3.0, whereas all my existing cards are in 2.1 (I even set the AB Prefs to
use VCard 2.1, but that didn't seem to make a difference).

Is this a known issue?  Can I configure SOGo to convert VCards to 3.0 when
they're synced? (Could this even be done in Funambol?).

Love to hear if anyone else has encountered this issue and figured out a
solution...

Thanks,
Scott


--
–
Martin Seener
Chief Information Officer

www.barzahlen.com | Zerebro Internet GmbH
Fabeckstr.15
14195 Berlin
Deutschland

Tel.: +49 30 838 587 14
Mobil: +49 151 275 300 82
E-Mail: martin.see...@barzahlen.com

Amtsgericht Charlottenburg – HRB 136749 B
Geschäftsführung: Achim Bönsch, Tobias Eichler, Sebastian Seifert, Florian 
Swoboda
–

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


Re: Re: [SOGo] VCard syncing with OSX Address Book 10.6

2011-12-19 Thread scott-sogo
Here's the config (less the shared SSL config common to port 443):

# For iOS and OSX 10.6 AddressBook 

Listen 8843

   

VirtualHost _default_:8843   

  SSLEngine On 

  RewriteEngine On 

  RewriteRule ^/principals/users/(.*)$ /proxy/$1 [PT]  

  RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]

   

#  ProxyRequests Off   

#  SetEnv proxy-nokeepalive 1  

  ProxyPreserveHost On 

  ProxyPassInterpolateEnv On   

  ProxyPass /proxy http://127.0.0.1:2/SOGo/dav/ interpolate

  ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate  

  ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate 

   

  Proxy http://127.0.0.1:2/SOGo  

RequestHeader set x-webobjects-server-port 8843

RequestHeader set x-webobjects-server-name (myhost):8843  
RequestHeader set x-webobjects-server-url https://(myhost):8843   
RequestHeader set x-webobjects-server-protocol HTTP/1.0

RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e   

AddDefaultCharset UTF-8

Order allow,deny   

Allow from all 

  /Proxy 

  ErrorLog /var/log/httpd/ab-error.log 

  CustomLog /var/log/httpd/ab-access.log combined  

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


Re: [SOGo] VCard syncing with OSX Address Book 10.6

2011-12-19 Thread Martin Seener

Thank you,

will try that here and give feedback as soon as i have some!

Best Regards

On 12/19/11 11:47 AM, scott-s...@shambarger.net wrote:

Here's the config (less the shared SSL config common to port 443):

# For iOS and OSX 10.6 AddressBook  

Listen 8843 



VirtualHost _default_:8843  

   SSLEngine On 

   RewriteEngine On 

   RewriteRule ^/principals/users/(.*)$ /proxy/$1 [PT]  

   RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]



#  ProxyRequests Off

#  SetEnv proxy-nokeepalive 1   

   ProxyPreserveHost On 

   ProxyPassInterpolateEnv On   

   ProxyPass /proxy http://127.0.0.1:2/SOGo/dav/ interpolate

   ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate  

   ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate 



   Proxy http://127.0.0.1:2/SOGo

 RequestHeader set x-webobjects-server-port 8843

 RequestHeader set x-webobjects-server-name (myhost):8843   
 RequestHeader set x-webobjects-server-url https://(myhost):8843
 RequestHeader set x-webobjects-server-protocol HTTP/1.0

 RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e 

 AddDefaultCharset UTF-8

 Order allow,deny   

 Allow from all 

   /Proxy   

   ErrorLog /var/log/httpd/ab-error.log 

   CustomLog /var/log/httpd/ab-access.log combined  

/VirtualHost


--
–
Martin Seener
Chief Information Officer

www.barzahlen.com | Zerebro Internet GmbH
Fabeckstr.15
14195 Berlin
Deutschland

Tel.: +49 30 838 587 14
Mobil: +49 151 275 300 82
E-Mail: martin.see...@barzahlen.com

Amtsgericht Charlottenburg – HRB 136749 B
Geschäftsführung: Achim Bönsch, Tobias Eichler, Sebastian Seifert, Florian 
Swoboda
–

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