[SOGo] cant get carddav to work

2013-06-24 Thread Götz Reinicke - IT Koordinator
Hi,

Sogo Webfrontend and caldav (thunderbird/apple ical) are working fine
(beside the pop up problem in the frontend with firefox).

Also subscribing to and using calendars with ios (iPhone / iPad) is fine.

Now we have the request to support carddav as well and I was adding the
config from the wiki and changed the servername and added the ssl
certificate pathes.

retarting the httpd shows no errors, but accessing the server from apple
ical i do get errors in the server logs:


aa.bb.cc.dd - - [24/Jun/2013:09:58:48 GMT] OPTIONS /SOGo/:8843/
HTTP/1.1 404 34/0 0.002 - - 0

aa.bb.cc.dd - - [24/Jun/2013:09:58:48 +0200] OPTIONS /SOGo/%3A8843/
HTTP/1.1 404 34 - AddressBook/6.1.3 (1091) CardDAVPlugin/200
CFNetwork/520.5.1 Mac_OS_X/10.7.5 (11G63)


In apple Adressbook i have enterd the serversname and the serverpath is
discovered as /SOGo/:8843/

May be somewon can help me getting that up and running?


Thanks for any hint and suggestion! Regards Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] cant get carddav to work

2013-06-24 Thread Der PCFreak

Hallo Götz,

folgende Config läuft bei mir:

Ich habe die IP des Servers durch 10.11.12.13 und den hostnamen durch 
your.domain.tld

ersetzt. Ich denke für die Apple-Geräte ist der Part mit

RewriteRule ^/.well-known/caldav$ /SOGo/dav/ [R]

sehr wichtig.

Unbedingt beachten, dass keine Leerzeichen etc. vergessen werden.

Die SSL-Zertifikate habe ich in /etc/apache2/mods-enabled/ssl.conf mit

###added for SOGo
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
listen 8443

eingebunden.

Gruß aus der Oberpfalz

Peter

### Addressbook SSL on IP ###
IfModule mod_ssl.c
VirtualHost *:8443
 ServerName your.domain.tld

 SSLEngine On
 #Cipher Order Fix for BEAST Attack Vector
 SSLHonorCipherOrder on
 SSLCipherSuite !aNULL:!eNULL:!EXPORT:!DSS:!DES:RC4-SHA:RC4-MD5:ALL

 #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
 FilesMatch \.(cgi|shtml|phtml|php)$
  SSLOptions +StdEnvVars
 /FilesMatch
 Directory /usr/lib/cgi-bin
  SSLOptions +StdEnvVars
 /Directory

 BrowserMatch MSIE [2-6] \
 nokeepalive ssl-unclean-shutdown \
 downgrade-1.0 force-response-1.0
 # MSIE 7 and newer should be able to use keepalive
 BrowserMatch MSIE [17-9] ssl-unclean-shutdown

 # Enable .well-known to make sure clients find CardDav
 RewriteEngine On
 RewriteRule ^/.well-known/caldav$ /SOGo/dav/ [R]
 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

 #for CardDAV
 ProxyPass /proxy   http://127.0.0.1:2/SOGo/dav/ interpolate
 ProxyPass /SOGohttp://127.0.0.1:2/SOGo interpolate
 ProxyPass /http://127.0.0.1:2/SOGo/dav/ interpolate

Proxy http://127.0.0.1:2
 RequestHeader set x-webobjects-server-port 8443
 RequestHeader set x-webobjects-server-name your.domain.tld
 RequestHeader set x-webobjects-server-url https://your.domain.tld;
 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
ErrorLog /var/log/apache2/your.domain.tld-ssl-error.log
LogLevel error
CustomLog /var/log/apache2/your.domain.tld-ssl-access.log combined
/VirtualHost
/IfModule


On 24.06.2013 10:02, Götz Reinicke - IT Koordinator wrote:

Hi,

Sogo Webfrontend and caldav (thunderbird/apple ical) are working fine
(beside the pop up problem in the frontend with firefox).

Also subscribing to and using calendars with ios (iPhone / iPad) is fine.

Now we have the request to support carddav as well and I was adding the
config from the wiki and changed the servername and added the ssl
certificate pathes.

retarting the httpd shows no errors, but accessing the server from apple
ical i do get errors in the server logs:


aa.bb.cc.dd - - [24/Jun/2013:09:58:48 GMT] OPTIONS /SOGo/:8843/
HTTP/1.1 404 34/0 0.002 - - 0

aa.bb.cc.dd - - [24/Jun/2013:09:58:48 +0200] OPTIONS /SOGo/%3A8843/
HTTP/1.1 404 34 - AddressBook/6.1.3 (1091) CardDAVPlugin/200
CFNetwork/520.5.1 Mac_OS_X/10.7.5 (11G63)


