Re: [SOGo] What can I do with categories?

2011-11-23 Thread Christian Mack
Hello Paul van der Vlis


On 2011-11-22 20:13, Paul van der Vlis wrote:
 
 Categories are a nice feature, but I don't know what I can do with it
 except seeing it.
 
 Let's say a category is family, can I send e.g. an e-mail to all
 people in that category?

Yes, you can.
First search for this category.
In order to do so you have to select search criterion Category after
clicking on the search icon (== magnifying glass).
Now you can type in your category, e.g. family.

It now displays addresses with the chosen category only.

Then select all of them by selecting one of them and pressing Ctrl+A.
Now right click on them and call Write.

That's it.

Be aware there is currently a bug in search part of SOGo.
It will prevent finding anything with characters outside ASCII.
AFAIK this will be fixed in the next version.


Kind regards,
Christian Mack

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


Re: [SOGo] Read-only with new Lightning version (3.106)/ Using cache files

2011-11-23 Thread Paul van der Vlis
Op 23-11-11 07:32, toxl...@gmail.com schreef:
 On 22/11/2011 14:41, Paul van der Vlis wrote:
 Op 22-11-11 10:31, Julian Robbins schreef:
 On 21/11/11 20:57, Paul van der Vlis wrote:
 Op 21-11-11 16:55, Julian Robbins schreef:
 On 21/11/2011 15:48, Paul van der Vlis wrote:
 Hello,

 After installing the new Lighning plugin from the Sogo site, my
 calendars are read-only. After installing version 3.105 again
 everything
 works fine.
 You may have to recreate the cache files in calendar-data in your
 users
 Thunderbird profiles.
 How do you do that?
 In Linux, you'll find a .thunderbird in your users home dir, in Windows
 type in %Appdata% in the run box and you get to your user's 'documents
 and settings' folder. Go to Thunderbird. Then you'll see a
 'calendar-data' sub folder.

 In here you will see 2 (possibly 3) files.

  * cache.sqlite
  * caldav-acl.sqlite (possibly only seen with lightning 106i)
  * local.sqlite (if you had any calendar events stored locally in
Lightning before)

 I'm not an expert on this, but if you delete the .sqlite files (when
 Thunderbird isn't running), and restart, then Thunderbird will recreate
 these files again as a local cache of calendar events and tasks. This
 might take a few minutes, and Thunderbird won't respond to normal
 requests whilst its doing this.

 Likewise the caldav-acl file (much much smaller in size) I believe is
 the acl data, permissions on your lightning/sogo calendars.

 You can of course look at these files, and edit them if you want with a
 sqllite browser such as the GPL SQLite Database Browser In Linux and
 Windows too.

 I've found that if you get issues with broken calendars, quite often its
 because the cache data isn't the same as that on the server. The server
 is likely to be correct. Sometimes, events are deleted from the sogo
 server, but aren't properly deleted from the local cache, due to issues
 with permissions.

 This is a trick I use sometimes if I get problems, your mileage may
 vary. I've also found that deleting the cache files helps if a user
 somehow ends up upgrading to Thunderbird 7/8 with its newer lightning
 version, and you need to go back to Thunderbird 3.1 with SOGo. I think
 there was a significant change in working with acl between sogo
 lightning builds of 105 and 106, and same in std lightning builds, which
 this can help correct, if necessary.

 Might be handy if Inverse can comment or have any further docs on how
 these cache files work, to better fully understand what happens.
 Thanks for the information, this can be handy in case of problems.

 But I don't think this is a nice upgrade path for my customers... There
 are not so many, but this is complex to explain.

 Not sure this happens all the time, I've tried it on two machines now,
 and both have this problem. Are here other people who have this problem
 or don't have this problem after upgrading to 3.106 ?
 yep
 While migrating from thunder 2 to thunder 3.16 we have a lot of
 calendars which hangs with the 3.106 extension. the main thunderbird
 interface does'nt show and the only way i have is to kill the
 thunderbird process and destroy the sqlite files. Then i can restart
 thunderbird.
 What's more some calendars are very long to get their cache after
 destroying it ( 20min for a 8Mo cache.sqlite ?) . the other problem
 is that the main thread of thunderbird doesn't respond while the
 extension is trying to get the cache.
 i'm searching explications or solutions too

For me the migration is from extention 3.105 to 3.106 on the same
version of Thunderbird. I did it with Thunderbird 3.1.12, a customer
with the latest Thunderbird 3.1, I believe it's 3.1.16.

Strange that I don't read much in this group about this kind of problems.

With regards,
Paul.


-- 
Paul van der Vlis Linux systeembeheer Groningen
http://www.vandervlis.nl

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


[SOGo] adding group functionality to existing SOGo 1.3.9 running on Ubuntu 10.04 x64

2011-11-23 Thread Jürgen Echter

Hi,

i installed SOGo before group support was integrated, but now i want to 
have this feature too.


can anybody tell me what i have to add to my existing .GNUstepsDefaults 
if i want to use groups?


I read the documentation, but i fear that i break my whole system, 
because im not so familiar with LDAP and co... :)


my understanding is that i have to define the groups entry into my ldap 
directory and to tell SOGo how to use them.


my ldap tree looks the following:

cn=admin
dc=workgroup,dc=local
ou=sogo-users
ou=groups (used for samba groups also)
ou=computers
ou=idmap
ou=smb-usr

i would use this ldap-file:

dn: cn=admin,ou=groups,dc=workgroup,dc=local
objectClass: groupOfUniqueNames
objectClass: top
objectClass: extensibleObject
uniqueMember: uid=user1,ou=sogo-users,dc=workgroup,dc=local
uniqueMember: uid=user2,ou=sogo-users,dc=workgroup,dc=local
uniqueMember: uid=user3,ou=sogo-users,dc=workgroup,dc=local
cn: admin
structuralObjectClass: groupOfUniqueNames
mail: j.ech...@echter-kuechen-elektro.de

