Re: Aw: [SOGo] 100% CPU sogod

2015-05-05 Thread CF
Hi Daniel, Hi Emmanuel,

How to find the faulty user ? I have currently 100 more mailboxes, and
i'm experiencing a crash i suspect related to a misconfigured user, but
i'm not actually able to see who.

syslog / sogo.log are tracking all users, and the problem is shifted in
time, it does not happen easily. I have to restart dovecot to free sogo
processes (yes, how strange) and all is working fine again.

Thank you if you have advices,

CF

Le 05/05/2015 12:03, Emmanuel d'Humières a écrit :
 Thanks Daniel for your reply.

 But I think problem has been now identified.

 It seems to be related to a user activesync synchronization via
 Android 5.1.
 I asked the user to remove his exchange account on his phone, and no
 more crazy sogod process running at 100%.
 If he enables again the synchronization, he can see his mails, but no
 calendar and sogod process start running at 100% CPU.

 I don't know if it's connected with
 https://code.google.com/p/android/issues/detail?id=79389 threads,
 telling that people with Android 5.1 can see their mails, but not the
 calendars.

 Has someone experienced successful calendar synchronizations with SOGo
 last version and Android 5.1 ?
 And regarding SOGo developers,  is it useful to fill up a bug
 regarding sogod process looping at 100% CPU ?

 Thanks for your comments.

 Regards,

 Emmanuel


 Le mardi 05 mai 2015 à 10:20 +0200, Daniel Müller a écrit :
 So if  SOGo behave like that in my environment there is a user which
 is misconfigured. Find out that user and delete all settings ex.:
 sogo-tool remove username. 
 And all will be fine again. 
   
 Greetings 
 Daniel 
   
 *Gesendet:* Montag, 04. Mai 2015 um 12:47 Uhr
 *Von:* Emmanuel d'Humières emmanuel.dhumie...@kelois.com
 *An:* users@sogo.nu
 *Betreff:* [SOGo] 100% CPU sogod 
 Hi guys,

 first of all, many thanks to SOGo team for this brilliant project.
 I used SOGo for several years and I install it for my customers who
 are very happy with this exchange alternative ;-)

 Unfortunately, I have recently installed SOGo for one of my customers
 and we have a very strange behaviour.
 We start SOGo service and after a random time (few minutes or few
 hours), we observe via top linux command one, then several sogod
 processus running at 100% cpu. We see in SOGo log /pid  has been
 hanging in the same request for x minutes /
 and then watchdog messages :
 /safety belt -- sending KILL signal to pid /
 /child  exited/
 /(terminated due to signal 9)/
 /child spawned with pid '/

 I know the meaning of previous messages which are finally quite
 normal, but in the meantime, 5 or 7 process SOGOd running at the same
 time at 100 % seem to be strange. I never encounter this kind of
 issue so I started to make some analysis.

 I first check with strace command to see system calls made by SOGOd
 process : nothing was displayed except the kill system call made by
 the watchdog. So it's 100% pure cpu usage.

 I have installed the debug tools in order to provide you some
 backtrace. You will find below 2 different backtraces done at 2
 different moments.
 They are a little bit different, but the others traces I've made look
 similar.

 Please can you help me as I try to push this solution for this customer ?
 There are right now 5 test users and 5 activesync enabled.

 Thanks for your help, especially to indicate me if I need to open a bug.

 Regards,

 Emmanuel
  
 




 Here are 2  backtraces of the 100% sogod process :

 ===  trace 1  =
 #0  0x7fc8c8e87df1 in _wordcopy_fwd_dest_aligned (dstp=optimized
 out, srcp=optimized out, len=1964944)
 at wordcopy.c:207
 #1  0x7fc8c8e82417 in __memmove_sse2 (dest=0x7fc8ac4bec00,
 src=optimized out, len=33734901) at ../string/memmove.c:79
 #2  0x7fc8c9c93dd7 in memmove (__len=optimized out,
 __src=optimized out, __dest=optimized out)
 at /usr/include/x86_64-linux-gnu/bits/string3.h:57
 #3  fillHole (size=1, index=977904, self=0x7fc8cefc34b8) at
 GSString.m:2161
 #4  -[GSMutableString replaceCharactersInRange:withString:]
 (self=0x7fc8cefc34b8, _cmd=optimized out, aRange=...,
 aString=0x7fc8bd7c2620 _OBJC_INSTANCE_3) at GSString.m:4998
 #5  0x7fc8c9e4b019 in -[NSMutableString(GNUstepBase)
 replaceString:withString:] (self=0x7fc8cefc34b8,
 _cmd=optimized out, replace=0x7fc8bd7c2600 _OBJC_INSTANCE_2,
 by=0x7fc8bd7c2620 _OBJC_INSTANCE_3)
 at NSMutableString+GNUstepBase.m:300
 #6  0x7fc8c9e4c036 in -[NSString(GNUstepBase)
 stringByReplacingString:withString:] (self=0x7fc8cece46c8,
 _cmd=optimized out, replace=0x7fc8bd7c2600 _OBJC_INSTANCE_2,
 by=0x7fc8bd7c2620 _OBJC_INSTANCE_3)
 at NSString+GNUstepBase.m:216
 #7  0x7fc8bd5987af in -[NSData(ActiveSync)
 activeSyncRepresentationInContext:] (self=0x7fc8ceff7218,
 _cmd=0x7fc8bd7ca970 _OBJC_SELECTOR_TABLE+1648,
 context=0x7fc8ceb1a608) at NSData+ActiveSync.m:60

[SOGo] Migrate from existing SOGo without native outlook compatibility to native outlook compatibility

