Re: [SOGo] Dovecot shared mailbox dictionary via SOGo

2014-06-13 Thread Alexander Pfeiffer

Hi Ian,

if you change SOGoEnableDomainBasedUID to yes so that UIDFieldName will 
be taken from the mail adress.
This should solve your problem. At least for me it did but i have set it 
up on a SOGo 2.0.2.
There should be no issue with calendars etc. when you are setting up a 
new server anyway as everything after changing this setting will work 
again as expected.
SOGo will create new tables in the database with the new UID = mail so 
if you would revert the setting it would use the old tables from the UID 
= uid again.


Hope this helps.

Alex



On 13.06.2014 16:43, Ian McMichael wrote:
My guess would be to change UIDFieldName in sogo.conf from it's 
current value of sAMAccountName to mail?  However, my understanding is 
that would break all calendars and addressbooks in the database as 
they then wouldn't be associated with their owners.  Is there a way to 
fix this if I need to do it?


--
dipl.-ing. alexander pfeiffer architekt bda eginhardstraße 9 52070 
aachen fon +49 241 9968186 fax +49 241 401 0783 mail: 
alexander.m.pfeif...@gmail.com

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

Re: [SOGo] Dovecot shared mailbox dictionary via SOGo

2014-06-13 Thread Alexander Pfeiffer

Hi Michael,

well my setup is also still ldap based but that should not be a problem.
Yes, your existing data for calendars and contacts should remain in the 
existing tables as SOGo will create new ones (with a part of the domain 
in the table name) - so if you revert the setting it should be there 
again. At least thats what i experienced when i did the setup - it kept 
the old tables under the old names. But i can't give any warranty on 
this.. :)


I have never used the sogo-tool, sorry. But i am looking forward to your 
experiences with it on this topic.


Alex




On 13.06.2014 17:07, Ian McMichael wrote:

On 13/06/14 15:58, Alexander Pfeiffer wrote:
There should be no issue with calendars etc. when you are setting up 
a new server anyway as everything after changing this setting will 
work again as expected.
SOGo will create new tables in the database with the new UID = mail 
so if you would revert the setting it would use the old tables from 
the UID = uid again.


Thanks very much Alex, I'll give that a go.  I've loaded test data 
into calendar and contacts on my new system as I'm preparing to 
migrate a bunch of customers, some of whom have an older server build 
based on OpenLDAP rather than Samba AD. So, if I wanted to keep this 
data as a test is there a way?


I've just had a look at the sogo-tool rename function.  Does this do 
what I need?  When I come to running it for real, is it safe or should 
I take a backup of each user before running it?


Thanks,

--

Ian McMichael

. E-Mail: ian.mcmich...@gmail.com
. Phone: +44-(0)7703-192837



--
dipl.-ing. alexander pfeiffer architekt bda eginhardstraße 9 52070 
aachen fon +49 241 9968186 fax +49 241 401 0783 mail: 
alexander.m.pfeif...@gmail.com

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

Re: [SOGo] sogo and iredmail - are there any users out there? - ldap addressbook problem

2012-07-23 Thread Alexander Pfeiffer

hi,

well you explanation makes sense.. i only have 10 users so far but your 
hint to use the search field is very good! thanks!


best, alex


On 22.07.2012 21:15, Martin Seener wrote:
its normal behaviour. when u have ldap with 10.000 of entries u will 
have to wait. therefore nothing is shown by default. but u can type a 
dot in the search field to let all be shown ;)


Sent from my iPad

On 22.07.2012, at 20:53, Alexander Pfeiffer 
alexander.m.pfeif...@googlemail.com 
mailto:alexander.m.pfeif...@googlemail.com wrote:



dear sogo and iredmail users,

i have sogo 1.3.16 installed on top of iredmail 0.8.1 (ldap backend) 
on ubuntu 12.04 and it works very well despite the fact that the 
Gloabl LDAP Addressbook is displayed empty in SOGo Webinterface and 
in TB (10.0.6 esr).


anyone succeeded in having a populated ldap addressbook? i would be 
interested in the setup in Gnustepdefaults file.


here is how i have it configured:

dict

keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringmail/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringo=domains,dc=mydomain,dc=de/string
keybindDN/key
stringcn=Manager,dc=mydomain,dc=de/string
keybindFields/key
stringmail/string
keybindPassword/key
stringManager secret password/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringGlobal LDAP Addressbook/string
keyhostname/key
stringlocalhost/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
keyscope/key
stringsub/string

/dict

thanks for your help.

best, alex


--
dipl.-ing. alexander pfeiffer architekt
mail: alexander.m.pfeif...@gmail.com


--
dipl.-ing. alexander pfeiffer architekt bda
mail: alexander.m.pfeif...@gmail.com
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] sogo and iredmail - are there any users out there? - ldap addressbook problem

