Re: [SOGo] automatic update failed

2012-03-20 Thread Martin (Lists)
Am 20.03.2012 13:50, schrieb Adi Kriegisch:
> Hi!
> 
[...]

>> Are there any other settings to be done?
> You probably added the directive to the wrong place, then? Forced
> preferences should go to chrome/defaults/preferences/site.js
> You could add some more prefs to get automatic updates and TB updates as
> well (but most of them are the default anyways):
> || force_bool_pref("extensions.update.auto", true);
> || force_bool_pref("extensions.update.enabled", true);
> || 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);
> 
> Hope, this helps.

Thanks, this helped a lot but I still had the same "not builtin"
problem. After analysing the source code from thunderbird sources I
finally found two additional settings. now I have

force_bool_pref("app.update.cert.requireBuiltIn", false);
force_bool_pref("extensions.install.requireBuiltInCerts", false);
force_bool_pref("extensions.update.requireBuiltInCerts", false);

in my custom-preferences.js file (want to run it every thunderbird
start). the extension.update did not the trick, but extension.install
did. Now thunderbird 10esr is able to automatically update sogo and
lightning extensions from my private server.

> 
> Ah, and one more thing: intermediate(*) CAs need to be either in TB cert store
> or in the cert chain the web server presents to the client...
> 
> -- Adi
> 
> (*) just in case you're using a root ca that issued a web server ca that
> is used to sign server certificates. But if you're running your own pki
> you most probably know what you're doing... ;-)

I don't know enough here. I have set up some ssl servers with my own CA
but as I use it for my family only I only use one root certificate. So
there is no chain involved. This is more a test and play environment.

Martin

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


[SOGo] BTS activities for Tuesday, March 20 2012

2012-03-20 Thread SOGo reporter
Title: BTS activities for Tuesday, March 20 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, March 20 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1703
	2012-03-20 05:27:34
	updated (open)
	SOGo Native Outlook Compatibility
	Samba crash due to IMAP4 Connection Error
	
	  
	
1631
	2012-03-20 18:34:04
	updated (open)
	GUI
	TB 10 connector does not syc
	
	  
	
1700
	2012-03-20 10:18:49
	updated (open)
	Web Calendar
	Error trying to export a webcal calendar
	
	  
	
1712
	2012-03-20 06:08:14
	new (open)
	Web Calendar
	proxy error when editing an occurance of a recurring event
	
	  
	
1710
	2012-03-20 05:38:34
	updated (open)
	Web Mail
	Mails cannot be sorted by Read/Unread or Proritity
	
	  
	
1711
	2012-03-20 09:21:12
	updated (open)
	Web Mail
	Multiple selections with keyboard in webmail module is not working
	
	  
	
1713
	2012-03-20 12:07:30
	new (open)
	with external server
	SOGO CardDAV connector fails with certain contenttypes
	
	  
	
1684
	2012-03-20 17:27:03
	resolved (fixed)
	SOGo Native Outlook Compatibility
	update of an appointement fails to propagate
	
	  
	
1690
	2012-03-20 17:26:12
	resolved (fixed)
	SOGo Native Outlook Compatibility
	Reponse buttons do not show up in the invitation emails
	
	  
	
1603
	2012-03-20 17:28:05
	closed (unable to duplicate)
	SOGo Native Outlook Compatibility
	Unicode (cyrillic) letters in event cause openchange backend to crash
	
	  
	
  
  




Re: [SOGo] iOS 5.0/5.0.1/5.1 problems

2012-03-20 Thread Georg Bretschneider
Hi Donny,

I am a little confused. Are you using z-push for email only or for
calendars to? In a different mail you were stating you would only need
email support.

I'm running SOGo 1.3.13 with the "official" z-push (not any modified
version) v1.5.8 RC and it's working pretty great for push mail.
https://developer.berlios.de/project/showfiles.php?group_id=8963

Can't tell if v1.5.7 is working as well, but iOS5.x support was added
prior to v1.5.8. (Take a look at the changelogs.)


Bye
Georg