and add this to my .GNUstepDefaults:

{
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
baseDN = ou=groups,dc=workgroup,dc=local”;
bindDN = cn=sogo,ou=services,dc=workgroup,dc=local;


where does the ou=services come from, also where does cn=sogo come from?


bindPassword = *mypass*;
canAuthenticate = YES;
displayName = “SOGo Groups”;
hostname = 127.0.0.1;
id = sogo_groups;
isAddressBook = YES;
port = 389;
}

is this right and enough?

i don't really get how to define which user is in which group?

also my configuration file looks different than the one shown in the 
documentation.


I hope someone is willing to tell me what to do?

here is my .GNUstepDefaults:

?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
keyOCSEMailAlarmsFolderURL/key
stringmysql://sogo:*mypass*@localhost:3306/sogo/sogo_alarms_folder/string
keyOCSFolderInfoURL/key
stringmysql://sogo:*mypass*@localhost:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:*mypass*@127.0.0.1:3306/sogo/sogo_sessions_folder/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
stringConfidentialDAndTViewer/string
/array
keySOGoEnableEMailAlarms/key
stringYES/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoIMAPServer/key
stringimaps://mailserver.co.de:993/?tls=YES/string
keySOGoLanguage/key
stringGerman/string
keySOGoMailDomain/key
stringechter-kuechen-elektro.de/string
keySOGoMailingMechanism/key
stringsendmail/string
keySOGoMemcachedHost/key
string127.0.0.1/string
keySOGoProfileURL/key
stringmysql://sogo:*mypass*@localhost:3306/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringmailserver.co.de/string
keySOGoSuperUsernames/key
array
stringj.ech...@echter-kuechen-elektro.de/string
/array
keySOGoTimeZone/key
stringEurope/Berlin/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=sogo-users,dc=workgroup,dc=local/string
keybindDN/key
stringcn=admin,dc=workgroup,dc=local/string
keybindPassword/key
string*mypass*/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared Addresses/string
keyhostname/key
string192.168.0.200/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
/dict
/dict
/plist


thanks

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


Re: [SOGo] Read-only with new Lightning version (3.106)/ Using cache files

2011-11-23 Thread Julian Robbins

On 23/11/11 06:32, toxl...@gmail.com wrote:

On 22/11/2011 14:41, Paul van der Vlis wrote:

Op 22-11-11 10:31, Julian Robbins schreef:

On 21/11/11 20:57, Paul van der Vlis wrote:

Op 21-11-11 16:55, Julian Robbins schreef:

On 21/11/2011 15:48, Paul van der Vlis wrote:

Hello,

After installing the new Lighning plugin from the Sogo site, my
calendars are read-only. After installing version 3.105 again 
everything

works fine.
You may have to recreate the cache files in calendar-data in your 
users

Thunderbird profiles.

How do you do that?

In Linux, you'll find a .thunderbird in your users home dir, in Windows
type in %Appdata% in the run box and you get to your user's 'documents
and settings' folder. Go to Thunderbird. Then you'll see a
'calendar-data' sub folder.

In here you will see 2 (possibly 3) files.

 * cache.sqlite
 * caldav-acl.sqlite (possibly only seen with lightning 106i)
 * local.sqlite (if you had any calendar events stored locally in
   Lightning before)

I'm not an expert on this, but if you delete the .sqlite files (when
Thunderbird isn't running), and restart, then Thunderbird will recreate
these files again as a local cache of calendar events and tasks. This
might take a few minutes, and Thunderbird won't respond to normal
requests whilst its doing this.

Likewise the caldav-acl file (much much smaller in size) I believe is
the acl data, permissions on your lightning/sogo calendars.

You can of course look at these files, and edit them if you want with a
sqllite browser such as the GPL SQLite Database Browser In Linux and
Windows too.

I've found that if you get issues with broken calendars, quite often 
its

because the cache data isn't the same as that on the server. The server
is likely to be correct. Sometimes, events are deleted from the sogo
server, but aren't properly deleted from the local cache, due to issues
with permissions.

This is a trick I use sometimes if I get problems, your mileage may
vary. I've also found that deleting the cache files helps if a user
somehow ends up upgrading to Thunderbird 7/8 with its newer lightning
version, and you need to go back to Thunderbird 3.1 with SOGo. I think
there was a significant change in working with acl between sogo
lightning builds of 105 and 106, and same in std lightning builds, 
which

this can help correct, if necessary.

Might be handy if Inverse can comment or have any further docs on how
these cache files work, to better fully understand what happens.

Thanks for the information, this can be handy in case of problems.

But I don't think this is a nice upgrade path for my customers... There
are not so many, but this is complex to explain.

Not sure this happens all the time, I've tried it on two machines now,
and both have this problem. Are here other people who have this problem
or don't have this problem after upgrading to 3.106 ?

yep
While migrating from thunder 2 to thunder 3.16 we have a lot of 
calendars which hangs with the 3.106 extension. the main thunderbird 
interface does'nt show and the only way i have is to kill the 
thunderbird process and destroy the sqlite files. Then i can restart 
thunderbird.
What's more some calendars are very long to get their cache after 
destroying it ( 20min for a 8Mo cache.sqlite ?) . the other 
problem is that the main thread of thunderbird doesn't respond while 
the extension is trying to get the cache.

i'm searching explications or solutions too
Yes, I've had similar issues with 3.106i Lightning. But only when a user 
is writing to a calendar that isn't their personal calendar, and then 
its not always reproduceable. But it happens quite a lot, certainly 
causing issues. I've had to steer away from deploying 3.106i even though 
I really want to get rid of the flickering/slow event updates because of 
these errors above. But certainly your comments mirror exactly the 
issues I see.


