Re: [SOGo] Adress Book Content does not sync

2013-01-03 Thread Florian GRUEL

I've found the answer !

The uid of the users are in CAPITAL and the url used in TB was in lower 
case.

when all is set to capital it's seams to sync well.

so only the cardav protocol seams to be case sensitive...


Hope this help !

Le 20/12/2012 10:50, florian.gr...@sysoco.fr a écrit :

I'm currently trying to deploy Sogo v2.03 on debian 6 installed from inverse
repository.

Calendar Sync works fine, but for address book Only the list of address book
sync on each TB restart, but not the contents !
Manual sync seems to make an never ending wait 
Using the web interface everything is OK.

I've tried to use the same sogo connector extension against the ZEG virtual
machine and it's work perfectly, so this may come from the server config, or
may be this is a bug ...

Any help is welcome !


On sogo.log this line appear when trying to sync :
192.168.10.194 - - [19/Dec/2012:18:37:57 GMT] PROPFIND
/SOGo/dav/fgl/Contacts/personal/ HTTP/1.1 207 420/175 0.006 1028 59% 8K

here the result og defaults read :

sogod SOGoDraftsFolderName INBOX/Drafts
sogod SOGoTrashFolderName INBOX/Trash
sogod SOGoSieveServer sieve://localhost
sogod SOGolanguage French
sogod WOWorkersCount 3
sogod SOGoVacationEnabled YES
sogod SOGoNotifyOnPersonalModifications YES
sogod SOGoTimeZone Europe/Paris
sogod SOGoSieveScriptsEnabled YES
sogod SOGoSentFolderName INBOX/Sent
sogod SOGoAppoitementSendEmailNotifications YES
sogod GCSFolderStoreDebugEnabled YES
sogod SOGoMailingMechanism smtp
sogod OCSSessionsFolderURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_sessions_folders
sogod SOGoSMTPServer localhost
sogod SOGoIMAPServer localhost
sogod SOGoAddressBookDAVAccessEnabled YES
sogod SOGoCalendarDAVAccessEnabled YES
sogod SOGoProfileURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_user_profile
sogod SOGoUserSources '(
 {
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=users,dc=company,dc=fr;
canAuthenticate = YES;
displayName = COMPANY;
hostname = ldap;
id = public;
isAddressBook = YES;
port = 389;
 }
)'
sogod SOGoMemcachedHost localhost
sogod OCSEmailAlarmsFolderURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_alarms_folder
sogod SOGoCalendarDefaultRoles '(
 PublicViewer,
 ConfidentialDAndTViewer
)'
sogod SOGoMailDomain company.fr
sogod OCSFolderInfoURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_folder_info
sogod SOGoHideSystemEmail YES
sogod SOGoSMTPAuthenticationType PLAIN
sogod SOGoFirstDayOfWeek 1


and here the  content of /etc/apache2/conf.d/SOGo.conf :

Alias /SOGo.woa/WebServerResources/ \
   /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
   /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
   /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

Directory /usr/lib/GNUstep/SOGo/
 AllowOverride None
 Order deny,allow
 Allow from all

 IfModule expires_module
   ExpiresActive On
   ExpiresDefault access plus 1 year
 /IfModule
/Directory

LocationMatch
^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)
   SetHandler default-handler
/LocationMatch

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

Proxy http://127.0.0.1:2/SOGo
   RequestHeader set x-webobjects-server-port 80
   RequestHeader set x-webobjects-server-name sogo
   RequestHeader set x-webobjects-server-url http://sogo.company.fr;

   RequestHeader set x-webobjects-server-protocol HTTP/1.0
   RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e env=REMOTE_HOST

   AddDefaultCharset UTF-8

   Order allow,deny
   Allow from all
/Proxy

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


--
*Florian GRUEL
Responsable Systèmes d'Information*

SYSOCO
Wireless technology
2/4 rue du 35ème régiment d'aviation
69673 BRON cedex
_

*Tél. : +33(0)4 81 18 57 08
@ : florian.gr...@sysoco.fr mailto:florian.gr...@sysoco.fr
WEB : www.sysoco.fr http://www.sysoco.fr/*

** « Garantir vos communications en situation d'exploitation ou d'urgence »
attachment: florian_gruel.vcf

[SOGo] Adress Book Content does not sync

2012-12-20 Thread florian.gruel
I'm currently trying to deploy Sogo v2.03 on debian 6 installed from inverse
repository.

Calendar Sync works fine, but for address book Only the list of address book
sync on each TB restart, but not the contents !
Manual sync seems to make an never ending wait 
Using the web interface everything is OK.

I've tried to use the same sogo connector extension against the ZEG virtual
machine and it's work perfectly, so this may come from the server config, or
may be this is a bug ...

Any help is welcome !


On sogo.log this line appear when trying to sync :
192.168.10.194 - - [19/Dec/2012:18:37:57 GMT] PROPFIND
/SOGo/dav/fgl/Contacts/personal/ HTTP/1.1 207 420/175 0.006 1028 59% 8K

here the result og defaults read :

sogod SOGoDraftsFolderName INBOX/Drafts
sogod SOGoTrashFolderName INBOX/Trash
sogod SOGoSieveServer sieve://localhost
sogod SOGolanguage French
sogod WOWorkersCount 3
sogod SOGoVacationEnabled YES
sogod SOGoNotifyOnPersonalModifications YES
sogod SOGoTimeZone Europe/Paris
sogod SOGoSieveScriptsEnabled YES
sogod SOGoSentFolderName INBOX/Sent
sogod SOGoAppoitementSendEmailNotifications YES
sogod GCSFolderStoreDebugEnabled YES
sogod SOGoMailingMechanism smtp
sogod OCSSessionsFolderURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_sessions_folders
sogod SOGoSMTPServer localhost
sogod SOGoIMAPServer localhost
sogod SOGoAddressBookDAVAccessEnabled YES
sogod SOGoCalendarDAVAccessEnabled YES
sogod SOGoProfileURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_user_profile
sogod SOGoUserSources '(
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=users,dc=company,dc=fr;
canAuthenticate = YES;
displayName = COMPANY;
hostname = ldap;
id = public;
isAddressBook = YES;
port = 389;
}
)'
sogod SOGoMemcachedHost localhost
sogod OCSEmailAlarmsFolderURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_alarms_folder
sogod SOGoCalendarDefaultRoles '(
PublicViewer,
ConfidentialDAndTViewer
)'
sogod SOGoMailDomain company.fr
sogod OCSFolderInfoURL
postgresql://sogouser:sogopwd@server:5432/sogo/sogo_folder_info
sogod SOGoHideSystemEmail YES
sogod SOGoSMTPAuthenticationType PLAIN
sogod SOGoFirstDayOfWeek 1


and here the  content of /etc/apache2/conf.d/SOGo.conf :

Alias /SOGo.woa/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
   /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

Directory /usr/lib/GNUstep/SOGo/
AllowOverride None
Order deny,allow
Allow from all

IfModule expires_module
  ExpiresActive On
  ExpiresDefault access plus 1 year
/IfModule
/Directory

LocationMatch
^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)
  SetHandler default-handler
/LocationMatch

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

Proxy http://127.0.0.1:2/SOGo
  RequestHeader set x-webobjects-server-port 80
  RequestHeader set x-webobjects-server-name sogo
  RequestHeader set x-webobjects-server-url http://sogo.company.fr;

  RequestHeader set x-webobjects-server-protocol HTTP/1.0
  RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e env=REMOTE_HOST

  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all
/Proxy

RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]
-- 
users@sogo.nu
https://inverse.ca/sogo/lists