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

Reply via email to