2013-02-26 Thread CF Studelec
Hi all,

Actually i'm wondering if anyone experience such a transitions.

Dovecot 1.x, as Postfix, as SOGo 2.03, all authing on a local LDAP
directory.
I'm running mbox-type mails, this is why i had to use dovecot, which is
compatible with my legacy mailboxes.

I plan to run native outlook compatibility, but i have the following
troubles:

1) can i migrate my actual LDAP accounts to samba4 LDAP account ? i use
various schemas, are they supported or am i limited ?
2) i already have a domain controller (let's call it master domain),
with workstations attached. Can i declare a new domain controller
(samba4 domain), and allow workstation loggued on master domain to
directly use outlook (which will be attached to samba4 domain) ?

Thank you for your opinions !
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Help needed, making a real admin tool for SOGO, needs commands.

2013-02-22 Thread CF Studelec
Le 22/02/2013 08:04, André Schild a écrit :
 Am 22.02.2013 07:05, schrieb Szládovics Péter:
 2013-02-21 23:52 keltezéssel, CF Studelec írta:
 On my side, this is mainly through an LDAP client.
 2) Basically i need a tool for managing LDAP. I use the one provided
 with Webmin *OR* Jxplorer, a java tool able to do this.
 Don't forget Apache Directory Studio,
 we used JXplorer too, but since finding the Apache Directory Studio we
 are using this one.

 André
Thanks for the tip, i'll have a look at it !
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Help needed, making a real admin tool for SOGO, needs commands.

2013-02-21 Thread CF Studelec
On my side, this is mainly through an LDAP client.

1) SOGo is installed on behalf of DOVECOT/POSTFIX. They auth all on LDAP
database. SASL also rely on LDAP. Salt with Amavis, Postgrey  ClamAv,
and it's a classic mail server.

2) Basically i need a tool for managing LDAP. I use the one provided
with Webmin *OR* Jxplorer, a java tool able to do this.


Le 20/02/2013 23:08, administrator a écrit :

 How are people managing this from day to day right now? From reading
 the instructions it probably goes something like this:

  

 a)  Someone needs a new box

 b)  Admin guy takes about a good 10 -- 15 mins trying to remember
 the commands, probably stumbles around a bit

 c)   Admin guy tries to iron out the problems because of missed
 steps or misspellings

  

  

 I was thinking of programming it all in asp.net running (in apache
 since I'm guessing most linux distros can install that without an x
 desktop. I can somewhat easily convert vb.net - c# and use the stuff
 I'm used to. I've written console apps before as well in windows that
 run in linux using mono.

  

 You guys can help start making a list of all the commands you guys use
 on a regular basis, or to change settings etc...

 After that, anyone can write a front end without having to know what's
 in the back end like postfix/cyrus. I can make android and windows app
 ones, I hate writing web apps though so I'll leave that to someone
 else. The android one interests me because I get most of my annoying
 support calls in the mornings and I don't really want to get out of
 bed for some email problem when I can go right back to sleep.

  

 -K

  

 *From:*Wayland Sothcott [mailto:wayl...@sothcott.co.uk]
 *Sent:* Wednesday, February 20, 2013 4:47 PM
 *To:* users@sogo.nu
 *Subject:* Re: [SOGo] Help needed, making a real admin tool for SOGO,
 needs commands.

  

 On 20/02/2013 21:38, administrator wrote:

 SOGo looks promising, but the sheer amount of bad user interfaces
 to manage it and stuff like that is staggering.

  

 What was I expecting?

 1)  Install the ZEG appliance, at first login tell me the
 management url: http://192.x.x.x/SOGo

 2)  I should have been able to log in as sogo to begin with in
 the web interface

 3)  From there, I should be able to just type in a list of
 domains to accept mail for and their settings

 4)  Also from there I should be able to easily create users
 for each mail domain (sorta like the windows user manager, at
 least M$ got that part right)

 5)  Other misc configs. And scripts to do the same stuff
 easily from the commandline without having to remember what back
 ends you were using

  

 What I'm proposing:

 Since I only do vb.net I'm kinda screwed in a way because linux
 mainly supports c#, perl, php, that kind of stuff. Except for the
 gambas IDE, and bash shell scripts and tools. But even with that,
 I'd be willing to give it a shot to make a simple user interface
 to make managing this thing as simple as IIS6 and the local users
 and groups is on windows. I mean ideally someone would just finish
 their webmin module but I've got what I've got.

  

 What I need from you guys:

 All the command line stuff you know to manage things.

 -Add/Delete New user

 -Add/Delete New mailbox

 Etc...

  

 It's practically faster for me to make the program than figure
 this stuff out.

  

 -K

 I am trying to solve this also. Not from the position of writing the
 interface but of finding one that someone has done. As well as looking
 at SOGo I am also looking at z-push. This can be integrated with a
 server running Debian and ISPConfig. However z-push only works with
 mobile devices and not Outlook.

 It is a bit of a nightmare making a good solution. Zentyal comes with
 Zarafa which has z-push but you don't get native Outlook compatibility
 and need a licensed connector to install into Outlook.


 -- 
  
 Mobile: 07925 431381
 Office: 01787 388165

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

Re: [SOGo] Funambol Sync with Phone and Multiple Address Books

2013-02-20 Thread CF Studelec
On my side, my goal is to share with Outlook multiples adress books.
One is the personnal one, so the Outlook user is syncing it through
Funambol, and it works fine.
But i'd like to sync a second address book with sogo.

Actually, i can only figure how to sync personal one. Not a custom one,
created side by side.

Yes i would have similar issues on Android or any syncML capable device:
generally, i can only sync sogo-card.