Perhaps, we should raise a bug about this as it is a real nuisance but 
its a bit to unclear to really nail down well.


I did notice that when I opened the caldav-acl.sqlite with an SQL 
browser that the permissions where incorrect, a value was missing where 
a permission should have been set.


This may be possibly related to http://www.sogo.nu/bugs/view.php?id=1453 ..

Julian




Is there documentation on how to upgrade to 3.106 ?

With regards,
Paul.







--
Kind Regards,

Julian Robbins
Web Marketing and IT Manager

Q-par Angus Ltd, Barons Cross Laboratories, Leominster, Herefordshire, HR6 8RS, 
United Kingdom

Telephone +44 (0) 1568 612138, Fax +44 (0) 1568 616373, Web www.q-par.com

IDEAS ENGINEERED - SPECIALISTS IN MICROWAVE and RF ENGINEERING

(Registered office)
Incorporated in England No 1826221



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


Re: [SOGo] SOGo calendars but no addr books

2011-11-23 Thread Paul van der Vlis
Op 22-11-11 17:46, Julian Robbins schreef:
 Hello
 
 Is it possible to have a full SOGo setup, ie SOGo calendars, webmail,
 addressbooks, using Thunderbird/Lightning with Connector and Integrator
 but only use Thunderbirds local addressbooks? Using all latest SOGo and
 Thunderbird 3.1 with latest Connector and Integrator.

I don't know Integrator, but without it, it's no problem.

 I ask this because with Integrator/Connector Thunderbird wants to
 connect to the address books on the SOGo server, whereas I don't want
 any addr books to be on there (as Thunderbird 3.1 usage of carddav addr
 books is quite buggy).

That's my experience too. Are here people who say: addressbooks and
Thunderbird 3.1 works good with me ?

Maybe it's an idea to use read-only Sogo addressbooks in Thunderbird,
and do the editing of the addresses on the webinterface?

 If I remove Integrator, then address books stay local; but then the
 buttons to add SOGo calendars and ability to subscribe to a calendar are
 lost from using the Calendars in Thunderbird ... I want them back . :-)

No, when you remove integrator you can subscribe to a Sogo calendar.

You cannot create a new one in Thunderbird (so far I know), but you can
create a new one in the webinterface, and subscribe to it from Thunderbird.

With regards,
Paul.



-- 
Paul van der Vlis Linux systeembeheer Groningen
http://www.vandervlis.nl

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


Re: [SOGo] Read-only with new Lightning version (3.106)/ Using cache files

2011-11-23 Thread Julian Robbins

On 23/11/11 09:31, Paul van der Vlis wrote:

Op 23-11-11 07:32, toxl...@gmail.com schreef:

On 22/11/2011 14:41, Paul van der Vlis wrote:

Op 22-11-11 10:31, Julian Robbins schreef:

On 21/11/11 20:57, Paul van der Vlis wrote:

Op 21-11-11 16:55, Julian Robbins schreef:

On 21/11/2011 15:48, Paul van der Vlis wrote:

Hello,

After installing the new Lighning plugin from the Sogo site, my
calendars are read-only. After installing version 3.105 again
everything
works fine.

You may have to recreate the cache files in calendar-data in your
users
Thunderbird profiles.

How do you do that?

In Linux, you'll find a .thunderbird in your users home dir, in Windows
type in %Appdata% in the run box and you get to your user's 'documents
and settings' folder. Go to Thunderbird. Then you'll see a
'calendar-data' sub folder.

In here you will see 2 (possibly 3) files.

  * cache.sqlite
  * caldav-acl.sqlite (possibly only seen with lightning 106i)
  * local.sqlite (if you had any calendar events stored locally in
Lightning before)

I'm not an expert on this, but if you delete the .sqlite files (when
Thunderbird isn't running), and restart, then Thunderbird will recreate
these files again as a local cache of calendar events and tasks. This
might take a few minutes, and Thunderbird won't respond to normal
requests whilst its doing this.

Likewise the caldav-acl file (much much smaller in size) I believe is
the acl data, permissions on your lightning/sogo calendars.

You can of course look at these files, and edit them if you want with a
sqllite browser such as the GPL SQLite Database Browser In Linux and
Windows too.

I've found that if you get issues with broken calendars, quite often its
because the cache data isn't the same as that on the server. The server
is likely to be correct. Sometimes, events are deleted from the sogo
server, but aren't properly deleted from the local cache, due to issues
with permissions.

This is a trick I use sometimes if I get problems, your mileage may
vary. I've also found that deleting the cache files helps if a user
somehow ends up upgrading to Thunderbird 7/8 with its newer lightning
version, and you need to go back to Thunderbird 3.1 with SOGo. I think
there was a significant change in working with acl between sogo
lightning builds of 105 and 106, and same in std lightning builds, which
this can help correct, if necessary.

Might be handy if Inverse can comment or have any further docs on how
these cache files work, to better fully understand what happens.

Thanks for the information, this can be handy in case of problems.

But I don't think this is a nice upgrade path for my customers... There
are not so many, but this is complex to explain.

Not sure this happens all the time, I've tried it on two machines now,
and both have this problem. Are here other people who have this problem
or don't have this problem after upgrading to 3.106 ?

yep
While migrating from thunder 2 to thunder 3.16 we have a lot of
calendars which hangs with the 3.106 extension. the main thunderbird
interface does'nt show and the only way i have is to kill the
thunderbird process and destroy the sqlite files. Then i can restart
thunderbird.
What's more some calendars are very long to get their cache after
destroying it ( 20min for a 8Mo cache.sqlite ?) . the other problem
is that the main thread of thunderbird doesn't respond while the
extension is trying to get the cache.
i'm searching explications or solutions too

