Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 Thread J.


From: Szládovics Péter 
To: users@sogo.nu 
Sent: Tuesday, September 24, 2013 10:51 AM
Subject: Re: [SOGo] Address books not visible in Thunderbird
 


2013-09-24 19:02 keltezéssel, J. írta:


>
> From: Szládovics Péter 
>To: J.  
>Sent: Tuesday, September 24, 2013 4:12 AM
>Subject: Re: [SOGo] Address books not visible in Thunderbird
> 
>
>
>2013-09-24 11:24 keltezéssel, J. írta:
>
>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 = x;
>>  canAuthenticate = YES;
>>  displayName = "Shared Addresses";
>>  hostname = ldap://127.0.0.1:389;
>>  id = public;
>>  isAddressBook = YES;
>>  filter = "(accountStatus='active')";
>>    }
>>  );
>>
>You need an update site too: 
>http://www.onlinedemo.hu/136-update-site-generation
>
>
>
I only modified Integrator, not Connector since that's what the guide said to 
do. Is that correct?
>
If it's working then ok.


I don't think it's working and I'm not sure how to determine what's wrong.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 Thread Szládovics Péter

2013-09-24 19:02 keltezéssel, J. írta:


*From:* Szládovics Péter 
*To:* J. 
*Sent:* Tuesday, September 24, 2013 4:12 AM
*Subject:* Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 11:24 keltezéssel, J. írta:
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 = x;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = ldap://127.0.0.1:389;
  id = public;
  isAddressBook = YES;
  filter = "(accountStatus='active')";
}
  );


You need an update site too: 
http://www.onlinedemo.hu/136-update-site-generation



I only modified Integrator, not Connector since that's what the guide 
said to do. Is that correct?


If it's working then ok.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 Thread J.


 From: Szládovics Péter 
To: J.  
Sent: Tuesday, September 24, 2013 4:12 AM
Subject: Re: [SOGo] Address books not visible in Thunderbird
 


2013-09-24 11:24 keltezéssel, J. írta:

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 = x;
>  canAuthenticate = YES;
>  displayName = "Shared Addresses";
>  hostname = ldap://127.0.0.1:389;
>  id = public;
>  isAddressBook = YES;
>  filter = "(accountStatus='active')";
>    }
>  );
>
You need an update site too: http://www.onlinedemo.hu/136-update-site-generation



I only modified Integrator, not Connector since that's what the guide said to 
do. Is that correct?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 Thread J.


 From: Szládovics Péter 
To: J.  
Sent: Tuesday, September 24, 2013 4:12 AM
Subject: Re: [SOGo] Address books not visible in Thunderbird
 


2013-09-24 11:24 keltezéssel, J. írta:

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 = x;
>  canAuthenticate = YES;
>  displayName = "Shared Addresses";
>  hostname = ldap://127.0.0.1:389;
>  id = public;
>  isAddressBook = YES;
>  filter = "(accountStatus='active')";
>    }
>  );
>
You need an update site too: http://www.onlinedemo.hu/136-update-site-generation

This site says that Apache2 is required. Can I use nginx for the update site? 
That's what our SOGo server is running.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 Thread J.
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 
To: J.  
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 = x;
>  canAuthenticate = YES;
>  displayName = "Shared Addresses";
>  hostname = ldap://127.0.0.1:389;
>  id = public;
>  isAddressBook = YES;
>  filter = "(accountStatus='active')";
>    }
>  );
>-- 
users@sogo.nu
https://inverse.ca/sogo/lists