I ran into theses questions:
- can i choose the address book (sogo side) i want to share through
syncML with modifications of sogo-card.xml in funambol server ?
- can i share multiples calendars, first on server side, then on client
side (it seems funambol outllok client is only syncing one. Does anyone
know a tool able to sync more than one ?)

That would really hits the rock because i have constraint in deploying
native outlook support: need to stay on Dovecot for mbox support - and
configure the v2.0 to have it working with my infrastructure is somehow
complex, already some ldap directory i 'll need to move (and that's not
a little thing due to many clients programs that are using it), the fact
i should handle 2 accounts (samba 4 + ldap) is my last problem.

Perhaps i should open a new thread for theses questions.

Le 20/02/2013 00:46, was.besseres.g...@gmx.net a écrit :
 I suppose the general Idea for android would be using the DAV
 protocols through the apps that are mentioned on the homepage. Sad
 they are neither free nor declared final/stable, but on a test phone
 everything seems to work fine (at least one-way).

 DAV works fine for Android and iOS so far and each
 addressbook/calendar has it's own entity on the phone.

 Sadly the dmfs.org calday-app does not yet support tasks, as android
 has no buildin task interface

 Sincerely,
 Hagen

 Am 16.02.2013 11:08, schrieb CF Studelec:
 Bump,

 i'm stuck in the same issue.

 Actually, i don't understand how Sogo is performing with multiples
 personal address books. It shares Personal, not sure if possible to
 change it.

 Related to Funambol sync client, running 2 instances will be interesting
 but i can't figure how to do.

 I have tryed with another SyncML client, same issue, only one address
 book can be configured.

 1) Is it possible to tell SOGo-Funambol conduit what adress book to
 share for this user ?
 2) Is it possible to start 2 instances of Funambol ?
 3) Any others ideas to help about this trouble ?

 Thank you,

 Le 14/02/2013 13:51, was.besseres.g...@gmx.net a écrit :
 Am 14.02.2013 13:50, schrieb Christian Mack:
 Hello Hagen Richter


 Am 2013-02-14 13:31, schrieb was.besseres.g...@gmx.net:
 i stumbled upon this issue when introducing a company address book
 that
 each user subscribes. Funambol seems to only sync the Personal
 address
 book of each user. Am I missing some configuration options or is this
 the expected behavior?

 This is a restriction on the client side.

 But there is a workaround.
 In the properties of a calendar you can activate the option
 Synchronize and give this calendar a synchronization name called
 Tag.

 When you now synchronize via Funambol, it will merge all events from
 such activated calendars into one virtual calendar.
 This virtual calendar will then be synchronized to your device.
 Each event will be preseeded with the given tag for its calendar.
 Therefore they can be synched back based on this tag.

 Hope this helps a bit.


 Kind regards,
 Christian Mack

 I was talking about address books/contacts :)

 mfg


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


Re: AW: [SOGo] Funambol Sync with Phone and Multiple Address Books

2013-02-20 Thread CF Studelec
Thank you Jorg.

Is ICS4OL supporting adress books too ? I can't figure it on the website.


Le 20/02/2013 11:22, Jörg Lübbecke a écrit :
 We started the migration of our Groupware DAVID to SoGo in 2011 with the 
 Funambol Sync-Client and we had several severe problems with this client.
 In the second step we installed the iCal4OL Sync Client from 
 http://ical.gutentag.ch/ and it worked even with several adressbooks, 
 calendar sharing, tasks etc. 

 So take a look at it!


 With kind regards

 i.A. Jörg Lübbecke

 EDV-Administration
 MAREP GmbH 
 eMail: j.luebbe...@marep.de
 Tel.:03996 /15778 - 12
 Fax:03996 / 15778 - 20
 Mobil: 0174 / 3443 067

Bundes- und Landessieger Mecklenburg-Vorpommern des Shell 
 Service Awards 2011.




 -Ursprüngliche Nachricht-
 Von: CF Studelec [mailto:cfois...@studelec-sa.com] 
 Gesendet: Mittwoch, 20. Februar 2013 09:27
 An: users@sogo.nu
 Betreff: Re: [SOGo] Funambol Sync with Phone and Multiple Address Books

 On my side, my goal is to share with Outlook multiples adress books.
 One is the personnal one, so the Outlook user is syncing it through Funambol, 
 and it works fine.
 But i'd like to sync a second address book with sogo.

 Actually, i can only figure how to sync personal one. Not a custom one, 
 created side by side.

 Yes i would have similar issues on Android or any syncML capable device:
 generally, i can only sync sogo-card.

 I ran into theses questions:
 - can i choose the address book (sogo side) i want to share through syncML 
 with modifications of sogo-card.xml in funambol server ?
 - can i share multiples calendars, first on server side, then on client side 
 (it seems funambol outllok client is only syncing one. Does anyone know a 
 tool able to sync more than one ?)

 That would really hits the rock because i have constraint in deploying native 
 outlook support: need to stay on Dovecot for mbox support - and configure the 
 v2.0 to have it working with my infrastructure is somehow complex, already 
 some ldap directory i 'll need to move (and that's not a little thing due to 
 many clients programs that are using it), the fact i should handle 2 accounts 
 (samba 4 + ldap) is my last problem.

 Perhaps i should open a new thread for theses questions.

 Le 20/02/2013 00:46, was.besseres.g...@gmx.net a écrit :
 I suppose the general Idea for android would be using the DAV 
 protocols through the apps that are mentioned on the homepage. Sad 
 they are neither free nor declared final/stable, but on a test phone 
 everything seems to work fine (at least one-way).

 DAV works fine for Android and iOS so far and each 
 addressbook/calendar has it's own entity on the phone.

 Sadly the dmfs.org calday-app does not yet support tasks, as android 
 has no buildin task interface

 Sincerely,
 Hagen

 Am 16.02.2013 11:08, schrieb CF Studelec:
 Bump,

 i'm stuck in the same issue.

 Actually, i don't understand how Sogo is performing with multiples 
 personal address books. It shares Personal, not sure if possible to 
 change it.

 Related to Funambol sync client, running 2 instances will be 
 interesting but i can't figure how to do.

 I have tryed with another SyncML client, same issue, only one address 
 book can be configured.

 1) Is it possible to tell SOGo-Funambol conduit what adress book to 
 share for this user ?
 2) Is it possible to start 2 instances of Funambol ?
 3) Any others ideas to help about this trouble ?

 Thank you,

 Le 14/02/2013 13:51, was.besseres.g...@gmx.net a écrit :
 Am 14.02.2013 13:50, schrieb Christian Mack:
 Hello Hagen Richter


 Am 2013-02-14 13:31, schrieb was.besseres.g...@gmx.net:
 i stumbled upon this issue when introducing a company address book 
 that each user subscribes. Funambol seems to only sync the 
 Personal address book of each user. Am I missing some 
 configuration options or is this the expected behavior?

 This is a restriction on the client side.

 But there is a workaround.
 In the properties of a calendar you can activate the option 
 Synchronize and give this calendar a synchronization name called 
 Tag.

 When you now synchronize via Funambol, it will merge all events 
 from such activated calendars into one virtual calendar.
 This virtual calendar will then be synchronized to your device.
 Each event will be preseeded with the given tag for its calendar.
 Therefore they can be synched back based on this tag.

 Hope this helps a bit.


 Kind regards,
 Christian Mack

 I was talking about address books/contacts :)

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


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