For me the migration is from extention 3.105 to 3.106 on the same
version of Thunderbird. I did it with Thunderbird 3.1.12, a customer
with the latest Thunderbird 3.1, I believe it's 3.1.16.

So are you saying you migrated with no issues ?


Strange that I don't read much in this group about this kind of problems.
There have been mentions of issues with either 1.3.9 SOGo, and/or 
Lightning 3.106i. I think as they're normally deployed together, its not 
completely clear if the issue is with Lightning 3.106i. But I believe it is.


--
Kind Regards,

Julian Robbins

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


Re: [SOGo] SOGo calendars but no addr books

2011-11-23 Thread Julian Robbins

On 23/11/11 09:46, Paul van der Vlis wrote:

Op 22-11-11 17:46, Julian Robbins schreef:

Hello

Is it possible to have a full SOGo setup, ie SOGo calendars, webmail,
addressbooks, using Thunderbird/Lightning with Connector and Integrator
but only use Thunderbirds local addressbooks? Using all latest SOGo and
Thunderbird 3.1 with latest Connector and Integrator.

I don't know Integrator, but without it, it's no problem.
Integrator is quite cool, the way you can upgrade all your Thunderbird 
addons, or deploy configs for those and Thunderbird/Lightning.  But yes, 
once I remove it, I can only add local address books as required. The 
problem is that it also removes the buttons that allow subscribing or 
adding calendars in the calendar view, which is a right pain for me. 
Something i dont want to lose.



I ask this because with Integrator/Connector Thunderbird wants to
connect to the address books on the SOGo server, whereas I don't want
any addr books to be on there (as Thunderbird 3.1 usage of carddav addr
books is quite buggy).

That's my experience too. Are here people who say: addressbooks and
Thunderbird 3.1 works good with me ?


There's been quite a few people who have had issues with this. We find 
that Windows 7 users seems to be unaffected by the issues, with only Win 
XP machines with issues. But then I also have XP machines where the 
problem isnt seen. I would guess that the number of contacts in your 
address book, might make a difference somehow, as it appears to be a 
timing issue, with Thunderbird responding too slowly. There are also 
issues with missing letters when the autoentry fill in of the user's 
address book with addressbook contacts. I've set the config 
user_pref(sogo-connector.autoComplete.delay, 1300); via Integrator to 
user's prefs.js files as suggested by users on this list to mitigate 
this error.


Maybe it's an idea to use read-only Sogo addressbooks in Thunderbird,
and do the editing of the addresses on the webinterface?

Possibly, but I cant do that here.

If I remove Integrator, then address books stay local; but then the
buttons to add SOGo calendars and ability to subscribe to a calendar are
lost from using the Calendars in Thunderbird ... I want them back . :-)

No, when you remove integrator you can subscribe to a Sogo calendar.
I think this was the case for me when I first setup SOGo and Thunderbird 
and Lightning. But certainly now, if I remove Integrator, the buttons 
for adding a calendar and subscribing to another user's calendar 
disappear too. Perhaps I need to test with a completely clean profile..

You cannot create a new one in Thunderbird (so far I know), but you can
create a new one in the webinterface, and subscribe to it from Thunderbird.

Yes, this is the way I'll have to try for now.

Regards

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


Re: [SOGo] Read-only with new Lightning version (3.106)/ Using cache files

2011-11-23 Thread Paul van der Vlis
Op 23-11-11 10:49, Julian Robbins schreef:
 On 23/11/11 09:31, Paul van der Vlis wrote:
 Op 23-11-11 07:32, toxl...@gmail.com
 schreef:
 On 22/11/2011 14:41, Paul van der Vlis wrote:
 Op 22-11-11 10:31, Julian Robbins schreef:
 On 21/11/11 20:57, Paul van der Vlis wrote:
 Op 21-11-11 16:55, Julian Robbins schreef:
 On 21/11/2011 15:48, Paul van der Vlis wrote:
 Hello,

 After installing the new Lighning plugin from the Sogo site, my
 calendars are read-only. After installing version 3.105 again
 everything
 works fine.
 You may have to recreate the cache files in calendar-data in your
 users
 Thunderbird profiles.
 How do you do that?
 In Linux, you'll find a .thunderbird in your users home dir, in
 Windows
 type in %Appdata% in the run box and you get to your user's 'documents
 and settings' folder. Go to Thunderbird. Then you'll see a
 'calendar-data' sub folder.

 In here you will see 2 (possibly 3) files.

   * cache.sqlite
   * caldav-acl.sqlite (possibly only seen with lightning 106i)
   * local.sqlite (if you had any calendar events stored locally in
 Lightning before)

 I'm not an expert on this, but if you delete the .sqlite files (when
 Thunderbird isn't running), and restart, then Thunderbird will
 recreate
 these files again as a local cache of calendar events and tasks. This
 might take a few minutes, and Thunderbird won't respond to normal
 requests whilst its doing this.

 Likewise the caldav-acl file (much much smaller in size) I believe is
 the acl data, permissions on your lightning/sogo calendars.

 You can of course look at these files, and edit them if you want
 with a
 sqllite browser such as the GPL SQLite Database Browser In Linux and
 Windows too.

 I've found that if you get issues with broken calendars, quite
 often its
 because the cache data isn't the same as that on the server. The
 server
 is likely to be correct. Sometimes, events are deleted from the sogo
 server, but aren't properly deleted from the local cache, due to
 issues
 with permissions.

 This is a trick I use sometimes if I get problems, your mileage may
 vary. I've also found that deleting the cache files helps if a user
 somehow ends up upgrading to Thunderbird 7/8 with its newer lightning
 version, and you need to go back to Thunderbird 3.1 with SOGo. I think
 there was a significant change in working with acl between sogo
 lightning builds of 105 and 106, and same in std lightning builds,
 which
 this can help correct, if necessary.

 Might be handy if Inverse can comment or have any further docs on how
 these cache files work, to better fully understand what happens.
 Thanks for the information, this can be handy in case of problems.

 But I don't think this is a nice upgrade path for my customers... There
 are not so many, but this is complex to explain.

 Not sure this happens all the time, I've tried it on two machines now,
 and both have this problem. Are here other people who have this problem
 or don't have this problem after upgrading to 3.106 ?
 yep
 While migrating from thunder 2 to thunder 3.16 we have a lot of
 calendars which hangs with the 3.106 extension. the main thunderbird
 interface does'nt show and the only way i have is to kill the
 thunderbird process and destroy the sqlite files. Then i can restart
 thunderbird.
 What's more some calendars are very long to get their cache after
 destroying it ( 20min for a 8Mo cache.sqlite ?) . the other problem
 is that the main thread of thunderbird doesn't respond while the
 extension is trying to get the cache.
 i'm searching explications or solutions too
 For me the migration is from extention 3.105 to 3.106 on the same
 version of Thunderbird. I did it with Thunderbird 3.1.12, a customer
 with the latest Thunderbird 3.1, I believe it's 3.1.16.
 So are you saying you migrated with no issues ?