In apple Adressbook i have enterd the serversname and the serverpath is
discovered as /SOGo/:8843/

May be somewon can help me getting that up and running?


Thanks for any hint and suggestion! Regards Götz



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


[SOGo] Problem while contacting sogo server

2013-06-24 Thread Stéphane PERON

Hi all,

After a fresh install on an ubuntu 12.04 ... I desperately can't access 
sogo from my web client.

I get the following message taken from the sogo log file :
2013-06-24 10:26:19.171 sogod[16158] Note(SoObject): SoDebugKeyLookup is 
enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): SoDebugBaseURL is 
enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): relative base URLs 
are enabled.
2013-06-24 10:26:19.241 sogod[16158] WOxElemBuilder: could not locate 
builders: WOxExtElemBuilder,WOxExtElemBuilder
2013-06-24 10:26:19.243 sogod[16158] WOCompoundElement: pool embedding 
is on.

2013-06-24 10:26:19.250 sogod[16158] WOCompoundElement: id logging is on.
2013-06-24 10:26:19.295 sogod[16158] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
EXCEPTION: NSException: 0x2217d410 NAME:NSInvalidArgumentException 
REASON:SOGoSystemDefaults(instance) does not recognize 
searchMinimumWordLength INFO:(null)
Jun 24 10:26:20 sogod [14263]: 0x0x21f30340[WOWatchDogChild] child 
16158 exited
Jun 24 10:26:20 sogod [14263]: 0x0x21f30340[WOWatchDogChild]  
(terminated due to signal 6, coredump)
Jun 24 10:26:20 sogod [14263]: 0x0x2200efe0[WOWatchDog] child spawned 
with pid 17204
Jun 24 10:26:29 sogod [17204]: [ERROR] 0x0x221489f0[WOHttpAdaptor] 
http server caught: (null)


Any idea about this issue ?

Thanks a lot for your help

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


Re: [SOGo] Problem while contacting sogo server

2013-06-24 Thread André Schild

Please show your sogo config...

I would look at searchMinimumWordLength for a start

André


Am 24.06.2013 10:31, schrieb Stéphane PERON:

Hi all,

After a fresh install on an ubuntu 12.04 ... I desperately can't 
access sogo from my web client.

I get the following message taken from the sogo log file :
2013-06-24 10:26:19.171 sogod[16158] Note(SoObject): SoDebugKeyLookup 
is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): SoDebugBaseURL is 
enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): relative base 
URLs are enabled.
2013-06-24 10:26:19.241 sogod[16158] WOxElemBuilder: could not locate 
builders: WOxExtElemBuilder,WOxExtElemBuilder
2013-06-24 10:26:19.243 sogod[16158] WOCompoundElement: pool embedding 
is on.

2013-06-24 10:26:19.250 sogod[16158] WOCompoundElement: id logging is on.
2013-06-24 10:26:19.295 sogod[16158] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
EXCEPTION: NSException: 0x2217d410 NAME:NSInvalidArgumentException 
REASON:SOGoSystemDefaults(instance) does not recognize 
searchMinimumWordLength INFO:(null)
Jun 24 10:26:20 sogod [14263]: 0x0x21f30340[WOWatchDogChild] child 
16158 exited
Jun 24 10:26:20 sogod [14263]: 0x0x21f30340[WOWatchDogChild]  
(terminated due to signal 6, coredump)
Jun 24 10:26:20 sogod [14263]: 0x0x2200efe0[WOWatchDog] child 
spawned with pid 17204
Jun 24 10:26:29 sogod [17204]: [ERROR] 0x0x221489f0[WOHttpAdaptor] 
http server caught: (null)


Any idea about this issue ?

Thanks a lot for your help

Stéphane


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


Re: [SOGo] Problem while contacting sogo server

2013-06-24 Thread Stéphane PERON

Ok ... I'm totally lost by sogo config ...

As I wrote last week, /etc/sogo/sogo.conf does not seem to be read ... 
Sogo refuse to work after I have filled it.


As soon as I have filled the file 
~sogo/GNUstep/Defaults/.GNUstepDefaults, sogo accepted to work


You will find my sogo config file below :


?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4ConnectionStringSeparator/key
string./string
keyOCSFolderInfoURL/key
stringmysql://sogo:x@127.0.0.1:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:x@127.0.0.1:3306/sogo/sogo_sessions_folder/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoDraftsFolderName/key
stringINBOX.Drafts/string
keySOGoFirstDayOfWeek/key
string1/string
keySOGoLanguage/key
stringFrench/string
keySOGoLoginModule/key
stringCalendar/string
keySOGoMailDomain/key
string.com/string
keySOGoMailMessageCheck/key
stringevery_5_minutes/string
keySOGoProfileURL/key
stringmysql://sogo:xx@127.0.0.1:3306/sogo/sogo_user_profile/string
keySOGoSentFolderName/key
stringINBOX.Sent/string
keySOGoSieveScriptsEnabled/key
stringNO/string
keySOGoSuperUsernames/key
array
stringadmin/string
/array
keySOGoTimeZone/key
stringEurope/Paris/string
keySOGoTrashFolderName/key
stringINBOX.Trash/string
 keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
stringmailHost/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=Users,dc=,dc=com/string
keybindDN/key
stringuid=sogo,ou=Users,dc=,dc=com/string
keybindPassword/key
stringxx/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringCarnet T/string
keyhostname/key
string192.168.xxx.xxx/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
keySOGoVacationEnabled/key
stringYES/string
/dict
/dict
/plist


What could be wrong ?

Thanks a lot for yoyr help

Stéphane

Le 24/06/2013 10:37, André Schild a écrit :

Please show your sogo config...

I would look at searchMinimumWordLength for a start

André


Am 24.06.2013 10:31, schrieb Stéphane PERON:

Hi all,

After a fresh install on an ubuntu 12.04 ... I desperately can't 
access sogo from my web client.

I get the following message taken from the sogo log file :
2013-06-24 10:26:19.171 sogod[16158] Note(SoObject): SoDebugKeyLookup 
is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): SoDebugBaseURL 
is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): relative base 
URLs are enabled.
2013-06-24 10:26:19.241 sogod[16158] WOxElemBuilder: could not locate 
builders: WOxExtElemBuilder,WOxExtElemBuilder
2013-06-24 10:26:19.243 sogod[16158] WOCompoundElement: pool 
embedding is on.
2013-06-24 10:26:19.250 sogod[16158] WOCompoundElement: id logging is 
on.
2013-06-24 10:26:19.295 sogod[16158] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
EXCEPTION: NSException: 0x2217d410 NAME:NSInvalidArgumentException 
REASON:SOGoSystemDefaults(instance) does not recognize 
searchMinimumWordLength INFO:(null)
Jun 24 10:26:20 sogod [14263]: 0x0x21f30340[WOWatchDogChild] child 
16158 exited
Jun 24 10:26:20 sogod [14263]: 0x0x21f30340[WOWatchDogChild]  
(terminated due to signal 6, coredump)
Jun 24 10:26:20 sogod [14263]: 0x0x2200efe0[WOWatchDog] child 
spawned with pid 17204
Jun 24 10:26:29 sogod [17204]: [ERROR] 0x0x221489f0[WOHttpAdaptor] 
http server caught: (null)


Any idea about this issue ?

Thanks a lot for your help

Stéphane




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


[SOGo] Carddav and Apple - still one error after solving an other

2013-06-24 Thread Götz Reinicke - IT Koordinator
Hi,

this weeks goal is to have apple iOS devices connected to SOGo and to
understand what can be done.

I think, that some things are not supported by iOS so lets start my
questions and setup :)

- Centos 6.x, Sogo 2.0.5a
- OS X 10.7.5
- Apple Adressbook 6.1.3
- iPhone 4 iOS 6.1.3

- I can look up contacts on the iPhone to send mails or add invitation
to calendar entries.

What fails:

- on the Mac Adressbook I do get an error when looking up contact:

[NSInvalidArgumentException] -[__NSCFSet addObject:]: attempt to insert nil


In the server logs i do get:

== /var/log/httpd/access_log ==
172.17.22.29 - - [24/Jun/2013:12:03:05 +0200] REPORT
/SOGo/dav/greinick/Contacts/samba/ HTTP/1.1 401 - -
AddressBook/6.1.3 (1091) CardDAVPlugin/200 CFNetwork/520.5.1
Mac_OS_X/10.7.5 (11G63)
172.17.22.29 - - [24/Jun/2013:12:03:05 +0200] REPORT
/SOGo/dav/greinick/Contacts/samba/ HTTP/1.1 207 536 -
AddressBook/6.1.3 (1091) CardDAVPlugin/200 CFNetwork/520.5.1
Mac_OS_X/10.7.5 (11G63)


== /var/log/sogo/sogo.log ==
127.0.0.1 - - [24/Jun/2013:12:03:05 GMT] REPORT
/SOGo/dav/greinick/Contacts/samba/ HTTP/1.1 207 536/779 0.027 1746 69% 0







-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt

attachment: Bildschirmfoto 2013-06-24 um 11.39.55.png

smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] Problem while contacting sogo server