Am 20.03.2012 22:16, schrieb Donny Brooks:
> I am not 100% sure this is SOGo related but since there are others using
> similar/same setups I figured here would be as good a place as any to
> start. We are running SOGo 1.3.13 with a seperate machine running the
> modified z-push for email since our setup only allows port 80 and 443 to
> be open to the outside world. Ever since the upgrade of "iDevices" to
> iOS 5.0/5.0.1/5.1 we have seen issues with our users devices. Once they
> upgrade they are unable to pull email or calendar anymore. Also an odd
> thing happens and they are unable to even access their mail settings for
> that account. The settings just freeze and eventually closes. That is
> with setting up the full meal deal with
> email/calendar/contacts/reminders, I am currently wiping an iPad2 I have
> for testing to see if it does it on just calendar or just email. Has
> anyone else seen similar issues?
> 
> --
> Donny B.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] iOS 5.0/5.0.1/5.1 problems

2012-03-20 Thread Donny Brooks
On Tuesday, March 20, 2012 04:16 PM CDT, "Donny Brooks"  wrote:


	I am not 100% sure this is SOGo related but since there are others using similar/same setups I figured here would be as good a place as any to start. We are running SOGo 1.3.13 with a seperate machine running the modified z-push for email since our setup only allows port 80 and 443 to be open to the outside world. Ever since the upgrade of "iDevices" to iOS 5.0/5.0.1/5.1 we have seen issues with our users devices. Once they upgrade they are unable to pull email or calendar anymore. Also an odd thing happens and they are unable to even access their mail settings for that account. The settings just freeze and eventually closes. That is with setting up the full meal deal with email/calendar/contacts/reminders, I am currently wiping an iPad2 I have for testing to see if it does it on just calendar or just email. Has anyone else seen similar issues?
	
	--
	Donny B.

After some more testing it appears the issue is z-push. I was able to add the caldav stuff directly from the SOGo server to the ipad no problem. Two-way sync works beautifully. So it appears that with the iOS 5.XX upgrade they dropped/broke support for older activesync protocol versions. The z-push version we are running, and also the same thing was posted here on this list a month or so ago, was written in 2007. So now the adventure begins to try to setup a recent z-push that can do only email to our imap server. So once we have that setup we will be good to go on email and caldav. Unfortunately unless we can get z-push to work with contacts tied into SOGo then we will just have to go without carddav since we cannot open port 8800 to the outside world.

So in the end, sorry for all the noise, just trying to document what I can to make sure no one else has to go through the hoops I had to go through. And as always thanks to the Inverse guys for making a great piece of software!


--
Donny B.



Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-20 Thread Donny Brooks

On Tuesday, March 20, 2012 04:09 PM CDT, mayak-cq  wrote:


	
	
	> >
	> > well -- secret be told -- it is being worked on and i am partially
	> > funding the development
	> >
	> > i'll let francois give the details.
	
	
	
	> this is really great news! Thanks a lot for supporting this development!
	> Is synchronization of multiple address books going to be possible via z-push?
	
	
	
	hi heiner,
	
	i may be mistaken, but i don't think so. activesync doesn't support it.
	
	perhaps someone else can confirm. idea is currently to develop a
	carddav/caldav backend for z-push with ldap auth -- *perhaps* something
	could be done on the caldav server side to combine books.
	
	thanks
	
	m
	
	--
	users@sogo.nu
	https://inverse.ca/sogo/lists
We use the current z-push for our iDevices and androids for email (but not calendar since the CalDAVSync-Beta program on android and native iOS caldav both work beautifully). I am just looking for a working ActiveSync frontend that will work with our iOS 5.XX users to get their email. Should the implementation of z-push for SOGo work with this or are you just trying to get an activesync compatible caldav/carddav sync?

--
Donny B.





[SOGo] iOS 5.0/5.0.1/5.1 problems

2012-03-20 Thread Donny Brooks
I am not 100% sure this is SOGo related but since there are others using similar/same setups I figured here would be as good a place as any to start. We are running SOGo 1.3.13 with a seperate machine running the modified z-push for email since our setup only allows port 80 and 443 to be open to the outside world. Ever since the upgrade of "iDevices" to iOS 5.0/5.0.1/5.1 we have seen issues with our users devices. Once they upgrade they are unable to pull email or calendar anymore. Also an odd thing happens and they are unable to even access their mail settings for that account. The settings just freeze and eventually closes. That is with setting up the full meal deal with email/calendar/contacts/reminders, I am currently wiping an iPad2 I have for testing to see if it does it on just calendar or just email. Has anyone else seen similar issues?

--
Donny B.


Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-20 Thread mayak-cq


> > 
> > well -- secret be told -- it is being worked on and i am partially
> > funding the development 
> > 
> > i'll let francois give the details.