2012-07-22 Thread Alexander Pfeiffer

dear sogo and iredmail users,

i have sogo 1.3.16 installed on top of iredmail 0.8.1 (ldap backend) on 
ubuntu 12.04 and it works very well despite the fact that the Gloabl 
LDAP Addressbook is displayed empty in SOGo Webinterface and in TB 
(10.0.6 esr).


anyone succeeded in having a populated ldap addressbook? i would be 
interested in the setup in Gnustepdefaults file.


here is how i have it configured:

dict

   keyCNFieldName/key
   stringcn/string
   keyIDFieldName/key
   stringmail/string
   keyUIDFieldName/key
   stringuid/string
   keybaseDN/key
   stringo=domains,dc=mydomain,dc=de/string
   keybindDN/key
   stringcn=Manager,dc=mydomain,dc=de/string
   keybindFields/key
   stringmail/string
   keybindPassword/key
   stringManager secret password/string
   keycanAuthenticate/key
   stringYES/string
   keydisplayName/key
   stringGlobal LDAP Addressbook/string
   keyhostname/key
   stringlocalhost/string
   keyid/key
   stringpublic/string
   keyisAddressBook/key
   stringYES/string
   keyport/key
   string389/string
   keyscope/key
   stringsub/string

/dict

thanks for your help.

best, alex


--
dipl.-ing. alexander pfeiffer architekt
mail: alexander.m.pfeif...@gmail.com
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] 1.3.16 Global LDAP Addressbook empty in Webinterface and TB

2012-07-19 Thread Alexander Pfeiffer

Hi all,

i installed sogo 1.3.16 on ubuntu 12.04 on top of an iredmail 0.8.1 mail 
system with dovecot. most of it is working great!


only the global ldap addressbook won't show populated, it just stays 
empty in the webinterface and also in thunderbird 10.0.6 esr with 
connector and integrator installed.


so far i have 5 mailusers in one domain.

when i access the ldap source in the webinterface, sogo.log says:
localhost - - [19/Jul/2012:17:43:35 GMT] POST 
/SOGo/so/t...@mydomain.de/Contacts/public/view?noframe=1sort=c_cnasc=true 
HTTP/1.1 200 0/0 0.022 - - 0


openldap.log is empty.

my usersource is ldap, here is the GNUStepdefaults (replaced actual 
domain with mydomain):


dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4DisableIMAP4Pooling/key
stringYES/string
keyNGUseUTF8AsURLEncoding/key
stringYES/string
keyOCSEMailAlarmsFolderURL/key
stringmysql://sogo:sogo@localhost:3306/sogo/sogo_alarms_folder/string
keyOCSFolderInfoURL/key
stringmysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:sogo@localhost:3306/sogo/sogo_sessions_folder/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoAuthenticationMethod/key
stringLDAP/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
/array
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoEnableDomainBasedUID/key
stringYES/string
keySOGoEnableEMailAlarms/key
stringYES/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoForwardEnabeled/key
stringYES/string
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoLDAPContactInfoAttribute/key
stringdisplayName/string
keySOGoLanguage/key
stringEnglish/string
keySOGoMailDomain/key
stringmydomain.de/string
keySOGoMailListViewColumnsOrder/key
array
stringFlagged/string
stringAttachment/string
stringPriority/string
stringFrom/string
stringSubject/string
stringUnread/string
stringDate/string
stringSize/string
/array
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoOtherUsersFolderName/key
stringOther Users/string
keySOGoProfileURL/key
stringmysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringSent/string
keySOGoSharedFolderName/key
stringShared/string
keySOGoSupportedLanguages/key
array
stringEnglish/string
stringGerman/string
stringSpanish/string
/array
keySOGoTimeZone/key
stringEurope/Berlin/string
keySOGoTrashFolderName/key
stringTrash/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringmail/string
keyUIDFieldName/key
stringmail/string
keybaseDN/key
stringo=domains,dc=mydomain,dc=de/string
keybindDN/key
stringcn=vmail,dc=mydomain,dc=de/string
keybindFields/key
stringmail/string
keybindPassword/key
stringvmailuser secret password/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringGlobal LDAP Addresses/string
keyhostname/key
stringlocalhost/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
keySOGoVacationEnabeled/key
stringYES/string
keyWOMessageUseUTF8/key
stringYES/string
keyWOParsersUseUTF8/key
stringYES/string
keyWOPort/key
string2/string
keyWOUseRelativeURLs/key
stringNO/string
keyWOWorkersCount/key
string3/string
/dict
/dict
/plist

any help is appreciated.

best, alex



--
dipl.-ing. alexander pfeiffer architekt
mail: alexander.m.pfeif...@gmail.com
--
users@sogo.nu
https://inverse.ca/sogo/lists