Re: AW: [SOGo] Funambol Sync with Phone and Multiple Address Books

2013-02-20 Thread CF Studelec
I evaluated this software 2 years ago, when i was also evaluating SOGo.
The configuration was easy. It took some times to figure that .ics
calendar in SOGo were read-only, i only remember this as something i
spent time. i had to sync with caldav.

Tomorrow i'll download the trial again, and see if the contacts sync is
working flawlessly.

Thank you all,
CF

Le 20/02/2013 16:56, Thibault Le Meur a écrit :
 Not Ics4OL, but Ical4OL.

 Jorg,
 Do you have a tutorial on how to setup Ical4OL for a connection to SOGo ?
 That would definitely help us.

 Thanks in advance,
 Thibault



 Le 20/02/2013 16:09, CF Studelec a écrit :
 Thank you Jorg.

 Is ICS4OL supporting adress books too ? I can't figure it on the
 website.


 Le 20/02/2013 11:22, Jörg Lübbecke a écrit :
 We started the migration of our Groupware DAVID to SoGo in 2011 with
 the Funambol Sync-Client and we had several severe problems with
 this client.
 In the second step we installed the iCal4OL Sync Client from
 http://ical.gutentag.ch/ and it worked even with several
 adressbooks, calendar sharing, tasks etc.

 So take a look at it!


 With kind regards

 i.A. Jörg Lübbecke

 EDV-Administration
 MAREP GmbH
 eMail: j.luebbe...@marep.de
 Tel.:03996 /15778 - 12
 Fax:03996 / 15778 - 20
 Mobil: 0174 / 3443 067

 Bundes- und Landessieger Mecklenburg-Vorpommern
 des Shell Service Awards 2011.




 -Ursprüngliche Nachricht-
 Von: CF Studelec [mailto:cfois...@studelec-sa.com]
 Gesendet: Mittwoch, 20. Februar 2013 09:27
 An: users@sogo.nu
 Betreff: Re: [SOGo] Funambol Sync with Phone and Multiple Address Books

 On my side, my goal is to share with Outlook multiples adress books.
 One is the personnal one, so the Outlook user is syncing it through
 Funambol, and it works fine.
 But i'd like to sync a second address book with sogo.

 Actually, i can only figure how to sync personal one. Not a custom
 one, created side by side.

 Yes i would have similar issues on Android or any syncML capable
 device:
 generally, i can only sync sogo-card.

 I ran into theses questions:
 - can i choose the address book (sogo side) i want to share through
 syncML with modifications of sogo-card.xml in funambol server ?
 - can i share multiples calendars, first on server side, then on
 client side (it seems funambol outllok client is only syncing one.
 Does anyone know a tool able to sync more than one ?)

 That would really hits the rock because i have constraint in
 deploying native outlook support: need to stay on Dovecot for mbox
 support - and configure the v2.0 to have it working with my
 infrastructure is somehow complex, already some ldap directory i 'll
 need to move (and that's not a little thing due to many clients
 programs that are using it), the fact i should handle 2 accounts
 (samba 4 + ldap) is my last problem.

 Perhaps i should open a new thread for theses questions.

 Le 20/02/2013 00:46, was.besseres.g...@gmx.net a écrit :
 I suppose the general Idea for android would be using the DAV
 protocols through the apps that are mentioned on the homepage. Sad
 they are neither free nor declared final/stable, but on a test phone
 everything seems to work fine (at least one-way).

 DAV works fine for Android and iOS so far and each
 addressbook/calendar has it's own entity on the phone.

 Sadly the dmfs.org calday-app does not yet support tasks, as android
 has no buildin task interface

 Sincerely,
 Hagen

 Am 16.02.2013 11:08, schrieb CF Studelec:
 Bump,

 i'm stuck in the same issue.

 Actually, i don't understand how Sogo is performing with multiples
 personal address books. It shares Personal, not sure if possible to
 change it.

 Related to Funambol sync client, running 2 instances will be
 interesting but i can't figure how to do.

 I have tryed with another SyncML client, same issue, only one address
 book can be configured.

 1) Is it possible to tell SOGo-Funambol conduit what adress book to
 share for this user ?
 2) Is it possible to start 2 instances of Funambol ?
 3) Any others ideas to help about this trouble ?

 Thank you,

 Le 14/02/2013 13:51, was.besseres.g...@gmx.net a écrit :
 Am 14.02.2013 13:50, schrieb Christian Mack:
 Hello Hagen Richter


 Am 2013-02-14 13:31, schrieb was.besseres.g...@gmx.net:
 i stumbled upon this issue when introducing a company address book
 that each user subscribes. Funambol seems to only sync the
 Personal address book of each user. Am I missing some
 configuration options or is this the expected behavior?

 This is a restriction on the client side.

 But there is a workaround.
 In the properties of a calendar you can activate the option
 Synchronize and give this calendar a synchronization name called
 Tag.

 When you now synchronize via Funambol, it will merge all events
 from such activated calendars into one virtual calendar.
 This virtual calendar will then be synchronized to your device.
 Each event will be preseeded with the given tag for its calendar.
 Therefore they can