> this is really great news! Thanks a lot for supporting this development!
> Is synchronization of multiple address books going to be possible via z-push?



hi heiner,

i may be mistaken, but i don't think so. activesync doesn't support it.

perhaps someone else can confirm. idea is currently to develop a
carddav/caldav backend for z-push with ldap auth -- *perhaps* something
could be done on the caldav server side to combine books.

thanks

m

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

Re: [SOGo] New to sogo

2012-03-20 Thread Ludovic Marcotte

On 20/03/12 17:03, Eduardo Martinez wrote:

In /var/log/messages I keep getting this error
Sogo httpd: nss-ldap: do_open: do_start_tls failed:stat=-1

Stop top-posting.

Start by collecting meaningful information on your system, your 
configuration and the error messages you get and share that with us.


Sending 10 mails per hour will get you nowhere, except outside this list.

--
Ludovic Marcotte
+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] New to sogo

2012-03-20 Thread Eduardo Martinez
In /var/log/messages I keep getting this error
Sogo httpd: nss-ldap: do_open: do_start_tls failed:stat=-1

-Original Message-
From: Georg Bretschneider [mailto:georg+mailinglists.s...@georgb.de] 
Sent: Tuesday, March 20, 2012 4:01 PM
To: users@sogo.nu
Subject: Re: [SOGo] New to sogo

What's the shell output?
Are you root while using "su - sogo"?
If not, use "sudo su - sogo", but you're user must be allowed to execute 
commands as root. ("cat /etc/sudoers" or "visudo" as root)


Am 20.03.2012 21:52, schrieb Eduardo Martinez:
> Sogo does have a home directory...
> 
> -Original Message-
> From: Eduardo Martinez [mailto:eduar...@diversecti.net]
> Sent: Tuesday, March 20, 2012 3:51 PM
> To: users@sogo.nu
> Subject: RE: [SOGo] New to sogo
> 
> Yes sogo does have a home directory..
> 
> -Original Message-
> From: Roberto [mailto:robe...@indomitux.com.ar]
> Sent: Tuesday, March 20, 2012 3:45 PM
> To: users@sogo.nu
> Subject: Re: [SOGo] New to sogo
> 
> El 20/03/12 17:36, Eduardo Martinez escribió:
>> The user does exist, is there a log file that I can look at to debug 
>> further..
> 
> Hi Eduardo,
> 
> AFAIK it's an operating system misconfiguration, SOGo has nothing to do with 
> it.
> 
> If you're root you should be able to su as sogo without password unless the 
> account is disabled or locked. Does the sogo account have a home directory?
> 
> --
> roberto
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New to sogo

2012-03-20 Thread Georg Bretschneider
What's the shell output?
Are you root while using "su - sogo"?
If not, use "sudo su - sogo", but you're user must be allowed to execute
commands as root. ("cat /etc/sudoers" or "visudo" as root)


Am 20.03.2012 21:52, schrieb Eduardo Martinez:
> Sogo does have a home directory...
> 
> -Original Message-
> From: Eduardo Martinez [mailto:eduar...@diversecti.net] 
> Sent: Tuesday, March 20, 2012 3:51 PM
> To: users@sogo.nu
> Subject: RE: [SOGo] New to sogo
> 
> Yes sogo does have a home directory..
> 
> -Original Message-
> From: Roberto [mailto:robe...@indomitux.com.ar] 
> Sent: Tuesday, March 20, 2012 3:45 PM
> To: users@sogo.nu
> Subject: Re: [SOGo] New to sogo
> 
> El 20/03/12 17:36, Eduardo Martinez escribió:
>> The user does exist, is there a log file that I can look at to debug 
>> further..
> 
> Hi Eduardo,
> 
> AFAIK it's an operating system misconfiguration, SOGo has nothing to do with 
> it.
> 
> If you're root you should be able to su as sogo without password unless the 
> account is disabled or locked. Does the sogo account have a home directory?
> 
> --
> roberto
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] New to sogo

2012-03-20 Thread Eduardo Martinez
Sogo does have a home directory...

-Original Message-
From: Eduardo Martinez [mailto:eduar...@diversecti.net] 
Sent: Tuesday, March 20, 2012 3:51 PM
To: users@sogo.nu
Subject: RE: [SOGo] New to sogo

Yes sogo does have a home directory..

