Re: [SOGo] TB7 and lightning 1.0b7

2011-10-26 Thread Marek Czardybon

W dniu 26.10.2011 11:43, André Schild pisze:

referencing to mozilla documentation:

http://kb.mozillazine.org/App.update.mode

I've putted in sogo-integrator.js on my customized sogo-integrator:




pref("extensions.update.auto", false);
pref("extensions.update.enabled", false);


Is this needed ?
It would be good to stop TB updates, but allow add-ons to be updated.
(Or will this cause lightning updates ?)

André
This can cause lighting update but next time when user will launch his 
thunderbird-
sogo-intergrator will check on the server which version of lighting 
should be installed and

will reinstall it - causing reboot of thunderbird.

So i've disabled add-ons updates ( in my company users has not so much 
add-ons installed :)


BR

--
Marek Czardybon
Dział IT
3S Śląskie Sieci Światłowodowe

tel. 032 428 83 58
e-mail m.czardy...@3s.pl

***
TKP S.A.
ul. Chorzowska 50, 44-100 GLIWICE
tel: 032 428 83 00, fax: 032 330 44 21
Regon: 277704261; NIP: 969-12-97-176
KRS: 095232 (Sąd Rejonowy w Gliwicach X Wydz. Gospodarczy)
Kapitał zakładowy: 536.000,00 zł opłacony w całości

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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-26 Thread André Schild

referencing to mozilla documentation:

http://kb.mozillazine.org/App.update.mode

I've putted in sogo-integrator.js on my customized sogo-integrator:




pref("extensions.update.auto", false);
pref("extensions.update.enabled", false);


Is this needed ?
It would be good to stop TB updates, but allow add-ons to be updated.
(Or will this cause lightning updates ?)

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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-26 Thread Marek Czardybon

W dniu 25.10.2011 18:05, Alessio Fattorini pisze:
Nella citazione in data mar 25 ott 2011 17:50:02 CEST, Julian Robbins 
ha scritto:


How can we use sogo-integrator to disable a Thunderbird (major) 
update ? We have Integrator installed here already


you should modify sogo-integrator file:
defaults/preferences/site.js

adding this line:
pref("app.update.enabled", false);

ehlo.a

referencing to mozilla documentation:
http://kb.mozillazine.org/App.update.mode

I've putted in sogo-integrator.js on my customized sogo-integrator:


pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("autoupdate.enabled", false);
pref("extensions.update.auto", false);
pref("extensions.update.enabled", false);

And all my users has got this config values in their thunderbird :)
And I've not heard that thunderbird has upgraded for someone ...

BR

--
Marek Czardybon
Dział IT
3S Śląskie Sieci Światłowodowe

tel. 032 428 83 58
e-mail m.czardy...@3s.pl

***
TKP S.A.
ul. Chorzowska 50, 44-100 GLIWICE
tel: 032 428 83 00, fax: 032 330 44 21
Regon: 277704261; NIP: 969-12-97-176
KRS: 095232 (Sąd Rejonowy w Gliwicach X Wydz. Gospodarczy)
Kapitał zakładowy: 536.000,00 zł opłacony w całości

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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-26 Thread Alessio Fattorini
Nella citazione in data mar 25 ott 2011 18:44:45 CEST, Ludovic Marcotte 
ha scritto:
force_bool_pref("app.update.silent", true); 
force_int_pref("app.update.mode", 1);


You're right. This option doesn't permit update with incompatibilities 
and user doesn't see any prompt.
What do you returns with tb-update? An url? Can you paste tb-update.php 
code?

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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-25 Thread Ludovic Marcotte

On 25/10/11 12:05, Alessio Fattorini wrote:
Nella citazione in data mar 25 ott 2011 17:50:02 CEST, Julian Robbins 
ha scritto:


How can we use sogo-integrator to disable a Thunderbird (major) 
update ? We have Integrator installed here already


you should modify sogo-integrator file:
defaults/preferences/site.js

adding this line:
pref("app.update.enabled", false);
That's pretty wrong. Have a good read of 
https://wiki.mozilla.org/Software_Update:Checking_For_Updates


You can force prefs using SOGo Integrator, like this:

force_bool_pref("app.update.silent", true);
force_bool_pref("app.update.enabled", true);
force_bool_pref("app.update.auto", true);
force_int_pref("app.update.mode", 1);
force_char_pref("app.update.url.override", 
"https://www.bozo.com/tb/3/test/tb-update.php?version=%VERSION%target=%BUILD_TARGET%";); 
[^]


And tb-update.php returns whatever you want to force.

Ludo

--
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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-25 Thread Clay Wright


On 10/25/2011 11:05 AM, Alessio Fattorini wrote:
> Nella citazione in data mar 25 ott 2011 17:50:02 CEST, Julian Robbins ha
> scritto:
>>
>> How can we use sogo-integrator to disable a Thunderbird (major) update
>> ? We have Integrator installed here already
> 
> you should modify sogo-integrator file:
> defaults/preferences/site.js
> 
> adding this line:
> pref("app.update.enabled", false);

To further remove the temptation, I like to change the startup page (or
disable it) so users don't see promotions from Mozilla for newer releases.

Not sure it's necessary to put in both places, but I add to sites.js:

pref("mailnews.start_page.enabled", false);
-- or --
pref("mailnews.start_page.url", "http://foo.bar.com";);