No I had issues. I am back to 3.105.
The calendars where read-only with 3.106.

 Strange that I don't read much in this group about this kind of problems.
 There have been mentions of issues with either 1.3.9 SOGo, and/or
 Lightning 3.106i. I think as they're normally deployed together, its not
 completely clear if the issue is with Lightning 3.106i. But I believe it
 is.

I will search on 1.3.9. Thanks for your help.

With regards,
Paul.





-- 
Paul van der Vlis Linux systeembeheer Groningen
http://www.vandervlis.nl

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


Re: [SOGo] SOGo calendars but no addr books

2011-11-23 Thread Paul van der Vlis
Op 23-11-11 11:01, Julian Robbins schreef:

 But certainly now, if I remove Integrator, the buttons
 for adding a calendar and subscribing to another user's calendar
 disappear too. Perhaps I need to test with a completely clean profile..

I don't have buttons for adding a calendar but I can subscribe to a Sogo
calendar. What I do is file | new | calendar. I can subscribe to
another users calendar with that too.

With regards,
Paul.



-- 
Paul van der Vlis Linux systeembeheer Groningen
http://www.vandervlis.nl

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


Re: [SOGo] What can I do with categories?

2011-11-23 Thread Martin Ott
Hi Paul,
 
Am Mittwoch, 23. November 2011 12:03 CET, Paul van der Vlis 
p...@vandervlis.nl schrieb: 
 
 Op 23-11-11 09:24, Christian Mack schreef:
  Hello Paul van der Vlis
 
 Hi Christian,
 
  On 2011-11-22 20:13, Paul van der Vlis wrote:
 
  Categories are a nice feature, but I don't know what I can do with it
  except seeing it.
 
  Let's say a category is family, can I send e.g. an e-mail to all
  people in that category?
  
  Yes, you can.
  First search for this category.
  In order to do so you have to select search criterion Category after
  clicking on the search icon (== magnifying glass).
  Now you can type in your category, e.g. family.
  
  It now displays addresses with the chosen category only.
  
  Then select all of them by selecting one of them and pressing Ctrl+A.
  Now right click on them and call Write.
  
  That's it.
 
 Thanks for your information, this works. But what I miss is a way to
 send all those people a BCC. I don't want they see each others e-mail.
 
 Is there a way to send all people in a category a BCC ?

Yes, you can. First compose a new mail, from this browser window select the 
addressbook (contacts). There you have the choice between To, CC and BCC

Kind regards,
Martin

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


[SOGo] locations and ressources don't auto-accept

2011-11-23 Thread Bruno Lingner (Hugo)
..if invited from lightning-10b7/thunderbird-7.0.1, 
lightning-1.0/thunderbird-8.0 or iCal (v4 and v5), but if invited 
through the webgui, they do accept. is this a bug, or is my config 
somehow not right?


my LDAP config for resources and locations follows:


{
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
KindFieldName = sn;
SOGoLDAPQueryTimeout = 30;
baseDN = ou=resources,ou=sogo,ou=intern,dc=example,dc=de;
bindDN = ;
bindPassword = ;
id = Resources;
displayName = SOGo Resources;
hostname = ldap.example.de;
type = ldap;
port = 389;
scope = SUB;
isAddressBook = YES;
canAuthenticate = YES;
passwordPolicy = NO;
},
{
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
KindFieldName = sn;
SOGoLDAPQueryTimeout = 30;
baseDN = ou=locations,ou=sogo,ou=intern,dc=example,dc=de;
bindDN = ;
bindPassword = ;
displayName = SOGo Locations;
id = Locations;
hostname = ldap.example.de;
type = ldap;
port = 389;
scope = SUB;
isAddressBook = YES;
canAuthenticate = YES;
passwordPolicy = NO;
}


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


Re: [SOGo] What can I do with categories?

2011-11-23 Thread Paul van der Vlis
Op 23-11-11 12:27, Martin Ott schreef:

 Is there a way to send all people in a category a BCC ?
 
 Yes, you can. First compose a new mail, from this browser window
 select the addressbook (contacts). There you have the choice between
 To, CC and BCC

Great, this works!

Is something like this possible from Thunderbird too?

With regards,
Paul van der Vlis.




-- 
Paul van der Vlis Linux systeembeheer Groningen
http://www.vandervlis.nl

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


Re: Re: [SOGo] more flexible contacts search

2011-11-23 Thread a.romanov
Thanks Marek for you input,

I probably didn't express that clear enough, I was thinking about the web
interface.