-Original Message-
From: Roberto [mailto:robe...@indomitux.com.ar] 
Sent: Tuesday, March 20, 2012 3:45 PM
To: users@sogo.nu
Subject: Re: [SOGo] New to sogo

El 20/03/12 17:36, Eduardo Martinez escribió:
> The user does exist, is there a log file that I can look at to debug further..

Hi Eduardo,

AFAIK it's an operating system misconfiguration, SOGo has nothing to do with it.

If you're root you should be able to su as sogo without password unless the 
account is disabled or locked. Does the sogo account have a home directory?

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

RE: [SOGo] New to sogo

2012-03-20 Thread Eduardo Martinez
Yes sogo does have a home directory..

-Original Message-
From: Roberto [mailto:robe...@indomitux.com.ar] 
Sent: Tuesday, March 20, 2012 3:45 PM
To: users@sogo.nu
Subject: Re: [SOGo] New to sogo

El 20/03/12 17:36, Eduardo Martinez escribió:
> The user does exist, is there a log file that I can look at to debug further..

Hi Eduardo,

AFAIK it's an operating system misconfiguration, SOGo has nothing to do with it.

If you're root you should be able to su as sogo without password unless the 
account is disabled or locked. Does the sogo account have a home directory?

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

Re: [SOGo] New to sogo

2012-03-20 Thread Roberto

El 20/03/12 17:36, Eduardo Martinez escribió:

The user does exist, is there a log file that I can look at to debug further..


Hi Eduardo,

AFAIK it's an operating system misconfiguration, SOGo has nothing to do 
with it.


If you're root you should be able to su as sogo without password unless 
the account is disabled or locked. Does the sogo account have a home 
directory?


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


RE: [SOGo] New to sogo

2012-03-20 Thread Eduardo Martinez
The user does exist, is there a log file that I can look at to debug further..

-Original Message-
From: Roberto [mailto:robe...@indomitux.com.ar] 
Sent: Tuesday, March 20, 2012 3:37 PM
To: users@sogo.nu
Subject: Re: [SOGo] New to sogo

El 20/03/12 17:26, Eduardo Martinez escribió:
>
> New to sogo, I have installed all the prerequisites but I am having an 
> issue logging in as su - sogo any ideas.
>

What's the error message? Does the user exist?

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

Re: [SOGo] New to sogo

2012-03-20 Thread Roberto

El 20/03/12 17:26, Eduardo Martinez escribió:


New to sogo, I have installed all the prerequisites but I am having an 
issue logging in as su – sogo any ideas.




What's the error message? Does the user exist?

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


[SOGo] New to sogo

2012-03-20 Thread Eduardo Martinez
New to sogo, I have installed all the prerequisites but I am having an issue 
logging in as su - sogo any ideas.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo 1.3.13: Web mail address book issue: Selecting users with multiple mail addresses sends mail to all addresses

2012-03-20 Thread Georg Bretschneider
Addition:
I actually tried to test this behavior by adding some extra email
addresses to one of my test accounts. True, every address gets entered
into the TO field when composing a new mail to that person, but I
_could_ delete every one of them.

Or maybe I didn't get your problem to a 100%.


Bye
Georg

Am 20.03.2012 18:15, schrieb Philip Brechler:
> Hi
> 
> We have a SOGo 1.3.13 installed on Debian Squeeze with a Dovecot IMAP server 
> underneath. Since the 1.3.13 update we have the following problem:
> When a user selects a entry in our "All User" LDAP Group all mail addresses 
> associated with this account will be in the new mail and it is not possible 
> to delete them. How can I disable this? A example LDIF of a user with 
> multiple mail addresses looks like this:
> 
> dn: uid=pbrechler,ou=people,dc=example,dc=de
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: inetOrgPerson
> cn: Philip Brechler
> sn: Brechler
> givenName: Philip
> mail: pbrech...@example.com
> mail: philip.brech...@example.de
> mail: webmas...@example.de
> mail: brech...@example.de
> mail: philipbrech...@example.de
> uid: pbrechler
> 
> Thank you for any help
> 
> Regards,
> 
> Philip
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo 1.3.13: Web mail address book issue: Selecting users with multiple mail addresses sends mail to all addresses

2012-03-20 Thread Georg Bretschneider
Hi Philip,

I don't have a solution, yet. But you are not the only one complaining:
https://inverse.ca/sogo/lists/arc/users/2012-03/msg00330.html
Looks like a bug.