Re: [SOGo] Funambol Sync with Phone and Multiple Address Books

2013-02-16 Thread CF Studelec
Bump,

i'm stuck in the same issue.

Actually, i don't understand how Sogo is performing with multiples
personal address books. It shares Personal, not sure if possible to
change it.

Related to Funambol sync client, running 2 instances will be interesting
but i can't figure how to do.

I have tryed with another SyncML client, same issue, only one address
book can be configured.

1) Is it possible to tell SOGo-Funambol conduit what adress book to
share for this user ?
2) Is it possible to start 2 instances of Funambol ?
3) Any others ideas to help about this trouble ?

Thank you,

Le 14/02/2013 13:51, was.besseres.g...@gmx.net a écrit :
 Am 14.02.2013 13:50, schrieb Christian Mack:
 Hello Hagen Richter


 Am 2013-02-14 13:31, schrieb was.besseres.g...@gmx.net:
 i stumbled upon this issue when introducing a company address book that
 each user subscribes. Funambol seems to only sync the Personal address
 book of each user. Am I missing some configuration options or is this
 the expected behavior?

 This is a restriction on the client side.

 But there is a workaround.
 In the properties of a calendar you can activate the option
 Synchronize and give this calendar a synchronization name called
 Tag.

 When you now synchronize via Funambol, it will merge all events from
 such activated calendars into one virtual calendar.
 This virtual calendar will then be synchronized to your device.
 Each event will be preseeded with the given tag for its calendar.
 Therefore they can be synched back based on this tag.

 Hope this helps a bit.


 Kind regards,
 Christian Mack

 I was talking about address books/contacts :)

 mfg

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


Re: [SOGo] SOGo v2 architecture

2012-09-08 Thread CF Studelec
Thank you Francis, this document is a must have.


Le 07/09/2012 23:52, Francis Lachapelle a écrit :
 Hi SOGo fellows

 I've made a diagram of the components surrounding the Outlook compatibility 
 layer of the upcoming 2.0 release. It's on the website and the Native 
 Microsoft Outlook Configuration guide.

 Hopefully it will help anyone to better understand the integration of Samba 4 
 and OpenChange into the new Outlook compatibility feature.

 http://www.sogo.nu/english/about/overview.html
 http://www.sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuration.pdf

 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


Re: [SOGo] ANN: SOGo v1.3.17