But as far as I could tell from the templates, it goes to the binaries on the
server, not the javascript.

Is it a feature that is difficult to add? Don't think so.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Re: [SOGo] sogo 2.0.beta2 on debian squeeze 64 bit vmware esx4.1 talloc not found

2011-11-23 Thread stasou
You need to install python modules. Debian or Ubuntu:

sudo apt-get install python-talloc

After that you might get an error about ldb module... So, you do:

sudo apt-get install python-ldb

And that seems to make me advance for the moment...
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] HELP!! NO Login after update to 2.0_20111123-1.el5.i386.rpm

2011-11-23 Thread Daniel Müller


After installing the update 
from,http://www.sogo.nu/files/downloads/SOGo/RHEL5/nightly/i386/RPMS/
Version2 from  23-Nov-2011 07:17 sogo-2.0_2023-1.el5.i386.rpm.
 
My SOGo is dead. When I go to the Logon Page the grafiks are gone and the page 
is white. No logon anymore possible.

Can you please help.

Daniel
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] What can I do with categories?

2011-11-23 Thread Christian Mack
Hello Paul van der Vlis


On 2011-11-23 14:53, Paul van der Vlis wrote:
 Op 23-11-11 12:27, Martin Ott schreef:
 
 Is there a way to send all people in a category a BCC ?

 Yes, you can. First compose a new mail, from this browser window
 select the addressbook (contacts). There you have the choice between
 To, CC and BCC
 
 Great, this works!
 
 Is something like this possible from Thunderbird too?

Yes, but categories are not synchronized between Thunderbird and SOGo.
So you can't use both easily.


Kind regards,
Christian Mack

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


Fwd: [SOGo] HELP!! NO Login after update to 2.0_20111123-1.el5.i386.rpm

2011-11-23 Thread Daniel Müller
This is the error in my sogo.log:


2011-11-23 14:59:11.796 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:14:59:11 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.024 11304 63% 0
2011-11-23 14:59:11.964 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:14:59:11 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.024 11304 63% 0
2011-11-23 15:01:06.836 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:15:01:06 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.024 11304 63% 0
2011-11-23 15:01:56.231 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:15:01:56 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.023 11304 63% 0
2011-11-23 15:01:58.075 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:15:01:58 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.023 11304 63% 0


 Original-Nachricht 
Datum: Wed, 23 Nov 2011 15:52:21 +0100
Von: Daniel Müller danielmuell...@gmx.net
An: users@sogo.nu
Betreff: [SOGo] HELP!! NO Login after update to 2.0_2023-1.el5.i386.rpm



After installing the update 
from,http://www.sogo.nu/files/downloads/SOGo/RHEL5/nightly/i386/RPMS/
Version2 from  23-Nov-2011 07:17 sogo-2.0_2023-1.el5.i386.rpm.
 
My SOGo is dead. When I go to the Logon Page the grafiks are gone and the page 
is white. No logon anymore possible.

Can you please help.

Daniel
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] What can I do with categories?

2011-11-23 Thread Paul van der Vlis
Op 23-11-11 15:54, Christian Mack schreef:
 Hello Paul van der Vlis
 
 
 On 2011-11-23 14:53, Paul van der Vlis wrote:
 Op 23-11-11 12:27, Martin Ott schreef:

 Is there a way to send all people in a category a BCC ?

 Yes, you can. First compose a new mail, from this browser window
 select the addressbook (contacts). There you have the choice between
 To, CC and BCC

 Great, this works!

 Is something like this possible from Thunderbird too?
 
 Yes, 

How?

 but categories are not synchronized between Thunderbird and SOGo.
 So you can't use both easily.

They are synchronized ;-)

I did a test with Family and that worked fine. Maybe because it's a
default category what was on both sides. I changed it in the Sogo
webinterface, and I saw it in Thunderbird.

But I have problems to add a categorie to a card in the webinterface of
Sogo. I am working here with relative older browsers from Debian stable,
and it does not work well with all browsers (Iceweasel, Chromium, Epiphany).

With regards,
Paul.


-- 
Paul van der Vlis Linux systeembeheer Groningen
http://www.vandervlis.nl

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


Re: [SOGo] Missing packages for centos6

2011-11-23 Thread Francis Lachapelle

On 2011-11-22, at 1:28 PM, Eric Hiller wrote:

 The nightly build repo is missing the sogo package, is there a workaround for 
 this besides building from source?

The building script has been fixed. The packages are back.

Thanks,


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] What can I do with categories?

2011-11-23 Thread Alessio Fattorini

Il 23/11/2011 15:54, Christian Mack ha scritto:


Yes, but categories are not synchronized between Thunderbird and SOGo.
So you can't use both easily.


It's partially true.
Events categories are not synchronized
Contacts sare synchronized


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

nethesis srl - Via degli Olmi 16/4 - 61100 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] more than one ldap sources

2011-11-23 Thread alain.defrance
hello all
i need to have 2 ldap sources, one for authentication and one for address book,
one only for reading aliases and the other to connexion
but tha't doesn't works...
do you have an example ?
here is my configuration
what is wrong ?
thanks for your help..
Alain


 keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringsn/string
keyIDFieldName/key
stringuid/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=people,dc=univ-evry,dc=fr/string
keybindDN/key
stringcn=xxx,dc=company,dc=fr/string
keybindPassword/key
stringxxx/string
keycanAuthenticate/key
stringYES/string
keyhostname/key
stringa.mydomain.fr/string
keyid/key
stringauth/string
keyisAddressBook/key
stringNO/string
keyport/key
string389/string
/dict
/array