Doesn't look like there is a way of limiting the returned results. Well,
I couldn't find any.

@Developers: How about returning every mail entry but pre-selecting (and
pre-entering) the first address and showing some kind of overlay 
(directly under the TO field the user is currently typing in) with the
ability to change the pre-entered mail address to one of the other
available mail addresses? (javascript should do the trick, eh?)


Bye
Georg

PS: Interesting. In AD the mail attribute is single-valued? Is this
still true for Win2k8R2?
http://tech.groups.yahoo.com/group/postfix-users/message/271656

Am 20.03.2012 18:15, schrieb Philip Brechler:
> Hi
> 
> We have a SOGo 1.3.13 installed on Debian Squeeze with a Dovecot IMAP server 
> underneath. Since the 1.3.13 update we have the following problem:
> When a user selects a entry in our "All User" LDAP Group all mail addresses 
> associated with this account will be in the new mail and it is not possible 
> to delete them. How can I disable this? A example LDIF of a user with 
> multiple mail addresses looks like this:
> 
> dn: uid=pbrechler,ou=people,dc=example,dc=de
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: inetOrgPerson
> cn: Philip Brechler
> sn: Brechler
> givenName: Philip
> mail: pbrech...@example.com
> mail: philip.brech...@example.de
> mail: webmas...@example.de
> mail: brech...@example.de
> mail: philipbrech...@example.de
> uid: pbrechler
> 
> Thank you for any help
> 
> Regards,
> 
> Philip
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] iOS 5.0.1 devices and email with z-push

2012-03-20 Thread Donny Brooks
Has anyone made any advancements with this? I am about to dive off in it but if someone has made any headway that would keep me from duplicating efforts it may get us further faster. I am mainly concerned about getting email working but that goes through our modified z-push.


--
Donny B.

On Thursday, February 2, 2012 08:22 AM CST, Donny Brooks  wrote:


	When we started getting users upgrading their "iDevices" to iOS 5.0.1 we
	started noticing that the email/calendar sync was no longer working.
	Anyone on 4.3.5 or older was working fine though. I remember reading
	somewhere on the list about it possibly being a SOPE limitation or
	something similar. It was like it was an unknown version if I remember
	correctly. We use the modified z-push for mobile devices. Is there
	anything I can do to help fix this and make it to where the 5.0.1 can
	sync again?
	
	--
	Donny B.
	
	--
	users@sogo.nu
	https://inverse.ca/sogo/lists





Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-20 Thread Heiner Markert
Am Tuesday 20 March 2012 06:47:31 schrieb mayak-cq:
> On Mon, 2012-03-19 at 19:12 -0400, Ludovic Marcotte wrote:
> 
> > On 19/03/12 17:19, chymian wrote:
> > > I believe, there a lot of people waiting desperatley for the 
> > > implementation of z-push.
> > > so, it would be nice, if we can get some news on that development for the 
> > > 1.5.x/2.0 sogo-backend for z-push?
> > >
> > > when will be a beta/release available?
> > AFAIK, no one is working on it so don't expect anything anytime soon.
> 
> hi all,
> 
> well -- secret be told -- it is being worked on and i am partially
> funding the development 
> 
> i'll let francois give the details.
> 
> thanks
> 
> m
> 

Hi,

this is really great news! Thanks a lot for supporting this development!
Is synchronization of multiple address books going to be possible via z-push?

Best regards
Heiner


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


Re: [SOGo] Resource Calendar

2012-03-20 Thread Ronald J. Yacketta

On Tuesday, March 20, 2012 2:17:58 PM, Ronald J. Yacketta wrote:

Hello all!

I have resources working as documented, but having issues with the 
resources calendar. For some reason the only thing thing that shows is 
the time and whether it is a Public / Private or Confidential event.


I expected to see the Data / Time and Event Name (if Public etc).

Am I missing a config or something that allows the event name to be 
displayed?





Forgot to add , the resource has the following ACL for 'Any 
Authenticated user'

Public : View All
Confidential : View the Date & Time
Private : None

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


[SOGo] SOGo 1.3.13: Web mail address book issue: Selecting users with multiple mail addresses sends mail to all addresses

2012-03-20 Thread Philip Brechler
Hi

We have a SOGo 1.3.13 installed on Debian Squeeze with a Dovecot IMAP server 
underneath. Since the 1.3.13 update we have the following problem:
When a user selects a entry in our "All User" LDAP Group all mail addresses 
associated with this account will be in the new mail and it is not possible to 
delete them. How can I disable this? A example LDIF of a user with multiple 
mail addresses looks like this:

dn: uid=pbrechler,ou=people,dc=example,dc=de
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
cn: Philip Brechler
sn: Brechler
givenName: Philip
mail: pbrech...@example.com
mail: philip.brech...@example.de
mail: webmas...@example.de
mail: brech...@example.de
mail: philipbrech...@example.de
uid: pbrechler

Thank you for any help

Regards,

Philip

signature.asc
Description: Message signed with OpenPGP using GPGMail


[SOGo] funambol, sogo, and push e-mail :: issue with push

2012-03-20 Thread mayak-cq
hi all,

i've gotten sogo and funambol working perfectly for syncing -- just
fantastic. i'm now at the last step of setting up getting push e-mail
setup ...

has anyone had success using funambol and sogo with push e-mail? 

i have followed the funambol installation guide and modified the xml
files as documented, and i see that port 4745 is listening, but i see no
traffic on the port.

any pointers? i have googled to no avail.

thanks

m

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

Re: [SOGo] automatic update failed

2012-03-20 Thread Adi Kriegisch
Hi!

> > We run our own PKI and use
> > ||  force_bool_pref("app.update.cert.requireBuiltIn", false);
> > in integrator to allow updates from our site.
> 
> Thanks, but still no success. I added this line to my 10.0.1 integrator
> xpi and update it manually. It is set according to my configuration. But
> the missing connector plugin is not updated (same error message as
> before: certificate is not builtin). This is tested on a windows
> machine. I will test this in linux as well.
> 
> in my web server log I can see that thunderbird runs
> "GET /plugins/SOGo/sogo-connector-10.0.1.xpi HTTP/1.1"
> and the plugin is there.
> 
> Are there any other settings to be done?
You probably added the directive to the wrong place, then? Forced
preferences should go to chrome/defaults/preferences/site.js
You could add some more prefs to get automatic updates and TB updates as
well (but most of them are the default anyways):
|| force_bool_pref("extensions.update.auto", true);
|| force_bool_pref("extensions.update.enabled", true);
|| 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);

Hope, this helps.

Ah, and one more thing: intermediate(*) CAs need to be either in TB cert store
or in the cert chain the web server presents to the client...

-- Adi

(*) just in case you're using a root ca that issued a web server ca that
is used to sign server certificates. But if you're running your own pki
you most probably know what you're doing... ;-)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Issue editing mail with Firefox 11

2012-03-20 Thread Francis Lachapelle
Hi Joel

On 2012-03-19, at 2:26 PM, Joel Carnat wrote:

> I've just switched from SOGo 1.3.8 to 1.3.13 and I have an issue when editing 
> a new/reply message (from the Web interface). When the editing window pops up 
> I can edit every fields. But since I quit the editing section (to add 
> recipient or edit subject), I can't edit the body anymore.
> 
> In fact, I can edit the body but can only reach the top or end of the form. 
> But it is not possible to reach any other line of the body.
> 
> This issue seems to only affect Firefox 11 (on Windows and Mac OS X).
> Safari (Mac OS X) and Internet Explorer 9 (Windows) are not affected.
> 
> Any ideas ?


Apply this patch :

http://mtn.inverse.ca/revision/diff/54d035c9875133872cd3d137a1234594cb96e36e/with/5b10c44689a8c7264fe76ad8de7b4e7b70c5aff9


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

[SOGo] Some emails not displayed correctly

2012-03-20 Thread Thomas Valenta
Hi all,
I installed and configured SoGo (currently 1.3.13) on debian squeeze (is used
external SMTP and IMAP server running on Dovecot (1.1) managed by another
organization). Everything works perfectly, there is only one annoying problem.
Not always, but often email is not displayed correctly in Sogo. Sogo show only
strange characters instead of email content or attachment icon, like this:
[Example
start]
This is a multi-part message in MIME format.
--020907090302060008000602
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

asdsdasd

--020907090302060008000602
Content-Type: application/msword;
name="aaa.doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="aaa.doc"

0M8R4KGxGuEAOwADAP7/CQAGAAABKAAA
EgEAAAD+AAD/







///9//7///8PBQYH
CAkKCwwNDgAAAP7///8QEQAAABITFCcA
AAAWFwAAABgZGgAAABscHQAAAB4fICE
...
[Example
end]=

In log file Sogo show:
[Log file
start]
localhost - - [22/Feb/2012:09:23:04 GMT] "GET /SOGo/so/andrysek/Mail HTTP/1.1"
302 0/0 0.001 - - 0
Feb 22 09:23:05 sogod [16882]: <0x0x7f85b25be720[NSString]> Got incomplete
multibyte sequence. ToEncode: UCS-2LE FromEncode: UTF-8
Feb 22 09:23:05 sogod [16882]: <0x0x7f85b25be720[NSString]> Got invalid
multibyte sequence. ToEncode: UCS-2LE FromEncode: UTF-8.
Feb 22 09:23:05 sogod [16882]: [WARN]
<0x0x2227830[UIxEnvelopeAddressFormatter]> unexpected envelope address:
<0x0x2700530[NGImap4EnvelopeAddress]:>
localhost - - [22/Feb/2012:09:23:05 GMT] "GET /SOGo/so/andrysek/Mail/view
HTTP/1.1" 200 10053/0 0.400 36627 72% 0
localhost - - [22/Feb/2012:09:23:05 GMT] "POST
/SOGo/so/andrysek/Calendar/alarmslist?browserTime=1329898982 HTTP/1.1" 200 2/0
0.009 - - 0
localhost - - [22/Feb/2012:09:23:05 GMT] "POST
/SOGo/so/andrysek/Mail/0/mailboxes HTTP/1.1" 200 351/0 0.297 - - 0
localhost - - [22/Feb/2012:09:23:05 GMT] "POST
/SOGo/so/andrysek/Mail//0/folderINBOX/unseenCount HTTP/1.1" 200 13/0 0.305 - -
0
localhost - - [22/Feb/2012:09:23:05 GMT] "POST
/SOGo/so/andrysek/Mail/foldersState HTTP/1.1" 200 23/0 0.003 - - 0
Feb 22 09:23:07 sogod [16882]: [ERROR] <0x0x1fa69d0[UIxMailRenderingContext]>
found no viewer for MIME type: application/vnd.ms-excel
localhost - - [22/Feb/2012:09:23:07 GMT] "POST
/SOGo/so/andrysek/Mail//0/folderINBOX/11218/view?noframe=1 HTTP/1.1" 200 1711/0
0.387 5561 69% 20 8K
localhost - - [22/Feb/2012:09:23:08 GMT] "GET
/SOGo/so/andrysek/Mail/0/folderINBOX/11218/1/2/3/p.gif HTTP/1.1" 200 35/0 0.404
- - 0
localhost - - [22/Feb/2012:09:23:08 GMT] "GET
/SOGo/so/andrysek/Mail/0/folderINBOX/11218/1/2/4/pixel.png HTTP/1.1" 200 90/0
0.402 - - 0
Feb 22 17:05:47 sogod [16882]: <0x0x2adee20[NGImap4ResponseParser]>
ERROR(-[NGImap4ResponseParser _parseData]): got content size '0'!
[Log file
end]

When I click to show another email message and again back to the mail, now is
showing correctly. Or when logout and log in to Sogo.
Any idea why? :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] automatic update failed

2012-03-20 Thread Martin (Lists)
Am 20.03.2012 10:47, schrieb Adi Kriegisch:
> Hi!
> 
>> It seems to me that mozilla decided (for Version 10 at least) to only
>> allow plugin updates from https sites signed by builtin CA. How are all
>> the sogo user using automatic updates? Do you use official certs only?
>> are there users of self made cert chains for the update server?
> We run our own PKI and use
> ||  force_bool_pref("app.update.cert.requireBuiltIn", false);
> in integrator to allow updates from our site.

Thanks, but still no success. I added this line to my 10.0.1 integrator
xpi and update it manually. It is set according to my configuration. But
the missing connector plugin is not updated (same error message as
before: certificate is not builtin). This is tested on a windows
machine. I will test this in linux as well.

in my web server log I can see that thunderbird runs
"GET /plugins/SOGo/sogo-connector-10.0.1.xpi HTTP/1.1"
and the plugin is there.

Are there any other settings to be done?

> 
> We, however, require our users to manually install our certificate
> authority because we found no easy way to deploy our CA within Thunderbird
> or remove some of the other CAs like cnnic. Mozilla and certificate
> authorities is kind of a sad story...