In custom-preferences.js:
force_bool_pref("mailnews.start_page.enabled", false);
-- or --
force_bool_pref("mailnews.start_page.url",
"http://www.tsswcb.state.tx.us/logo/";);

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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-25 Thread Alessio Fattorini
Nella citazione in data mar 25 ott 2011 18:08:09 CEST, Julian Robbins 
ha scritto:

On 25/10/11 17:05, Alessio Fattorini wrote:
Nella citazione in data mar 25 ott 2011 17:50:02 CEST, Julian Robbins 
ha scritto:


How can we use sogo-integrator to disable a Thunderbird (major) 
update ? We have Integrator installed here already


you should modify sogo-integrator file:
defaults/preferences/site.js

adding this line:
pref("app.update.enabled", false);

Does this allow security updates on the 3.1 branch though ???


No, i think
TB doesn't make difference.


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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-25 Thread Alessio Fattorini
Nella citazione in data mar 25 ott 2011 17:50:02 CEST, Julian Robbins 
ha scritto:


How can we use sogo-integrator to disable a Thunderbird (major) update 
? We have Integrator installed here already


you should modify sogo-integrator file:
defaults/preferences/site.js

adding this line:
pref("app.update.enabled", false);
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-25 Thread Julian Robbins

On 25/10/11 16:12, Alessio Fattorini wrote:

Il 24/10/2011 17:08, Ludovic Marcotte ha scritto:

On 24/10/11 05:52, LEBRETON Philippe wrote:

SOGO extensions do not work with TB7.
Version 1.0b7 of lightning does not manage ACLs.
Do you plan to update the version of SOGo connector, SOGO integrator
and lightning 1.0b7 for version 1.38 of SOGo?

No.

The next version to be supported is the version that will be the first
ESR. It was normally scheduled to be based on Thunderbird 8 but recent
discussions tend to push that towards Thunderbird 10.


It's a big problem for us wait until january. Out customer frequently 
update TB unintentionally and we must reinstall manually old version 
(by vnc)
Maybe the best way is disable thunderbird upgrade by sogo-integrator 
variable for remain always into a TB stable version.
Exactly the same for us. I've twice had to downgrade one users to 3.1.15 
from Thunderbird 7 ...


How can we use sogo-integrator to disable a Thunderbird (major) update ? 
We have Integrator installed here already


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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-25 Thread Alessio Fattorini

Il 24/10/2011 17:08, Ludovic Marcotte ha scritto:

On 24/10/11 05:52, LEBRETON Philippe wrote:

SOGO extensions do not work with TB7.
Version 1.0b7 of lightning does not manage ACLs.
Do you plan to update the version of SOGo connector, SOGO integrator
and lightning 1.0b7 for version 1.38 of SOGo?

No.

The next version to be supported is the version that will be the first
ESR. It was normally scheduled to be based on Thunderbird 8 but recent
discussions tend to push that towards Thunderbird 10.


It's a big problem for us wait until january. Out customer frequently 
update TB unintentionally and we must reinstall manually old version (by 
vnc)
Maybe the best way is disable thunderbird upgrade by sogo-integrator 
variable for remain always into a TB stable version.



--
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


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-24 Thread Alessio Fattorini
Nella citazione in data lun 24 ott 2011 17:08:14 CEST, Ludovic Marcotte 
ha scritto:


The next version to be supported is the version that will be the first 
ESR. It was normally scheduled to be based on Thunderbird 8 but recent 
discussions tend to push that towards Thunderbird 10.


I think this can help
https://wiki.mozilla.org/Enterprise/Thunderbird/ExtendedSupport
http://groups.google.com/group/tb-enterprise/browse_thread/thread/4ab90fd4961ee2c
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TB7 and lightning 1.0b7

2011-10-24 Thread Ludovic Marcotte

On 24/10/11 05:52, LEBRETON Philippe wrote:

SOGO extensions do not work with TB7.
Version 1.0b7 of lightning does not manage ACLs.
Do you plan to update the version of SOGo connector, SOGO integrator 
and lightning 1.0b7 for version 1.38 of SOGo? 

No.

The next version to be supported is the version that will be the first 
ESR. It was normally scheduled to be based on Thunderbird 8 but recent 
discussions tend to push that towards Thunderbird 10.


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] TB7 and lightning 1.0b7

2011-10-24 Thread LEBRETON Philippe

Hi,

SOGO extensions do not work with TB7.
Version 1.0b7 of lightning does not manage ACLs.
Do you plan to update the version of SOGo connector, SOGO integrator and 
lightning 1.0b7 for version 1.38 of SOGo?


Thanks

Philippe



*
"Le contenu de ce courriel et ses éventuelles pièces jointes sont 
confidentiels. Ils s'adressent exclusivement à la personne destinataire. Si cet 
envoi ne vous est pas destiné, ou si vous l'avez reçu par erreur, et afin de ne pas 
violer le secret des correspondances, vous ne devez pas le transmettre à d'autres 
personnes ni le reproduire. Merci de le renvoyer à l'émetteur et de le détruire.

Attention : L'organisme de l'émetteur du message ne pourra être tenu responsable de 
l'altération du présent courriel. Il appartient au destinataire de vérifier que les 
messages et pièces jointes reçus ne contiennent pas de virus. Les opinions contenues 
dans ce courriel et ses éventuelles pièces jointes sont celles de l'émetteur. Elles 
ne reflètent pas la position de l'organisme sauf s'il en est disposé autrement dans 
le présent courriel."
**

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