2013-06-24 Thread Stéphane PERON
Ok ... The problem was probably coming from the ubuntu package ( and the 
library link with libmemcached.so.6 as sogo ask for  libmemcached.so.2 )


So I took soureces, and after a compilation ... It works !!

Now .. I can try : http://192.168.1.91/SOGo ... And I see the login 
screen ...


But the problem is that the logo of Sogo is not displayed and the .css 
are not used ... I get a white background !
In the log file of apache, files are not found : eg : File does not 
exist: /usr/lib/GNUstep/SOGo/WebServerResources/sogo.ico


So it seems to be a problem of url rewriting

So, I have copied the SOGo.conf file in sources of sogo toward 
/etc/apache2/conf.d


and I have modified this file like this :
  RequestHeader set x-webobjects-server-port 80
  RequestHeader set x-webobjects-server-name 192.168.1.91
  RequestHeader set x-webobjects-server-url http://192.168.1.91;

And then :

a2enmod proxy
a2enmod proxy_http
a2enmod headers
a2enmod rewrite
a2dismod reqtimeout

service apache2 restart

But ... same problem !

Any idea ?

Cheers
Stéphane

Le 24/06/2013 10:53, Stéphane PERON a écrit :

Ok ... I'm totally lost by sogo config ...

As I wrote last week, /etc/sogo/sogo.conf does not seem to be read ... 
Sogo refuse to work after I have filled it.


As soon as I have filled the file 
~sogo/GNUstep/Defaults/.GNUstepDefaults, sogo accepted to work


You will find my sogo config file below :


?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4ConnectionStringSeparator/key
string./string
keyOCSFolderInfoURL/key
stringmysql://sogo:x@127.0.0.1:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:x@127.0.0.1:3306/sogo/sogo_sessions_folder/string 


keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoDraftsFolderName/key
stringINBOX.Drafts/string
keySOGoFirstDayOfWeek/key
string1/string
keySOGoLanguage/key
stringFrench/string
keySOGoLoginModule/key
stringCalendar/string
keySOGoMailDomain/key
string.com/string
keySOGoMailMessageCheck/key
stringevery_5_minutes/string
keySOGoProfileURL/key
stringmysql://sogo:xx@127.0.0.1:3306/sogo/sogo_user_profile/string 


keySOGoSentFolderName/key
stringINBOX.Sent/string
keySOGoSieveScriptsEnabled/key
stringNO/string
keySOGoSuperUsernames/key
array
stringadmin/string
/array
keySOGoTimeZone/key
stringEurope/Paris/string
keySOGoTrashFolderName/key
stringINBOX.Trash/string
 keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
stringmailHost/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=Users,dc=,dc=com/string
keybindDN/key
stringuid=sogo,ou=Users,dc=,dc=com/string
keybindPassword/key
stringxx/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringCarnet T/string
keyhostname/key
string192.168.xxx.xxx/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
keySOGoVacationEnabled/key
stringYES/string
/dict
/dict
/plist


What could be wrong ?

Thanks a lot for yoyr help

Stéphane

Le 24/06/2013 10:37, André Schild a écrit :

Please show your sogo config...

I would look at searchMinimumWordLength for a start

André


Am 24.06.2013 10:31, schrieb Stéphane PERON:

Hi all,

After a fresh install on an ubuntu 12.04 ... I desperately can't 
access sogo from my web client.

I get the following message taken from the sogo log file :
2013-06-24 10:26:19.171 sogod[16158] Note(SoObject): 
SoDebugKeyLookup is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): SoDebugBaseURL 
is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): relative base 
URLs are enabled.
2013-06-24 10:26:19.241 sogod[16158] WOxElemBuilder: could not 
locate builders: WOxExtElemBuilder,WOxExtElemBuilder
2013-06-24 10:26:19.243 sogod[16158] WOCompoundElement: pool 
embedding is on.
2013-06-24 10:26:19.250 sogod[16158] WOCompoundElement: id logging 
is on.
2013-06-24 10:26:19.295 sogod[16158] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
EXCEPTION: NSException: 0x2217d410 NAME:NSInvalidArgumentException 
REASON:SOGoSystemDefaults(instance) does not recognize 
searchMinimumWordLength INFO:(null)
Jun 24 

[SOGo] Problem with outlook and ZEG - Need help please!

2013-06-24 Thread raymond
Here is my setup. (I am very interested in setup but can't get it to work)
 
1)  Downloaded ZEG and running it on VMware ESXi 5.1 (64bit) server.
2)  Windows 8 laptop
3)  Outlook 2007
4)  Opened windows (hosts) file with Administrator (notepad) and added (
192.168.1.2   sogo.example.com) 
5)  Disabled firewall on laptop
6)  Opened Internet Explorer on laptop and navigated to
https://192.168.1.2:80 
7)  The Sogo login screen appears.
8)  Open command prompt on windows system and ping sogo.example.com (I
get a return from 192.168.1.2)
9)  Open control panel on Windows system and got to mail, add new
account, MS exchange account, enter exchange server details as 192.168.1.2
and enter user (sogo2) click on (check name)
10)   Get error message You must be connected to MS exchange server
 
What did I not do? I can't get outlook to connect to ZEG
 
When I don't select Microsoft Exchange server option and only select the
(auto discover) in outlook then it connects to the IMAP settings of the ZEG
and no contacts or calendars are accessible. The documentation states that
you need to select the Microsoft Exchange option. This does not work as
per my comments above... What I missing?
 
Any help will be appreciated. Seems like a good product on the read up, but
I can get it to work, so I can test it. Accessing the user accounts in the
browser is fine and I can send mail from sogo1 to sogo2 and sogo3 but
outlook just will not connect as per the documents.
 
 
Thank you
 
Raymond Potgieter
IT Manager
Joburg Theatre
 mailto:raym...@joburgtheatre.com raym...@joburgtheatre.com
Office (011) 877 6808
Fax  (011) 877 6812
Fax to mail 086 531 1973
Mobile  072 175 7983
Web   http://www.joburgtheatre.com www.joburgtheatre.com   
 
 

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
titleemail-banner/title
meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /
/head
body bgcolor=#FF leftmargin=0 topmargin=0 marginwidth=0 
marginheight=0
/br
a href=http://www.joburgtheatre.com;img 
src=http://www.showbusiness.co.za/emailbanner/emailbanner.png; width=660 
height=215 /
!-- ImageReady Slices (banner4web.jpg) --!-- End ImageReady Slices --



/body

/html

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

RE: [SOGo] Problem with outlook and ZEG - Need help please!

2013-06-24 Thread raymond
I am sitting watching the demonstration video of sogo on youtube and giving
a big sigh!! Wondering how the hell did they get it to work. Must I purchase
a support pack, yes or no. mmm NO if the demo doesn't work, I can
just imagine how the support is going to work. Yes I know the ZEG does
works but I am yet to experience a working demo with outlook as shown in
the video on youtube. 
 
Phew, now that I had the opportunity to blow off steam I would like to
apologise to the Sogo team. If you do have a working product then great
stuff, just a pity you have not found a way to share it with people like me.
 
Man I am so irritable at the moment I can shout it from the roof tops 
no reflection on Sogo... just me wanting something and not getting it... I
am just tossing out my toys, banging my head against the wall and shouting
at ants...
 
And all because I can't figure out where I am going wrong with the outlook
setup. Oh, look there is another ant...
 
Good bye.
 
 
 
 
From: raymond [mailto:raym...@joburgtheatre.com] 
Sent: 24 June 2013 01:30 PM
To: users@sogo.nu
Subject: [SOGo] Problem with outlook and ZEG - Need help please!
 
Here is my setup. (I am very interested in setup but can't get it to work)
 
1)  Downloaded ZEG and running it on VMware ESXi 5.1 (64bit) server.
2)  Windows 8 laptop
3)  Outlook 2007
4)  Opened windows (hosts) file with Administrator (notepad) and added (
192.168.1.2   sogo.example.com) 
5)  Disabled firewall on laptop
6)  Opened Internet Explorer on laptop and navigated to
https://192.168.1.2:80 
7)  The Sogo login screen appears.
8)  Open command prompt on windows system and ping sogo.example.com (I
get a return from 192.168.1.2)
9)  Open control panel on Windows system and got to mail, add new
account, MS exchange account, enter exchange server details as 192.168.1.2
and enter user (sogo2) click on (check name)
10)   Get error message You must be connected to MS exchange server
 
What did I not do? I can't get outlook to connect to ZEG
 
When I don't select Microsoft Exchange server option and only select the
(auto discover) in outlook then it connects to the IMAP settings of the ZEG
and no contacts or calendars are accessible. The documentation states that
you need to select the Microsoft Exchange option. This does not work as
per my comments above... What I missing?
 
Any help will be appreciated. Seems like a good product on the read up, but
I can get it to work, so I can test it. Accessing the user accounts in the
browser is fine and I can send mail from sogo1 to sogo2 and sogo3 but
outlook just will not connect as per the documents.
 
 
Thank you
 
Raymond Potgieter
IT Manager
Joburg Theatre
 mailto:raym...@joburgtheatre.com raym...@joburgtheatre.com