Yes, definitely. If it is only me, manual update and cert installation
is not the problem, but some of my users don't want to do these things.
In their eyes Computers are to make things easy.

Martin

> 
> -- Adi

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


[SOGo] Thunderbird Calendar Issues

2012-03-20 Thread Martin Seener

Hi there,

we´re using the most recent Thunderbird ESR 10.0.3 and SOGo Plugins 
(both and integrator isiUpdateUrl is customized)


some of us have a problem when creating a new calendar entry with title, 
place and an invite. when the user clicks save and close, it saves but 
the window does not close - so he added 20x the entry before he saw it.

then, 10sec later he clicked it again and the window closed.

and we have another "issue" - when a user gets an invite he sometimes 
only have the blue bar with "Open" not "accept, decline, tentative" in 
the blue bar.


can anyone explain that and tell me the window-close issue?

Thanks!!!

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


Re: [SOGo] automatic update failed

2012-03-20 Thread Adi Kriegisch
Hi!

> It seems to me that mozilla decided (for Version 10 at least) to only
> allow plugin updates from https sites signed by builtin CA. How are all
> the sogo user using automatic updates? Do you use official certs only?
> are there users of self made cert chains for the update server?
We run our own PKI and use
||  force_bool_pref("app.update.cert.requireBuiltIn", false);
in integrator to allow updates from our site.

We, however, require our users to manually install our certificate
authority because we found no easy way to deploy our CA within Thunderbird
or remove some of the other CAs like cnnic. Mozilla and certificate
authorities is kind of a sad story...

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


Re: [SOGo] Shortcust list

2012-03-20 Thread Christian Mack
Hello Paul van der Vlis


On 2012-03-19 20:35, Paul van der Vlis wrote:
> 
> Is there a list with shortcuts what you can use in the Sogo webinterface?
> 

Not that I know of.


> I miss some important shortcuts like ctrl-enter (=send mail) and ctrl-r
> (reply) and a way to switch from the folders to the messages to the
> search field and vice versa (in Thunderbird I use 'tab' for that).
> 

There is a Bug which requests as number of things.
Perhaps we should split out number 2 which asks for keyboard navigation
with tab.
http://www.sogo.nu/bugs/view.php?id=758

There is also a Bug for HTML email editing with tab shortcut.
http://www.sogo.nu/bugs/view.php?id=1485

I think you should file an enhancement bug for "a list of keyboard
shortcuts", and another one for your "additional email keyboard
shortcuts (reply and send)".


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] automatic update failed

2012-03-20 Thread Martin (Lists)
Hi there

It seems to me that mozilla decided (for Version 10 at least) to only
allow plugin updates from https sites signed by builtin CA. How are all
the sogo user using automatic updates? Do you use official certs only?
are there users of self made cert chains for the update server?

Regards
Martin

Am 19.03.2012 11:24, schrieb Martin (Lists):
> Am 19.03.2012 11:10, schrieb Christian Mack:
>> On 2012-03-19 08:16, Martin (Lists) wrote:
>>> Hallo
>>>
>>> In the old thunderbird 3.1 days my automatic update was working. But
>>> latest update was not provided to the clients. https server is setup
>>> fine (logs do not indicate any error). Access log says that the right
>>> files are used.
>>>
>>> In error console I get two warnings (may be one for each sogo plugin):
>>>
>>> Warnung: WARN addons.xpi: Download failed: [Exception... "Certificate
>>> issuer is not built-in."  nsresult: "0x80004004 (NS_ERROR_ABORT)"
>>> location: "JS frame :: resource://gre/modules/CertUtils.jsm :: checkCert
>>> :: line 165"  data: no]
>>> Quelldatei: resource://gre/modules/CertUtils.jsm
>>> Zeile: 165
>>>
>>> I use https connection with self made certificates. root CA is imported
>>> into thunderbird.
>>>
>>> Wat can I do to get updates working again?
>>>
>>
>> Are you sure the CA certificate is in the CA store of thunderbird?
>> I ask, because "Certificate issuer is not built-in." indicates it's not
>> in there.
> 
> I am really sure about this. My CA certificate is listed in the
> certificate store. I have enabled all three settings (Mail crypt and
> software signing).
> 
> The difference is: most of the other certs have the crypt module builtin
> and mine has the module software-security.
> 
> Regards
> Martin
> 
>>
>>
>> Kind regards,
>> Christian Mack
>>
> 

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