Re: [SOGo] ANN: SOGoAccountsManager - An accounts manager that integrates well with SOGo

2012-10-23 Thread Romain LE DISEZ
Interesting suggestion. Can you point me in the right direction? An API 
documentation and a small code example would be great.

Thanks.

Le Lundi 15 Octobre 2012 19:48 CEST, Ludovic Marcotte lmarco...@inverse.ca a 
écrit:
 While it's quite small, you might want to consider switching to Python
 instead of PHP. This could give you:

   * direct access to SOGo objects using the Python bindings we ported a
 few months ago (PyObjC). Using this, you could reuse SOGo's business
 logic to:

--
Romain LE DISEZ
Support technique, Netensia
Administratif  Commercial : +33 811 555 005 (prix d'un appel local)
Support Hébergement : +33 2 97 69 05 68
Télécopie : +33 2 97 68 14 01

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

[SOGo] OpenChange backend

2012-10-23 Thread Marc Simonneau
Hi, 

 

When a outlook client wants to connect to my sogo server, the ocs manager
process take 99% of CPU.

In logfile I see a lot of 'SAMBA_HOST' not configured, 'localhost' will be
used.

How I can configure ocsmanager to fix that? 

 

Tkanks you! 

Marc

 

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

RE: [SOGo] OpenChange backend

2012-10-23 Thread Marc Simonneau
For more information :

In /etc/apache2/conf.d/rpcproxy.conf the environement varibale SAMBA_HOST is
set.

/var/cache/ntlmauthhandler/ntlm-localhost.lock was create by the processus.

 

I read some bug reports about this subject. It will be a connection problem
with my samba server? 

But it seems strange because the first outlook connection is good, after
this the processus take 99% CPU and the outlook connection is impossible.

My apache server would be able to do not take the conf of the file
“rpcproxy.conf”?

 

 

thank you for advice.

Marc

 

De : Marc Simonneau [mailto:msimonn...@firstwan.fr] 
Envoyé : mardi 23 octobre 2012 08:39
À : users@sogo.nu
Objet : [SOGo] OpenChange backend 

 

Hi, 

 

When a outlook client wants to connect to my sogo server, the ocs manager
process take 99% of CPU.

In logfile I see a lot of “'SAMBA_HOST' not configured, 'localhost' will be
used”.

How I can configure ocsmanager to fix that? 

 

Tkanks you! 

Marc

 

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

[SOGo] Samba4 conflict with original version

2012-10-23 Thread Devinder Singh

Hi,

When I try to install Samba4 on the system I get the below error. I have 
CentOS 6 installed. Can someone guide how I can resolve this using Yum 
cymand?


One way I am aware is to use download the RPM and install through rpm 
-ivh --replacedfiles  samba4-4.0.0beta5-4.centos6.1.x86_64, but I am 
afraid this would be irrevocable and may not perform correctly.


Command :
yum install samba4

Transaction Check Error:
  file /usr/lib64/libtalloc.so.2 from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
libtalloc-2.0.1-1.1.el6.x86_64
  file /usr/lib64/libtdb.so.1 from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
libtdb-1.2.1-3.el6.x86_64
  file /lib64/libnss_winbind.so.2 from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
samba-winbind-clients-0:3.5.10-125.el6.x86_64
  file /usr/lib64/libwbclient.so.0 from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
samba-winbind-clients-0:3.5.10-125.el6.x86_64
  file /usr/bin/net from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
samba-common-0:3.5.10-125.el6.x86_64

.
  file /usr/lib64/pkgconfig/netapi.pc from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
samba-common-0:3.5.10-125.el6.x86_64
  file /usr/bin/nmblookup from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
samba-client-0:3.5.10-125.el6.x86_64


  file /usr/share/man/man1/nmblookup.1.gz from install of 
samba4-4.0.0beta5-4.centos6.1.x86_64 conflicts with file from package 
samba-client-0:3.5.10-125.el6.x86_64



--
Thanks  Regards,
Devinder Singh Birdi

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

[SOGo] SOGoCalendarCategories and SOGoContactsCategories not used

2012-10-23 Thread Simon Walter
I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults file. 
However, they do not appear on the web interface. Am I doing something 
wrong?


Of course entered like so:
defaults write sogod SOGoCalendarCategories '(Meeting,Public 
Event,Staff Event,Project,Task,Annual Leave,Public 
Holiday,Time in Lieu,Unpaid Leave,Other)'
defaults write sogod SOGoContactsCategories 
'(Staff,Client,Lead,Supplier,Partner,Press,Guest,Owner,Agent)'