array
dict
keyCNFieldName/key
stringdisplayName/string
keyIDFieldName/key
stringsendmailMTAKey/string
keyUIDFieldName/key
stringsendmailMTAKey/string
keybaseDN/key
stringou=aliases,dc=univ-evry,dc=fr/string
keybindDN/key
stringcn=xxx,dc=company,dc=fr/string
keybindPassword/key
stringxxx/string
keycanAuthenticate/key
stringNO/string
keyhostname/key
stringa.mydomain.fr/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keydisplayName/key
stringCarnet d'adresses/string
keyport/key
string389/string
/dict
/array
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] Missing packages for centos6

2011-11-23 Thread Eric Hiller

Thanks! I have everything built now.

 From: flachape...@inverse.ca
 Date: Wed, 23 Nov 2011 10:05:26 -0500
 To: users@sogo.nu
 Subject: Re: [SOGo] Missing packages for centos6
 
 
 On 2011-11-22, at 1:28 PM, Eric Hiller wrote:
 
  The nightly build repo is missing the sogo package, is there a workaround 
  for this besides building from source?
 
 The building script has been fixed. The packages are back.
 
 Thanks,
 
 
 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
  -- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo-web and imap folders number limit

2011-11-23 Thread Moussa NOMBRE
SOS please, problem still not dealed.

Thanks for help.

NM 

Le 2011-11-18 à 09:57, Moussa NOMBRÉ moussa.nom...@auf.org a écrit :

 any idea ?
 
 NM
 
 
 le 2011-11-17 16:13, Moussa NOMBRÉ a écrit :
 Hi
 
 I've problem with an imap account in SOGo web : nothing is showed in the 
 mail (others things work good, calendar, contacts, preferences).
 When checking, I notice that this account has above 700 folders and 
 sub-folders.
 
 When I reduce the number of folder (deleting them in a test account), mail 
 part works in the web.
 
 So, what is the limit of folder one can have in SOGo Web.
 Is there a way to increase this limit ?
 
 Thanks
 
 NM
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Usernames with @ // domain name // SambaOpenchange

2011-11-23 Thread Eric Hiller

While I am able to get Sogo + openchange +outlook working for simple usernames 
of plain text, my setup is configured to use usern...@domain.tld. I can never 
get openchange/samba to accept users logging in in this format however. The 
messages I receive from debug are:

Got user=[usern...@domain.tld] domain=[] workstation=[MAIN] len1=24 len2=24
auth_check_password_send: Checking password for unmapped user 
[]\[usern...@domain.tld]@[MAIN]
map_user_info: Mapping user []\[usern...@domain.tld] from workstation [MAIN]
auth_check_password_send: mapped user is: [domain.tld]\[username]@[MAIN]
auth_get_challenge: returning previous challenge by module NTLMSSP callback 
(NTLM2) (normal)
[] 4E B2 1D B6 D6 FF DF DFN...
sam_search_user: Couldn't find user [username] in samdb, under 
DC=openchange,DC=local
auth_check_password_recv: sam_ignoredomain authentication for user 
[domain.tld\username] FAILED with error NT_STATUS_NO_SUCH_USER
GENSEC mech rejected the incoming authentication at bind_auth3: 
NT_STATUS_NO_SUCH_USER
mapiproxy::mapiproxy_op_ndr_pull
User is not authenticated, cannot process
../source4/rpc_server/dcerpc_server.c:949: Unknown RPC call 0 on exchange_ds_rfr
Terminating connection - 'NT_STATUS_CONNECTION_RESET'
imessaging: cleaning up /var/lib/samba4/private/smbd.tmp/msg/msg.0:0.76
single_terminate: reason[NT_STATUS_CONNECTION_RESET]
mapiproxy::mapiproxy_op_unbind
dcesrv_exchange_nsp_unbind
dcesrv_exchange_emsmdb_unbind
Terminating connection - 'NT_STATUS_CONNECTION_DISCONNECTED'

I tried editing the ldb file so that the username was domain.tld\username but 
it would never allow the \. Has anyone else encountered and solved this problem?

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

Fwd: Fwd: [SOGo] HELP!! NO Login after update to 2.0_20111123-1.el5.i386.rpm

2011-11-23 Thread Daniel Müller
On startup this error occurs:

Nov 23 19:26:47 sogod [5374]: [ERROR] 0x0x442a60[GCSSessionsFolder] 
'OCSSessionsFolderURL' is not set

Has something changed?

 Original-Nachricht 
Datum: Wed, 23 Nov 2011 16:01:47 +0100
Von: Daniel Müller danielmuell...@gmx.net
An: users@sogo.nu
Betreff: Fwd: [SOGo] HELP!! NO Login after update to 2.0_2023-1.el5.i386.rpm

This is the error in my sogo.log:


2011-11-23 14:59:11.796 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:14:59:11 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.024 11304 63% 0
2011-11-23 14:59:11.964 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:14:59:11 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.024 11304 63% 0
2011-11-23 15:01:06.836 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:15:01:06 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.024 11304 63% 0
2011-11-23 15:01:56.231 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:15:01:56 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.023 11304 63% 0
2011-11-23 15:01:58.075 sogod[3184] WARNING(-[NSNull(misc) count]): called 
NSNull -count (returns 0) !!!
edvabteilung - - [23/Nov/2011:15:01:58 GMT] GET /SOGo/ HTTP/1.1 200 4078/0 
0.023 11304 63% 0


 Original-Nachricht 
Datum: Wed, 23 Nov 2011 15:52:21 +0100
Von: Daniel Müller danielmuell...@gmx.net
An: users@sogo.nu
Betreff: [SOGo] HELP!! NO Login after update to 2.0_2023-1.el5.i386.rpm



After installing the update 
from,http://www.sogo.nu/files/downloads/SOGo/RHEL5/nightly/i386/RPMS/
Version2 from  23-Nov-2011 07:17 sogo-2.0_2023-1.el5.i386.rpm.
 
My SOGo is dead. When I go to the Logon Page the grafiks are gone and the page 
is white. No logon anymore possible.