Office (011) 877 6808
Fax  (011) 877 6812
Fax to mail 086 531 1973
Mobile  072 175 7983
Web   http://www.joburgtheatre.com www.joburgtheatre.com   
 
 
 
 
 
 
 
 
 
 
 http://www.joburgtheatre.com 
 http://www.joburgtheatre.com  
 http://www.joburgtheatre.com  
 http://www.joburgtheatre.com  
 http://www.joburgtheatre.com  
 
 
 
 

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
titleemail-banner/title
meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /
/head
body bgcolor=#FF leftmargin=0 topmargin=0 marginwidth=0 
marginheight=0
/br
a href=http://www.joburgtheatre.com;img 
src=http://www.showbusiness.co.za/emailbanner/emailbanner.png; width=660 
height=215 /
!-- ImageReady Slices (banner4web.jpg) --!-- End ImageReady Slices --



/body

/html

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

[SOGo] Compile failed...

2013-06-24 Thread Odhiambo Washington
I am trying to install SOGo-2.0.6 on FreeBSD (64-bit) and it fails at this
stage:


Linking resources into the bundle wrapper...
Making all in Main ...
Making all for tool sogod...
 Compiling file sogod.m ...
 Compiling file SOGo.m ...
SOGo.m:73:2: warning: #warning might be useful to have a SOGoObject-derived
proxy class for handling requests and avoid duplicating methods
SOGo.m:166:2: warning: #warning the following methods should be replaced
with helpers in GCSSpecialQueries
 Compiling file SOGo+DAV.m ...
SOGo+DAV.m:134:2: warning: #warning all REPORT method should be
standardized...
SOGo+DAV.m:340:2: warning: #warning this is a bit ugly, as usual
SOGo+DAV.m:480:5: warning: #warning evil eVIL EVIl!
 Linking tool sogod ...
/usr/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC' can
not be used when making a shared object; recompile with -fPIC
/usr/lib/crt1.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
gmake[4]: *** [obj/sogod] Error 1
gmake[3]: *** [internal-tool-all_] Error 2
gmake[2]: *** [sogod.all.tool.variables] Error 2
gmake[1]: *** [internal-all] Error 2
gmake: *** [internal-all] Error 2
*** [do-build] Error code 2

Stop in /usr/local/www/apache22/data/domainpanel/groupoffice/SOGo/sogo.



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem while contacting sogo server

2013-06-24 Thread Stéphane PERON

It is not a problem of rewriting

After a make install, sogo files that could be in 
/usr/lib/GNUstep/SOGo/WebServerResources/ are not found !!


Any bug ?

Stéphane

Le 24/06/2013 13:27, Stéphane PERON a écrit :
Ok ... The problem was probably coming from the ubuntu package ( and 
the library link with libmemcached.so.6 as sogo ask for 
libmemcached.so.2 )


So I took soureces, and after a compilation ... It works !!

Now .. I can try : http://192.168.1.91/SOGo ... And I see the login 
screen ...


But the problem is that the logo of Sogo is not displayed and the .css 
are not used ... I get a white background !
In the log file of apache, files are not found : eg : File does not 
exist: /usr/lib/GNUstep/SOGo/WebServerResources/sogo.ico


So it seems to be a problem of url rewriting

So, I have copied the SOGo.conf file in sources of sogo toward 
/etc/apache2/conf.d


and I have modified this file like this :
  RequestHeader set x-webobjects-server-port 80
  RequestHeader set x-webobjects-server-name 192.168.1.91
  RequestHeader set x-webobjects-server-url http://192.168.1.91;

And then :

a2enmod proxy
a2enmod proxy_http
a2enmod headers
a2enmod rewrite
a2dismod reqtimeout

service apache2 restart

But ... same problem !

Any idea ?

Cheers
Stéphane

Le 24/06/2013 10:53, Stéphane PERON a écrit :

Ok ... I'm totally lost by sogo config ...

As I wrote last week, /etc/sogo/sogo.conf does not seem to be read 
... Sogo refuse to work after I have filled it.


As soon as I have filled the file 
~sogo/GNUstep/Defaults/.GNUstepDefaults, sogo accepted to work


You will find my sogo config file below :


?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4ConnectionStringSeparator/key
string./string
keyOCSFolderInfoURL/key
stringmysql://sogo:x@127.0.0.1:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:x@127.0.0.1:3306/sogo/sogo_sessions_folder/string 


keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoDraftsFolderName/key
stringINBOX.Drafts/string
keySOGoFirstDayOfWeek/key
string1/string
keySOGoLanguage/key
stringFrench/string
keySOGoLoginModule/key
stringCalendar/string
keySOGoMailDomain/key
string.com/string
keySOGoMailMessageCheck/key
stringevery_5_minutes/string
keySOGoProfileURL/key
stringmysql://sogo:xx@127.0.0.1:3306/sogo/sogo_user_profile/string 


keySOGoSentFolderName/key
stringINBOX.Sent/string
keySOGoSieveScriptsEnabled/key
stringNO/string
keySOGoSuperUsernames/key
array
stringadmin/string
/array
keySOGoTimeZone/key
stringEurope/Paris/string
keySOGoTrashFolderName/key
stringINBOX.Trash/string
 keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
stringmailHost/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=Users,dc=,dc=com/string
keybindDN/key
stringuid=sogo,ou=Users,dc=,dc=com/string
keybindPassword/key
stringxx/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringCarnet T/string
keyhostname/key
string192.168.xxx.xxx/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
keySOGoVacationEnabled/key
stringYES/string
/dict
/dict
/plist


What could be wrong ?

Thanks a lot for yoyr help

Stéphane

Le 24/06/2013 10:37, André Schild a écrit :

Please show your sogo config...

I would look at searchMinimumWordLength for a start

André


Am 24.06.2013 10:31, schrieb Stéphane PERON:

Hi all,

After a fresh install on an ubuntu 12.04 ... I desperately can't 
access sogo from my web client.

I get the following message taken from the sogo log file :
2013-06-24 10:26:19.171 sogod[16158] Note(SoObject): 
SoDebugKeyLookup is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): SoDebugBaseURL 
is enabled!
2013-06-24 10:26:19.172 sogod[16158] Note(SoObject): relative base 
URLs are enabled.
2013-06-24 10:26:19.241 sogod[16158] WOxElemBuilder: could not 
locate builders: WOxExtElemBuilder,WOxExtElemBuilder
2013-06-24 10:26:19.243 sogod[16158] WOCompoundElement: pool 
embedding is on.
2013-06-24 10:26:19.250 sogod[16158] WOCompoundElement: id logging 
is on.
2013-06-24 10:26:19.295 sogod[16158] WARNING(-[NSNull(misc) 

Re: [SOGo] Compile failed...

2013-06-24 Thread Jim Riggs
On Jun 24, 2013, at 8:34 AM, Odhiambo Washington odhia...@gmail.com wrote:

 I am trying to install SOGo-2.0.6 on FreeBSD (64-bit) and it fails at this 
 stage:
 
 
  Linking tool sogod ...
 /usr/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC' can 
 not be used when making a shared object; recompile with -fPIC
 /usr/lib/crt1.o: could not read symbols: Bad value


This was fixed some time ago. Are you using the latest code from 
https://redports.org/browser/jhriggs or the second version of the shar on the 
PR from April 12?

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

[SOGo] Problem while trying to display inbox directories

2013-06-24 Thread Stéphane PERON

Hi all,

Now Sogo seems to work well for me  But I can't display the mails 
that are not directly in the inbox directory ... I mean, in a child 
directory ...


Sogo give the message :
Jun 24 17:23:50 sogod [17713]: [ERROR] 0x0x21c5c888[NGImap4Connection] 
could not select URL: 
imaps://speron%40xxx@imap.xxx.com/INBOX/Envoy%C3%A9s/: {RawResponse 
= {ResponseResult = {description = \mailbox does not exist\; result = 
no; tagId = 5; }; }; reason = mailbox does not exist; result = 0; }



But when I use thunderbird, I can consult all the sub-directory messages 
without any problem ...


Any idea about this issue ?

Cheers

Please find my conf :

?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4ConnectionStringSeparator/key
string./string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoIMAPServer/key
stringimaps://imap.xxx.com:993/string
keyOCSFolderInfoURL/key
stringmysql://sogo:xxx@127.0.0.1:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:xxx@127.0.0.1:3306/sogo/sogo_sessions_folder/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoDraftsFolderName/key
stringINBOX.Drafts/string
keySOGoFirstDayOfWeek/key
string1/string
keySOGoLanguage/key
stringFrench/string
keySOGoLoginModule/key
stringMail/string
keySOGoMailDomain/key
stringxxx.com/string
keySOGoMailMessageCheck/key
stringevery_5_minutes/string
keySOGoProfileURL/key
stringmysql://sogo:xxx@127.0.0.1:3306/sogo/sogo_user_profile/string
keySOGoSentFolderName/key
stringINBOX.Sent/string
keySOGoSieveScriptsEnabled/key
stringNO/string
keySOGoSuperUsernames/key
array
stringadmin/string
/array
keySOGoTimeZone/key
stringEurope/Paris/string
keySOGoTrashFolderName/key
stringINBOX.Trash/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
stringmailHost/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=Users,dc=xxx,dc=com/string
keybindDN/key
stringuid=sogo,ou=Users,dc=xxx,dc=com/string
keybindPassword/key
string/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringCarnet T/string
keyhostname/key
string192.168.1.84/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
keySOGoVacationEnabled/key
stringYES/string
/dict
/dict
/plist
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem with outlook and ZEG - Need help please!

2013-06-24 Thread Steve Ankeny

Have you tried to connect Outlook on something other than Windows 8?

On 06/24/2013 08:39 AM, raymond wrote:

email-banner

*From:*raymond [mailto:raym...@joburgtheatre.com]
*Sent**:* 24 June 2013 01:30 PM
*To:* users@sogo.nu
*Subject:* [SOGo] Problem with outlook and ZEG - Need help please!

Here is my setup. (I am very interested in setup but can't get it to work)

1)Downloaded ZEG and running it on VMware ESXi 5.1 (64bit) server.

2)Windows 8 laptop

3)Outlook 2007

4)Opened windows (hosts) file with Administrator (notepad) and added ( 
192.168.1.2sogo.example.com)


5)Disabled firewall on laptop

6)Opened Internet Explorer on laptop and navigated to 
https://192.168.1.2:80


7)The Sogo login screen appears.

8)Open command prompt on windows system and ping sogo.example.com (I 
get a return from 192.168.1.2)


9)Open control panel on Windows system and got to mail, add new 
account, MS exchange account, enter exchange server details as 
192.168.1.2 and enter user (sogo2) click on (check name)


10)Get error message You must be connected to MS exchange server

What did I not do? I can't get outlook to connect to ZEG

When I don't select Microsoft Exchange server option and only select 
the (auto discover) in outlook then it connects to the IMAP settings 
of the ZEG and no contacts or calendars are accessible. The 
documentation states that you need to select the Microsoft Exchange 
option. This does not work as per my comments above... What I missing?


Any help will be appreciated. Seems like a good product on the read 
up, but I can get it to work, so I can test it. Accessing the user 
accounts in the browser is fine and I can send mail from sogo1 to 
sogo2 and sogo3 but outlook just will not connect as per the documents.


Thank you

Raymond Potgieter

IT Manager

Joburg Theatre

raym...@joburgtheatre.com mailto:raym...@joburgtheatre.com

Office (011) 877 6808

Fax  (011) 877 6812

Fax to mail 086 531 1973

Mobile  072 175 7983

Web www.joburgtheatre.com http://www.joburgtheatre.com




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

Re: [SOGo] Problem while contacting sogo server

2013-06-24 Thread Ludovic Marcotte

On 2013-06-24 7:27 AM, Stéphane PERON wrote:
Any idea ? 

WebServerResources files aren't found. Fix your SOGo Apache configuration.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] Problem with outlook and ZEG - Need help please!

2013-06-24 Thread m-sogo
Really Ludovic?  Terminating his subscription?  That's seems a bit 
harsh.  I empathized with Raymond and thought his post was rather humorous!



On 6/24/2013 9:44 AM, Ludovic Marcotte wrote:

On 2013-06-24 8:39 AM, raymond wrote:

Good bye.

You at least got that one right. Subscription terminated.

Good bye.
--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


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

Re: [SOGo] Problem with outlook and ZEG - Need help please!

2013-06-24 Thread Ludovic Marcotte

On 2013-06-24 5:12 PM, m-s...@grojguys.com wrote:
Really Ludovic?  Terminating his subscription?  That's seems a bit 
harsh.  I empathized with Raymond and thought his post was rather 
humorous!
His last message certainly wasn't humorous but rather an insult to 
everybody working on the software and offering support. If that was 
humour, I guess he should rather get humour consulting before SOGo's.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


[SOGo] documentation

2013-06-24 Thread sebastien.blin
Bonjour,

Est ce qu'il existe une documention de l'installation de SOGo en français ?

Je galère pour configurer SOGo pour Outlook, j'ai vraiment du mal avec les
subtilités de la langue de Shakespeare.

Cordialement, 

Sébastien Blin-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] documentation

2013-06-24 Thread Ludovic Marcotte

On 2013-06-24 6:29 PM, sebastien.b...@adil71.org wrote:

Est ce qu'il existe une documention de l'installation de SOGo en français ?

Olivier wrote some in French:

http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


[SOGo] BTS activities for Monday, June 24 2013

2013-06-24 Thread SOGo reporter
Title: BTS activities for Monday, June 24 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, June 24 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2354
	2013-06-24 17:20:55
	new (open)
	OpenChange backend
	information indésirable lors de la création d'un nouveau contact depuis Outlook
	
	  
	
2353
	2013-06-24 14:25:40
	new (open)
	Web Calendar
	Cant create a task in another calendar than the first one
	
	  
	
2352
	2013-06-24 13:32:07
	assigned (open)
	OpenChange backend
	samba panic with outlook shared calendar and contact