?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
...
keySOGoCalendarCategories/key
array
stringMeeting/string
stringPublic Event/string
stringStaff Event/string
stringProject/string
stringTask/string
stringAnnual Leave/string
stringPublic Holiday/string
stringTime in Lieu/string
stringUnpaid Leave/string
stringOther/string
/array
keySOGoContactsCategories/key
array
stringStaff/string
stringClient/string
stringLead/string
stringSupplier/string
stringPartner/string
stringPress/string
stringGuest/string
stringOwner/string
stringAgent/string
/array
...
/dict
/dict
/plist

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


[SOGo] After upgrade from 1.3.8 to 1.3.18 all alarms are popped out

2012-10-23 Thread Alessio Fattorini
We have a lot of subscribed calendars with a lot of alarms, and we saw only alarms of my calendars, 
and not subscribed calendars's alarms.

I can't understand why, but after the upgrade a lot of alarms are popped out to 
all my users.

It seems that this is the correct behaviuor, beacus subscribed calendars are signed with show 
alarm YES by default, but in the old release sogo doesn't show alarm!

What's changed?

FolderShowAlarms preferences is unsetted by default and it seems = Show alarms? If i setted it is 
only for Unshow alarm:


for i in $(mysql sogo -e select c_uid from sogo_user_profile); do
echo -en \n c_uid=$i: 
mysql sogo -e select c_settings from sogo_user_profile where c_uid='$i' | sed -n 
's/.*\({FolderShowAlarms: {[^}]*}\).*/\1/p'

done

Can you explain me? :-D

Here i see another explanation, completely different.
http://www.sogo.nu/bugs/view.php?id=437


--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 12 - 61122 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] OpenChange Provision Error

2012-10-23 Thread Devinder Singh

Hi,

When I run the below command I get error.  Not sure if this is going to 
affect any functioning. Kindly guide.


_*Command*_ :  openchange_provision
_*Output*_*:
**
*NOTE: This operation can take several minutes
[+] Step 1: Register Exchange OIDs
ERROR: no subClassOf 'serviceAdministrationPoint' for 
'rRASAdministrationConnectionPoint'

[!] error while provisioning the prefixMap: (31, 'WERR_GENERAL_FAILURE')
[+] Step 2: Add Exchange attributes to Samba schema
[+] Step 3: Add Exchange auxiliary classes to Samba schema
[+] Step 4: Add Exchange objectCategory to Samba schema
[+] Step 5: Add Exchange containers to Samba schema
[+] Step 6: Add Exchange *sub* containers to Samba schema
[+] Step 7: Add Exchange CfgProtocol subcontainers to Samba schema
[+] Step 8: Add Exchange mailGateway subcontainers to Samba schema
[+] Step 9: Add Exchange classes to Samba schema
[+] Step 10: Add possSuperior attributes to Exchange classes
[+] Step 11: Extend existing Samba classes and attributes
[+] Step 12: Exchange Samba with Exchange configuration objects
[+] Step 13: Finalize Exchange configuration objects
[SUCCESS] Done!

--
Thanks  Regards,
Devinder Singh Birdi

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

Re: [SOGo] OpenChange Provision Error

2012-10-23 Thread Ludovic Marcotte

On 23/10/12 07:16, Devinder Singh wrote:
When I run the below command I get error.  Not sure if this is going 
to affect any functioning. Kindly guide.

This is mentioned in the documentation, read it carefully.

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

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


Re: [SOGo] SOGoCalendarCategories and SOGoContactsCategories not used

2012-10-23 Thread Christian Mack
Hello Simon Walter


On 2012-10-23 12:01, Simon Walter wrote:
 I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults file.
 However, they do not appear on the web interface. Am I doing something
 wrong?
 

Did you restart sogod and memcached?


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] OpenChange backend

2012-10-23 Thread Marc Simonneau
Okey, it’s samba which crashed.

 

“

  MAPI Rop: 0x2f (18)

[2012/10/23 15:23:06,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_proces
s_transaction)

  MAPI Rop: 0x2d (24)

[2012/10/23 15:23:06,  0] ../lib/util/fault.c:72(fault_report)

  ===

[2012/10/23 15:23:06,  0] ../lib/util/fault.c:73(fault_report)

  INTERNAL ERROR: Signal 11 in pid 2257 (4.0.0beta5)

  Please read the Trouble-Shooting section of the Samba HOWTO

[2012/10/23 15:23:06,  0] ../lib/util/fault.c:75(fault_report)

  ===

[2012/10/23 15:23:06,  0] ../lib/util/fault.c:144(smb_panic_default)

  PANIC: internal error

“

 

De : Marc Simonneau [mailto:msimonn...@firstwan.fr] 
Envoyé : mardi 23 octobre 2012 09:09
À : users@sogo.nu
Objet : RE: [SOGo] OpenChange backend 

 

For more information :

In /etc/apache2/conf.d/rpcproxy.conf the environement varibale SAMBA_HOST is
set.

/var/cache/ntlmauthhandler/ntlm-localhost.lock was create by the processus.

 

I read some bug reports about this subject. It will be a connection problem
with my samba server? 

But it seems strange because the first outlook connection is good, after
this the processus take 99% CPU and the outlook connection is impossible.

My apache server would be able to do not take the conf of the file
“rpcproxy.conf”?

 

 

thank you for advice.

Marc

 

De : Marc Simonneau [mailto:msimonn...@firstwan.fr] 
Envoyé : mardi 23 octobre 2012 08:39
À : users@sogo.nu
Objet : [SOGo] OpenChange backend 

 

Hi, 

 

When a outlook client wants to connect to my sogo server, the ocs manager
process take 99% of CPU.

In logfile I see a lot of “'SAMBA_HOST' not configured, 'localhost' will be
used”.

How I can configure ocsmanager to fix that? 

 

Tkanks you! 

Marc

 

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

RE: [SOGo] OpenChange backend

2012-10-23 Thread Marc Simonneau
I'm still searching.

One thing seems me strange. The configuration file rpcproxy.conf is used
because the environement variable “NTLMAUTHHANDLER_WORKDIR” is define
(ntlm-localhost.lock is create). But the enviroenment variable “SAMBA_HOST”
seems not take in use (ocsmanager log error “'SAMBA_HOST' not configured,
'localhost' will be used”).

The first connection, after the outlook account creation, works fine during
some seconds. Thereafter connection fall and at same moment the cpu usage
increase to 99%.

 

De : Marc Simonneau [mailto:msimonn...@firstwan.fr] 
Envoyé : mardi 23 octobre 2012 09:09
À : users@sogo.nu
Objet : RE: [SOGo] OpenChange backend 

 

For more information :

In /etc/apache2/conf.d/rpcproxy.conf the environement varibale SAMBA_HOST is
set.

/var/cache/ntlmauthhandler/ntlm-localhost.lock was create by the processus.

 

I read some bug reports about this subject. It will be a connection problem
with my samba server? 

But it seems strange because the first outlook connection is good, after
this the processus take 99% CPU and the outlook connection is impossible.

My apache server would be able to do not take the conf of the file
“rpcproxy.conf”?

 

 

thank you for advice.

Marc

 

De : Marc Simonneau [mailto:msimonn...@firstwan.fr] 
Envoyé : mardi 23 octobre 2012 08:39
À : users@sogo.nu
Objet : [SOGo] OpenChange backend 

 

Hi, 

 

When a outlook client wants to connect to my sogo server, the ocs manager
process take 99% of CPU.

In logfile I see a lot of “'SAMBA_HOST' not configured, 'localhost' will be
used”.

How I can configure ocsmanager to fix that? 

 

Tkanks you! 

Marc

 

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

[SOGo] event text/calendar encoding

2012-10-23 Thread Louis-Philippe Gauthier
Hi,

Can we force SOGo to encode the .ICS file for an event in UTF-8 ?

My debian server is configured to use utf-8 and the email is UTF-8.

The first part charset is UTF8, but the text/calendar is ISO-8859-1 .

part of the email event:

--=_=-_OpenGroupware_org_NGMime-2577-1351005459.132105-0--
content-type: text/plain; charset=UTF-8

User1 vous a invité à la réunion « Test pour  BB  ».

Début: 23/10/12 à 12:00
Fin: 23/10/12 Ã  13:00
Description:
--=_=-_OpenGroupware_org_NGMime-2577-1351005459.132105-0--
content-transfer-encoding: quoted-printable
content-type: text/calendar; method=request; charset=ISO-8859-1

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Inverse inc./SOGo 1.3.13//EN
BEGIN:VEVENT
UID:A11-5086B500-1-5EB29500
SUMMARY:  Test pour BB
CLASS:PUBLIC
ATTENDEE;PARTSTAT=3DNEEDS-ACTION;CN=3DUser1;ROLE=3DREQ-PARTICIPANT=
;RSVP=3DTRUE
 :mailto:us...@domain.tld
ORGANIZER;CN=3Duser2 :mailto:us...@domain.tld
CREATED:20121023T151739Z
DTSTAMP:20121023T151739Z
LAST-MODIFIED:20121023T151739Z
DTSTART;TZID=3DAmerica/Montreal:20121023T12
DTEND;TZID=3DAmerica/Montreal:20121023T13
TRANSP:OPAQUE
END:VEVENT
BEGIN:VTIMEZONE
TZID:America/Montreal
X-LIC-LOCATION:America/Montreal
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700308T02
RRULE:BYDAY=3D2SU;BYMONTH=3D3;FREQ=3DYEARLY
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701101T02
RRULE:BYDAY=3D1SU;BYMONTH=3D11;FREQ=3DYEARLY
END:STANDARD
END:VTIMEZONE
METHOD:request
END:VCALENDAR