Can you please help.

Daniel
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] HELP!! NO Login after update to 2.0_20111123-1.el5.i386.rpm

2011-11-23 Thread Jeff Folk
That changed a couple versions ago...

Jeff
Sent from my iPhone

On Nov 23, 2011, at 1:25 PM, Daniel Müller danielmuell...@gmx.net wrote:

 n startup this error occurs:
 
 Nov 23 19:26:47 sogod [5374]: [ERROR] 0x0x442a60[GCSSessionsFolder] 
 'OCSSessionsFolderURL' is not set
 
 Has something changed?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo-web and imap folders number limit

2011-11-23 Thread Ludovic Marcotte

On 23/11/11 13:57, Moussa NOMBRE wrote:

SOS please, problem still not dealed.

Thanks for help.
It's likely the mailbox tree taking ages to render properly. It's known 
to be slow with ~100-150 mailboxes so I can imagine how slow it would be 
with 700 mailboxes.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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


[SOGo] Python error? Openchange module not found...

2011-11-23 Thread stasou
While installing the server, all seemed to go well until I reached the part
where I wanted to test some user operations.

Adding users to SAMBA and setting password policies did not work at start and I
got the message:

   no module named talloc

after looking a bit, I realized I should install it so:

   sudo apt-get install python-talloc

After that I got:

   no module name ldb..

   sudo apt-get install python-ldb

After that I got:

   no module name tdb..

   sudo apt-get install python-tdb.

Hey-presto, all ok... Samba worked for user operations like a charm...

BUT!!

When I tried to run the openchange_newuser script I got:

Traceback (most recent call last):
  File ./openchange_newuser, line 26, in module
import openchange
ImportError: No module named openchange

I checked PYTHONPATH, it was ok...
I checked Python interactive shell, openchange module seems to be installed and
its attributes seem to be as ought to...
I checked under the path /usr/local/samba/lib/python2.7/site-packages, there is
folder openchange and __init__.py in it...
I tried:
   sudo PYTHONPATH='/usr/local/lib/python2.7/site-packages'
./openchange_newuser --create testuser
no result
Google to no avail...
Any suggestion?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] more than one ldap sources

2011-11-23 Thread Ludovic Marcotte

On 23/11/11 11:33, alain.defra...@univ-evry.fr wrote:

i need to have 2 ldap sources, one for authentication and one for address book,
one only for reading aliases and the other to connexion
but tha't doesn't works...
do you have an example ?
here is my configuration
what is wrong ?

SOGoUserSources is an array of dictionaries.. so:

keySOGoUserSources/key
array
dict
/dict
dict
/dict
/array


Regards,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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


[SOGo] BTS activities for Wednesday, November 23 2011

2011-11-23 Thread SOGo reporter
Title: BTS activities for Wednesday, November 23 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, November 23 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1512
	2011-11-23 17:57:49
	new (open)
	SOGo Integrator
	Bad URL for CardDAV with Sogo Integrator
	
	  
	
1508
	2011-11-23 03:51:10
	updated (open)
	Web Mail
	sogo should have a message size limit
	
	  
	
1511
	2011-11-23 08:50:09
	new (open)
	Web Mail
	folder names with " is accepted but doesn't work
	
	  
	
1509
	2011-11-23 03:34:54
	new (open)
	Web Preferences
	UIxPreferences.js, unable to save prefs
	
	  
	
  
  




Re: [SOGo] Usernames with @ // domain name // SambaOpenchange

2011-11-23 Thread Jean-Michel OLTRA

Bonjour,


Le mercredi 23 novembre 2011, Eric Hiller a écrit...


 While I am able to get Sogo + openchange +outlook working for simple
 usernames of plain text, my setup is configured to use
 usern...@domain.tld. I can never get openchange/samba to accept users
 logging in in this format however. The messages I receive from debug
 are:

It seems to be a bug in the username parsing:

See https://inverse.ca/sogo/lists/arc/users/2011-11/msg00148.html
and Ludovic's reply.


-- 
jm

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


Re: [SOGo] HELP!! NO Login after update to 2.0_20111123-1.el5.i386.rpm

2011-11-23 Thread Daniel Müller
Now since yesterday as I updated from sogo2 beta1 to sogo2 beta3.
Noene can work with SOGo anymore. The users sits on the login-screen
with no grafiks loaded and can not login.
It seems as if the paths have changed.
Meanwhile I found aout that the .GNUstepDefaults has changed to xlm no text 
anymore. I did the conversation to xml file format.
What I updated are the sogo rpms 
from:http://www.sogo.nu/files/downloads/SOGo/RHEL5/nightly/i386/RPMS/
with yum update sogo* . This did also update my gnustep. It does not
draw sogo-openchange-backend-2.0_2023-1.el5.i386.rpm and the samba4 rpms. 
Because I was running before without it.
And I did a yum update libffi*.
Since that time my SOGo is dead.
Is there a way to bring it back to life? How do I put the things right again?

Greetings
Daniel



 Original-Nachricht 
 Datum: Wed, 23 Nov 2011 13:30:02 -0600
 Von: Jeff Folk jf...@qzoneinc.com
 An: users@sogo.nu users@sogo.nu
 Betreff: Re: [SOGo] HELP!! NO Login after update to 
 2.0_2023-1.el5.i386.rpm

 That changed a couple versions ago...
 
 Jeff
 Sent from my iPhone
 
 On Nov 23, 2011, at 1:25 PM, Daniel Müller danielmuell...@gmx.net
 wrote:
 
  n startup this error occurs:
  
  Nov 23 19:26:47 sogod [5374]: [ERROR] 0x0x442a60[GCSSessionsFolder]
 'OCSSessionsFolderURL' is not set
  
  Has something changed?
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists