It had: em:version="17.0.5"
so I updated it to 17.0.9, but it doesn't seem to have changed anything? ________________________________ From: Steve Ankeny <[email protected]> To: J. <[email protected]> Sent: Tuesday, September 24, 2013 3:51 AM Subject: Re: [SOGo] Address books not visible in Thunderbird Did you "match" the version number in "Install.rdf" with the ESR version you're using? You need to change that as well. On 09/24/2013 05:24 AM, J. wrote: I installed Thunderbird 17 ESR and the related Lightning and the SOGo connector and integrator and modified the extensions.rdf files as described in the Thunderbird configuration guide. It looks like Thunderbird isn't reading the server's address books. Can anyone point me in the right direction? > > >The only things I changed was to alter the domain on the line: > > >isi:updateURL="https://mail.mydomain.com/plugins/updates.php?plu...[etc] > > > >in these two files > > > >sogo-integrator-17.0.5-sogo-demo/chrome/content/extensions.rdf >sogo-integrator-17.0.5-sogo-demo/custom/sogo-demo/chrome/content/extensions.rdf > > >The site.js file already had the same identifier as sogo.conf: > > >pref("sogo-integrator.autocomplete.server.urlid", "public"); > > >in sogo.conf: > > >SOGoUserSources = ( > { > type = ldap; > CNFieldName = cn; > UIDFieldName = uid; > bindFields = (uid, mail); // array of fields to use for indirect binds > baseDN = "ou=users,dc=mail,dc=mydomain,dc=com"; > bindDN = "cn=sogo,ou=services,dc=mail,dc=mydomain,dc=com"; > bindPassword = xxxxxxxxx; > canAuthenticate = YES; > displayName = "Shared Addresses"; > hostname = ldap://127.0.0.1:389; > id = public; > isAddressBook = YES; > filter = "(accountStatus='active')"; > } > ); >-- [email protected] https://inverse.ca/sogo/lists