--=_=-_OpenGroupware_org_NGMime-2577-1351005459.132105-0


thanks for your help...

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

Re: [SOGo] Reverse Proxy with SOGo

2012-10-23 Thread Stefan Klatt
Hi Remi,

Do it on a easier way:

Install a port forward for imap/smtp to the real server on the sogo server.

Stefan

Am 22.10.2012 18:55, schrieb Remi Verchere:
 Hello,

 I have a working SOGo v2 installation, with an Apache proxy
 configuration on the mail server for webmail access.

 For security purposes, I need to separate the webmail access and
 imap/smtp services.

 My Idea is to install a reverse-proxy on a 2nd server, that redirects
 to the current apache working webmail.
 I try to set-up nginx without success.

 So, can I do the following, and if possible do you have working
 configurations ?
 - User connects to nginx on server A, which proxifies to apache on
 server B, which proxifies to SOGo on server B
 or
 - User connects to nginx on server A, which directly proxifies to SOGo
 on server B

 Thanks for your support,

 Rémi


-- 
*CaC, Computer and Communication*
Inhaber Stefan Klatt
End-2-End Senior Network Consultant
Triftstrasse 9
60528 Frankfurt
Germany
USt-IdNr.: DE260461592

Tel.: +49-(0)172-6807809
Tel.: +49-(0)69-67808-900
Fax: +49-(0)69-67808-837
Email: stefan.kl...@cac-netzwerk.de
attachment: stefan_klatt.vcf

signature.asc
Description: OpenPGP digital signature


Re: [SOGo] SOGoCalendarCategories and SOGoContactsCategories not used

2012-10-23 Thread Simon Walter

On 10/23/2012 10:22 PM, Christian Mack wrote:

Hello Simon Walter


On 2012-10-23 12:01, Simon Walter wrote:

I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults file.
However, they do not appear on the web interface. Am I doing something
wrong?


Did you restart sogod and memcached?



Yes. I certainly did.

Simon

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


Re: [SOGo] SOGoCalendarCategories and SOGoContactsCategories not used

2012-10-23 Thread Simon Walter

On 10/23/2012 10:22 PM, Christian Mack wrote:

Hello Simon Walter


On 2012-10-23 12:01, Simon Walter wrote:

I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults file.
However, they do not appear on the web interface. Am I doing something
wrong?


Did you restart sogod and memcached?



I just logged in with a different user, and they have the new 
categories. However, my user does not. What would be causing this 
behavior? Are those categories per user? Are they stored in the IMAP server?


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


[SOGo] BTS activities for Tuesday, October 23 2012

2012-10-23 Thread SOGo reporter
Title: BTS activities for Tuesday, October 23 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, October 23 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2060
	2012-10-23 05:02:12
	new (open)
	Backend General
	userPasswordAlgorithm = ssh.b64 creates {sha.b64}(null) for any password
	
	  
	
1972
	2012-10-23 15:47:14
	updated (open)
	OpenChange backend
	SOGo appliance RC5 doesn' t automatically push out / load new messages to MS OL Inbox folder.
	
	  
	
2061
	2012-10-23 15:29:00
	new (open)
	OpenChange backend
	"SambaSource" user source for OpenChange backend
	
	  
	
1777
	2012-10-23 14:20:21
	feedback (open)
	with SOGo
	Added event in SOGo web interface and it appears shifted one hour in thunderbird+SOGo connector
	
	  
	
2006
	2012-10-23 14:21:18
	assigned (open)
	Backend Mail
	Contact Search
	
	  
	
1105
	2012-10-23 14:19:32
	assigned (open)
	Web Mail
	Remote images display
	
	  
	
2062
	2012-10-23 16:22:29
	resolved (fixed)
	Web Mail
	In tasks, when priority is prio_null when looking at a calendar without proper rights
	
	  
	
2056
	2012-10-23 10:48:19
	closed (duplicate)
	SOGo
	Uncaught exception MAPIStoreIOException, reason: could not create special table 'socfs_kristian.mccolm'
	
	  
	
  
  




Re: [SOGo] SOGoCalendarCategories and SOGoContactsCategories not used

2012-10-23 Thread Francis Lachapelle
Hi Simon

On 2012-10-23, at 6:01 AM, Simon Walter simon.wal...@hokkaidotracks.com wrote:

 I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults file. 
 However, they do not appear on the web interface. Am I doing something wrong?
 
 Of course entered like so:
 defaults write sogod SOGoCalendarCategories '(Meeting,Public Event,Staff 
 Event,Project,Task,Annual Leave,Public Holiday,Time in 
 Lieu,Unpaid Leave,Other)'
 defaults write sogod SOGoContactsCategories 
 '(Staff,Client,Lead,Supplier,Partner,Press,Guest,Owner,Agent)'

Have you tried with a fresh user profile?


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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