2012-07-28 Thread CF Studelec
On 27/07/2012 19:21, Khapare Joshi wrote:
 hi,

 I just upgraded from 1.3.12b to 1.3.17 - so far I do not see any
 issue, Also since I am upgrding from 1.3.12b to 1.3.7 - do i still
 have to run sql script ? or that is only if I run mysql ?

 However I get tons of error message in my sogo log saying cannot
 convert the jpeg format:

 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x34a7128[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x34d9578[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x350bc08[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x352dab8[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1c757b8[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1c8b698[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1cbd5a8[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1cd3f58[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d06508[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d36668[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d4cb68[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d69328[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d7cfb8[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1e037a8[NGLdapAttribute]
 cound not convert value of jpegPhoto to string
 Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1e31de8[NGLdapAttribute]
 cound not convert value of jpegPhoto to string

 how do i get rid of this error ?

 K

Hello,

Just to say i have same issues.

Thank you for 1.3.17-1.

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


Re: [SOGo] SOGoRootPage Login for user 'myuser' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0

2012-06-06 Thread CF Studelec
I also have this error on... 1 user only. He is similar to all users - i
checked his account ten times, but i have not deleted/recreated him. I
performed no special operations on this account.

To solve it, i updated his password, restarted slapd and sogo, and it
worked. Go back to old password is always firing this error, so, i don't
know who is handling password policy, but it is doing it well :D

Le 04/06/2012 15:30, Jean Raby a écrit :
 On 12-06-03 11:36 PM, Guillaume JULLIEN wrote:
 Le 04/06/2012 02:46, Jean Raby a écrit :
 On 12-06-03 3:24 PM, Guillaume JULLIEN wrote:
 Hello,
 Hi Guillaume,

 No way to login on web interface.

 Can you help me ? I could find any working solution to my problem.

 can you try logging in as 'John Doe'?

 It seems like the DN of the user is cn=John
 Doe,ou=users,dc=domain,dc=fr, so you'd need to bind with the CN, not
 with the uid, as shown in the subject of this mail.

 Also, I never tested a login with a space in it. If 'John Doe' doesn't
 work, try a cn without a space.

 LDAP logs might be useful here to get more details on what is actually
 failing.
 Hello,

 How do I bind with the CN ?

 From the example ldap entry you posted, 'John Doe' is the CN, 'myuser'
 is the uid. So try to login using 'John Doe' instead of 'myuser'.

 Also, check the ldap logs, you might see hints about what is actually
 failing.

 I tried :
 keyCNFieldName/key
 stringcn/string
 keyIDFieldName/key
 stringcn/string
 keyUIDFieldName/key
 stringcn/string

 Doesn't work.


 Platform : ubuntu Ubuntu 11.04
 SOGo : 1.3.15
 Postgresql : 8.4
 openldap : 2.4.23

 *In /etc/ldap/slapd.conf, I have*
 ...
 suffix dc=domain,dc=fr
 rootdn cn=manager,dc=domain,dc=fr
 ...

 *Here is a user ldap account :*
 26 cn=John Doe,ou=users,dc=domain,dc=fr
 objectClass: sambaSamAccount
 objectClass: posixAccount
 objectClass: inetOrgPerson
 objectClass: organizationalPerson
 objectClass: person
 ...
 uid: myuser
 cn: John Doe
 uidNumber: 5040
 mail: j...@domain.fr
 sn: Doe
 givenName: John

 *And my (sogo) GNUstep/Defaults/.GNUstepDefaults configuration file :*
 ...
 keySOGoUserSources/key
 array
 dict
 keyCNFieldName/key
 stringcn/string
 keyIDFieldName/key
 stringcn/string
 keyIMAPHostFieldName/key
 stringmailHost/string
 keyUIDFieldName/key
 stringuid/string
 keybaseDN/key
 stringou=users,dc=domain,dc=fr/string
 keybindDN/key
 stringcn=manager,dc=domain,dc=fr/string
 keybindPassword/key
 stringsecret/string
 keycanAuthenticate/key
 stringYES/string
 keydisplayName/key
 stringShared adresses/string
 keyhostname/key
 stringlocalhost/string
 keyid/key
 stringpublic/string
 keyisAddressBook/key
 stringYES/string
 keyport/key
 string389/string
 /dict
 /array
 ...

 Thanks in advance,





 -- 
 *Guillaume JULLIEN*

 www.aquilog.fr

 Mobile 06 24 68 25 24
 Fax 05 57 96 83 58
 Mail g.jull...@aquilog.fr mailto:g.jull...@aquilog.fr
 Web www.aquilog.fr http://www.aquilog.fr




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


Re: [SOGo] ANN: SOGo v2.0.0rc1 with Native Outlook Compatibility

2012-04-11 Thread CF Studelec
Good job !

Will any Debian Lenny package be available ?

Thank you !

Le 11/04/2012 23:03, Martin Rabl a écrit :
 Congratulations for the first RC!
 Great job done!

 Martin Rabl

 P.S.: will there be a package for Ubuntu 10.04 LTS in future?

 Am 11.04.12 22:52, schrieb Wolfgang Sourdeau:
 Inverse is proud to announce the first release candidate of SOGo v2.0.0
 with native Microsoft Outlook compatibility.

 This release allows Microsoft Outlook 2003, 2007 or 2010 to talk
 directly to SOGo - just like if it was a Microsoft Exchange server. No
 plugins are required for Microsoft Outlook to make this work.

 This release candidate is available as source, as RPM packages for Red
 Hat Enterprise Linux/CentOS version 5 or 6, or as Debian packages for
 Debian 6.0 Squeeze and Ubuntu 11.10 Oneiric Ocelot. The Zero Effort
 Groupware (ZEG) virtual appliance is also available for testing
 purposes.

 The virtual appliance consists of the latest development version of
 SOGo, SOPE and OpenChange, properly installed and configured. Note that
 the native Microsoft Outlook compatibility is still experimental. The
 fundamentals have been developed and should suit normal end-users.
 Progress towards the final version will be fast from now on.

 == Getting it ==

 To download SOGo ZEG v2.0.0rc1, visit
 http://www.sogo.nu/english/downloads/zeg.html#outlook

 For Red Hat, Debian or Ubuntu packages, use the nightly builds and
 follow the configuration instructions from the SOGo - Native Microsoft
 Outlook Configuration guide.

 == Changes ==

 Here is a list of changes performed by the Inverse team on native
 Outlook compatibility since beta 5 was released :

 * Extensive testing of the offline mode has been performed, leading to a
 lot of synchronisation fixes.
 * A lot of stability and memory issues have been fixed.
 * Native packages for Ubuntu 11.10 and Debian 6.0 are now made
 available.

 Refer to the SOGo - Native Microsoft Outlook Configuration guide for
 current known issues or limitations.

 == Upcoming improvements ==

 The follow improvements will occur in the next following days, likely
 resulting in another release candidate :

 * Speed improvements for IMAP and SQL requests
 * Memory usage improvements

 == Installation / Update ==

 For the impatient, once started, point your browser to your ZEG IP
 address and read the Clients section to configure your favorite fat
 client.

 Please refer to the SOGo - Native Microsoft Outlook Configuration
 guide if you are installing the solution for the first time. The ZEG
 appliance can also be updated using the compilation instructions from
 the same guide.

 The SOGo 2.0.0 virtual appliance now makes use of the nightly Ubuntu
 packages offered by Inverse. From now on, the apt-get update and
 apt-get install commands will keep your installation of SOGo and
 OpenChange up-to-date.

 == Helping Out ==

 There are many ways you can help us. You can:

 * Tests with Outlook 2003, 2007 and 2010 and send us detailed reports.
 Bugs should be filed at http://www.sogo.nu/bugs/ in the SOGo Native
 Outlook Compatibility project
 * Spread the good word about this beta release!
 * Follow our development in the users@sogo.nu mailing list and update
 regularly the components mentioned above
 * Contact us if you want to sponsor specific features with regard to
 Outlook / SOGo compatibility

 === Getting Support ===

 For any questions, do not hesitate to contact us by writing to
 supp...@inverse.ca

 Customer support packages for SOGo are available from
 http://inverse.ca/support.html



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


Re: [SOGo] user pictures from LDAP

2012-03-07 Thread CF
Le 07/03/2012 10:39, Bruno Lingner (Hugo) a écrit :
 hi list

 is it possible to get the user pictures from LDAP, and if so, would
 they be available in the thunderbird address book too? we have them as
 jpegPhoto in our LDAP. maybe a config variable like
 SOGoLDAPContactPictureAttribute = jpegPhoto;

 hugo.-

Interesting, this is something that was next on my list, was not able to
make it work :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] What version of Funambol server is needed for sogo 1.3.12?

2012-02-24 Thread CF
Le 24/02/2012 09:08, André Schild a écrit :
 Am 24.02.2012 08:49, schrieb Alessio Cecchi:
 Hi,

 we are running SOGo version 1.3.12 on Debian 6. Now we want to try
 syncronization with mobile device (mainly Blackberry).

 What version of funambol server is needed for sogo 1.3.12? In the
 documentetion I read 8.7, this is the only supported version or the
 minimum recommended version?

 Thanks
 According to mails in this list V10 does not work well, but V9 can be
 used.

 André
V10 works fine but on a brand new installation. You can also use sogo
funambol conduit v1.0.9.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo extensions for Thunderbird 10!

2012-02-10 Thread CF

Le 10/02/2012 12:55, Ludovic Marcotte a écrit :

Hi,

New versions are again (10.0pre3) available from 
http://inverse.ca/downloads/extensions/nightly/


The only remaining issues are the photo/picture synchronization 
issue in the address book module and the proxy issue Luca mentioned. 
I'm not sure we'll have the time to look at the proxy issue for the 
first final version of those extensions.


Report anything you see.

Thanks,


Hi Ludovic,

I'm unable to see the SOGo icons (above the calendars) in Thunderbird.
I'm not sure what i'm doing wrong.

I tryed with a blank ESR Thunderbird 10.0, pushing only lightning 1.2.1 
+ sogo-connector and sogo-integrator. I updated the extensions.rdf with 
my SOGo server adress - seems ok.


Basically on 3.1, i used identical things, and had no issues. I 
correctly see the SOGo tab in Options, allowing me to customize categories.


Extensions i have, Thunderbrd 10.0 ESR French:
*Lightning 1.2.1
*Google Agenda Provider 0.9
*Sogo integrator pre3
*Sogo connector pre3

what i tried:
* on XP, on Windows 7 x64
* with Thunderbird 10.0 ESR / regulat
* first installing Connector, then Integrator, and vice-versa

Can you help me to troubleshoot this issue ? Can i give you relevant 
traces to help you ?


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

Re: [SOGo] Understanding how calendar sharing works

2012-02-05 Thread CF

Le 04/02/2012 18:27, Peter Peltonen a écrit :

On Sat, Feb 4, 2012 at 6:02 PM, CFcfois...@studelec-sa.com  wrote:

ICS calendars are read only. You must use CalDAV.

I am using CalDAV. At least I think I am :)

I use the CalDAV address in Lightning to access the calendar provided
by SOGo, therefore I am using CalDAV, right?

And I also have the problem in using the SOGo web UI.

Or am I missing some newbie gotcha here...?

Best,
Peter
Ok, you should next verify if you have proper rights (ACL): click on 
Sharing, add User, and double clic on the newly added user (or double 
clic on Any to change common rights). You can then set the correct 
permissions.


Don't bother with lightning until you have it working in web interface; 
as soon as it is ok, you can quietly mapped your calendars (through 
CalDAV, but you have this point ok :) )

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

Re: [SOGo] Re: funambol not syncing from outlook but gives no errors

2012-02-05 Thread CF

Le 05/02/2012 15:43, Peter Peltonen a écrit :

Providing some more info:

On Sun, Feb 5, 2012 at 4:11 PM, Peter Peltonenpeter.pelto...@gmail.com  wrote:

The Windows Sync Client Log says:

Here is the Windows Sync Client Log captured in Debug mode:

http://pastebin.com/iKTHGgnH

Regards,
Peter
Peter, there is a 1.0.9 funambol conduit which is correcting some bugs 
encountered in 1.3.11.
I have installed recently funambol 10.0.3 + 1.0.9 and all is ok as soon 
as you have no auth errors (i tryed to pull MySQL db password for in 
sogo-cal / sogo-card: i was unable to made it working).



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

Re: [SOGo] upgrade from 1.3.10 to 2.0b3

2011-12-07 Thread CF

Le 07/12/2011 12:45, Martin Seener a écrit :

Hello!

by the way - for us it just was so simple - dont this 2h earlier today.
changed the sources.list from squeeze to squeeze-nightly and done a 
apt-get update  apt-get upgrade (i created a backup-script for all 
sogo configs and the database before and tested this too)


after upgrade ive done a /etc/init.d/sogo restart and everything was 
fine :)


but we never compiled this own our own...

next step is complete outlook and mobile device integration

On 12/7/11 12:33 PM, Jean-Michel OLTRA wrote:

 Bonjour,


Le mercredi 07 décembre 2011, Martin Seener a écrit...



i have a working SOGo 1.3.10 installation on my debian squeeze 6.0.1
vServer and wanna upgrade to 2.0.0b3.
is it just backing up DB and config (sogoapache), then changing apt
sources to -nightly and doing an upgrade?

I fear it is not so simple !

What we did (Debian Squeeze amd64) :

- remove all SOGo and SOPE packages (remove, not purge SOGo).
- backup /etc/apache2/conf.d/SOGo.conf, /etc/init.d/sogo
   these files are not removed if you did not purge the packages
- compile and install SOGo, SOPE, openchange
- configure according to the Inverse documentation
- modify /etc/init.d/sogo, and /etc/apache2/conf.d/SOGo accordingly
   (path are now relative to /usr/local)
- create (or copy from Debian packages) a Samba init script
- take care of Samba starting order : must be after SOGo and slapd
- create some logrotate config file for samba
- start SOGo, start Samba

That was fine. But Outlook was not very happy with it, and we went back
to 1.3 version.

Hope this helps.




i was planning to do something similar to Jean-Michel, but in addition:
- i added GNUstep 1.22 from Wheezey depots
- i moved to Dovecot 2.0 (from Dovecot depots), as i'm running a non 
QRESYNC compliants imap (Dovecot 1.2)


I failed at:
- configuration. provision was yelling an error. Compilations were fines 
anyhow. Got missing import from python, even with correct path etc...


I gave up, because Outlook support - you can test it from ZEG2.0b3, 
which features an x64 ubuntu - was 'laborious'.

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

Re: [SOGo] ANN: SOGo v1.3.10

2011-12-01 Thread CF

Anyhow it works fine with Squeeze / amd-64, for a positive note :D

Thank you, CF
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird

2011-08-26 Thread CF

Voted, of course, and thank you for all your work.

I second you should make this know, beyond the mailing list.

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


Re: [SOGo] Thunderbird

2011-08-17 Thread CF

Le 17/08/2011 21:27, Jakob Lenfers a écrit :

Hi everyone,

Thunderbird 6 is released
(http://www.mozilla.org/en-US/thunderbird/6.0/releasenotes/) and I
just wanted to know if the developers have some kind of plan on how to
handle that. I know this is an open source project and that I have no
right to demand anything, so please don't understand it that way.

I'm really worried about the development cycle here. I had big problems
with the migration to tb3 and the tb5 appears. My users still aren't on
tb5, but now tb6 appears. Without updates to tb3 I cannot let them use
tb3 for too long, but without the plugins I'm screwed as well.

Anyways, I'm sure most here are aware of the problem. I would really
love to get an answer out of the development circle. But if thats not
possible, how do the other admins handle that? I mean Outlook connection
isn't in production mode yet (and its not an option here) and the web
interface is nice, but I really hesitate to convice my users to use it
exclusively.

Thanks for input and of course thanks for the devs work,
Jakob
I personnally don't use SOGo-integrator, but normal lightning with 
CALDAV. I'll mockup and test TB6 soon, but iirc, TB5 is working in this 
configuration.



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

Re: [SOGo] Migration Question

2011-06-27 Thread CF

Le 28/06/2011 00:17, Robert Fantini a écrit :

On Mon, Jun 27, 2011 at 12:50 PM,bly...@ameliaschools.com  wrote:

Hello everyone
We have been using  a Centos/Postfix/Dovecot server for many years and now are
looking to migrate to SoGo. I have set up a test box and have succefully
configured everything but having a small issue that I cannot figure out. On our
existing server we are using mbox for storing mail and what not and have some
archives and user mailboxes that are greater than 2gb. However with the test
box any users inbox that is greater than 2gb cannot get mail. I have looked at
the postfix settings and made sure that the
mailbox_size_limit = 0
virtual_mailbox_limit=0
WHich should allow for whatever size possible. What I dont understand is how I
can get mail on existing server but my test bed will not allow it. Both report
i686 on the arch command. The only difference is working server is a RAID and
test bed is an LVM. Both are formatted with ext3. Any ideas? Both are also
running Centos 5.6.
Thanks for any input.
Bo
--
users@sogo.nu
https://inverse.ca/sogo/lists


consider switching to maildir instead of mbox .

google the differences..

we switched a few years ago and had  a much more stable mail system after that.

the 2-gb limit may be a per file max allowed by the operating / file
system?  if that is the case then as you probably know maildir would
solve the problem.


I was envisaging switching from mbox to maildir, but unfortunatly i was 
not able to keep existing mbox. Perhaps someone have a tip for later 
migration  (around 200 mbox with up to 3GBs each) ?

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

Re: [SOGo] Unable to delete folders from WebUI

2011-05-02 Thread CF

Le 30/04/2011 16:16, cfois...@studelec-sa.com a écrit :

Hello,

I'm using SOGo 1.3.6, with Dovecot as IMAP server (and LDA), due to a mandatory
mbox support.

All other is bare installation. My auth rely on LDAP.

I can use SOGo WebUI flawessly, excep i can delete a directory with WebUI. I
have no troubles to create them !

It works fine with ThunderBird - i can create and delete what i want, or delete
folders creted with WebUI.

I'm out of ideas to find why it is not working. ZEG works as intented. I
troubleshooted the extended log fro Dovecot: all seems fine.

I have also enabled SOGo debug logs. The POST
/path/to/maildepot/folderto/delete_command is issued correctly. I'm not able
to track deeper changes.

Have anyone an idea to help me troubleshoot this problem ?

Thank you,

CF


Anybody got a precise idea of what debug traces i can enable for 
troubleshooting this problem ? :)


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