Re: [SOGo] SOGo 2->3: A significant number of calendar events are missing
Awesome, thanks Ludovic! Will send shortly. ~ Laz Peterson Paravis, LLC Ph: 951.319.3240 x201 > On Aug 25, 2016, at 10:32 AM, Ludovic Marcotte (lmarco...@inverse.ca) > wrote: > > On 2016-08-24 6:58 PM, "Laz C. Peterson" (l...@paravis.net) wrote: > >> Any suggestions? Anyone? > > Export a calendar that exposes the issue using sogo-tool and send it to me. > I'll try it with v2/v3. > > -- > Ludovic Marcotte > lmarco...@inverse.ca :: +1.514.755.3630 :: http://inverse.ca > Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence > (http://packetfence.org) and Fingerbank (http://fingerbank.org) > > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Angular Java Script
Okay sounds good. We will hold off then. (Not that I like Edge any more than IE though … Ha ha ha …) Thanks Christian. ~ Laz Peterson Paravis, LLC > On Aug 25, 2016, at 12:41 AM, Christian Mack (christian.m...@uni-konstanz.de) > wrote: > > Hello > > Am 25.08.2016 um 00:54 schrieb "Laz C. Peterson" (l...@paravis.net > <mailto:l...@paravis.net>): >> Hey there Christian, >> >> So the Angular/IE issues are affecting everyone, yes? > > Everyone using V3 of SOGo. > As V3 is based on Angular. > > >> I am so surprised searching in SOGo lists and documentation that there is >> not more squabble about how bad IE >> runs the SOGo web interface. Or I guess nobody is using IE … ? >> > > Partly. > I for one only know a handful of people using IE (we have ~18000 users). > And when using SOGo V2 you don't have that problem at all, as it is not > based on Angular. > >> Maybe it is time for an explicit “SOGo does not support Internet Explorer” >> message when the user loads on IE. >> > > It supports it, but only very slow ;-) > And Angular will support Edge better in the long run. > > > Kind regards. > Christian Mack > >> Bummer all the way around. >> >> ~ Laz Peterson >> Paravis, LLC >> >>> On Aug 24, 2016, at 7:40 AM, Christian Mack >>> (christian.m...@uni-konstanz.de) wrote: >>> >>> Hello >>> >>> Angular is provided/developed by Google delelopers. >>> They decided to not optimize it for IE. >>> >>> Before next year they don't add any new features to the current stable >>> Angular version, because they are concentrating on the next Version. >>> So there is nothing we or Inverse can do. >>> >>> >>> Kind regards, >>> Christian Mack >>> >>> Am 23.08.2016 um 20:23 schrieb Galian Kile >>> (julio.sandoval.teemkurr...@gmail.com >>> <mailto:julio.sandoval.teemkurr...@gmail.com> >>> <mailto:julio.sandoval.teemkurr...@gmail.com >>> <mailto:julio.sandoval.teemkurr...@gmail.com>>): >>>> Hello All, >>>> >>>> Just following up to see if anyone has any insight on this. I am still at a >>>> standstill. The performance is unbearable and we really want to take >>>> advantage of all the new features. Even though IE has only 5% of the >>>> browser marketshare, that’s still 5% of users that SOGo is entirely >>>> unusable for. >>>> >>>> Thank you all for your time. >>>> >>>> Any help is appreciated. >>>> >>>> >>>> On Mon, Aug 22, 2016 at 7:24 AM, "Laz C. Peterson" >>> <mailto:users@sogo.nu>> wrote: >>>> >>>>> Ok, just tested with Edge … Definitely not as painful, but most definitely >>>>> still unacceptably slow. >>>>> >>>>> Microsoft really has their priorities twisted inside out. I can’t >>>>> understand how every other browser has no issues, but theirs is a total >>>>> train wreck. >>>>> >>>>> Any help or suggestion would be most greatly appreciated. Thank you all. >>>>> >>>>> ~ Laz Peterson >>>>> Paravis, LLC >>>>> >>>>> On Aug 22, 2016, at 7:09 AM, Laz C. Peterson (l...@paravis.net >>>>> <mailto:l...@paravis.net>) < >>>>> users@sogo.nu <mailto:users@sogo.nu>> wrote: >>>>> >>>>> Anyone have any insight to this? >>>>> >>>>> We’ve been doing a bit more testing with IE, and wow it is really >>>>> discouraging how much IE struggles. I don’t know much about debugging >>>>> webpage performance issues, so I couldn’t say whether the issue is related >>>>> to javascript or CSS. But I am very surprised nobody else has seen these >>>>> issues with SOGo version 3. >>>>> >>>>> A bit of Google searching brings a lot of IE/Angular issue results, but >>>>> that’s all a bit beyond me. >>>>> >>>>> Developers, is there something that can be disabled for IE-specific >>>>> clients? (I have not tested with Edge, but will do that today.) >>>>> >>>>> Though it doesn’t seem appropriate, but should a bug request be filed >>>>> submitted for something like this? >>>>> >>>>> ~ Laz Peterso
Re: [SOGo] SOGo 2->3: A significant number of calendar events are missing
Any suggestions? Anyone? We would love to upgrade to SOGo v3. But if 80-90% of all calendar events disappear when accessing from the v3 interface, it doesn’t leave us with any option. Whatever the issue is, it is happening in-between the SQL query and the XHR data. So something in the SOGo backend … And I do not have the technical skill to debug that on my own. Is there anything anyone can suggest that might help narrow down the source of this issue? ~ Laz Peterson Paravis, LLC > On Aug 22, 2016, at 9:26 AM, Laz C. Peterson (l...@paravis.net) > wrote: > > Comparing the XHR data between v2 and v3 is very interesting. > > They both have the exact same request URL, for example > https://webmail.domain.com/SOGo/so/u...@domain.com/Calendar/eventsblocks?sd=20160731&d=20160903&view=monthview > > <https://webmail.domain.com/SOGo/so/u...@domain.com/Calendar/eventsblocks?sd=20160731&d=20160903&view=monthview> > > However, the JSON data is structured differently and very incomplete between > the two versions. Because the SQL queries are also the same, and both return > the exact same information (from the SQL debugging), there must be some sort > of major change in the way that data is processed. Which, in our case, > removes 95% (or more) of the existing calendar data before sending the JSON > data to the client. > > Any of the developers have insight on what could be causing this, or any > further troubleshooting steps? > > ~ Laz Peterson > Paravis, LLC > >> On Aug 20, 2016, at 7:47 AM, Laz C. Peterson (l...@paravis.net >> <mailto:l...@paravis.net>) mailto:users@sogo.nu>> wrote: >> >> I should also add that these calendar events do not appear in both the web >> UI and also the CalDAV client. >> >> As said before, the SQL queries are pulling 100% of the records, same as in >> SOGo v2, but that data is not being 100% parsed or processed. Something >> seems to be “disqualifying” some of these calendar entries from being served >> out by SOGo. >> >> I wish I could offer more information — please tell me if there is a >> specific troubleshooting I can do to help. >> >> Thanks Ludovic. >> >> ~ Laz Peterson >> Paravis, LLC >> >>> On Aug 19, 2016, at 3:27 PM, Laz C. Peterson (l...@paravis.net >>> <mailto:l...@paravis.net>) mailto:users@sogo.nu>> wrote: >>> >>> Hello there Ludovic, >>> >>> There are actually no errors at all, even with debug mode on. >>> >>> What has changed with the SQL select statements between SOGo 2 to SOGo 3? >>> >>> For one of these calendars in question, we have hundreds of events in there >>> just this year alone. But SOGo 3 does not actually show any events for >>> this year. >>> >>> The SQL query that loads this data which is not shown pulls up 49 rows that >>> should appear in the August calendar. But not one item is shown. The same >>> query in SOGo v2 pulls up the exact same 49 rows of data, and all items are >>> shown in the calendar. >>> >>> I don’t have much to go with here aside from that — there are no apparent >>> errors in the logs. Could the SQL results possibly have an item missing >>> that SOGo v3 requires to place them on the calendar that SOGo v2 does not? >>> >>> ~ Laz Peterson >>> Paravis, LLC >>> >>>> On Aug 19, 2016, at 12:05 PM, Ludovic Marcotte (lmarco...@inverse.ca >>>> <mailto:lmarco...@inverse.ca>) mailto:users@sogo.nu>> >>>> wrote: >>>> >>>> On 2016-08-19 10:59 AM, "Laz C. Peterson" (l...@paravis.net >>>> <mailto:l...@paravis.net>) wrote: >>>> >>>>> When logging in as a specific user on SOGo v2, we get all expected >>>>> calendar events. At the same time, logging into the SOGo v3 server, only >>>>> a fraction of those events are there — in some cases, there are no >>>>> calendar events at all when we would expect dozens. >>>> Any errors in the sogo.log file for these users and calendars? >>>> >>>> -- >>>> Ludovic Marcotte >>>> lmarco...@inverse.ca <mailto:lmarco...@inverse.ca> :: +1.514.755.3630 >>>> :: http://inverse.ca <http://inverse.ca/> >>>> Inverse inc. :: Leaders behind SOGo (http://sogo.nu <http://sogo.nu/>), >>>> PacketFence (http://packetfence.org <http://packetfence.org/>) and >>>> Fingerbank (http://fingerbank.org <http://fingerbank.org/>) >>>> >>>> -- >>>> users@sogo.nu <mailto:users@sogo.nu> >>>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists> >>> >>> -- >>> users@sogo.nu <mailto:users@sogo.nu> >>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists> >> -- >> users@sogo.nu <mailto: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] Angular Java Script
Hey there Christian, So the Angular/IE issues are affecting everyone, yes? I am so surprised searching in SOGo lists and documentation that there is not more squabble about how bad IE runs the SOGo web interface. Or I guess nobody is using IE … ? Maybe it is time for an explicit “SOGo does not support Internet Explorer” message when the user loads on IE. Bummer all the way around. ~ Laz Peterson Paravis, LLC > On Aug 24, 2016, at 7:40 AM, Christian Mack (christian.m...@uni-konstanz.de) > wrote: > > Hello > > Angular is provided/developed by Google delelopers. > They decided to not optimize it for IE. > > Before next year they don't add any new features to the current stable > Angular version, because they are concentrating on the next Version. > So there is nothing we or Inverse can do. > > > Kind regards, > Christian Mack > > Am 23.08.2016 um 20:23 schrieb Galian Kile > (julio.sandoval.teemkurr...@gmail.com > <mailto:julio.sandoval.teemkurr...@gmail.com>): >> Hello All, >> >> Just following up to see if anyone has any insight on this. I am still at a >> standstill. The performance is unbearable and we really want to take >> advantage of all the new features. Even though IE has only 5% of the >> browser marketshare, that’s still 5% of users that SOGo is entirely >> unusable for. >> >> Thank you all for your time. >> >> Any help is appreciated. >> >> >> On Mon, Aug 22, 2016 at 7:24 AM, "Laz C. Peterson" wrote: >> >>> Ok, just tested with Edge … Definitely not as painful, but most definitely >>> still unacceptably slow. >>> >>> Microsoft really has their priorities twisted inside out. I can’t >>> understand how every other browser has no issues, but theirs is a total >>> train wreck. >>> >>> Any help or suggestion would be most greatly appreciated. Thank you all. >>> >>> ~ Laz Peterson >>> Paravis, LLC >>> >>> On Aug 22, 2016, at 7:09 AM, Laz C. Peterson (l...@paravis.net) < >>> users@sogo.nu> wrote: >>> >>> Anyone have any insight to this? >>> >>> We’ve been doing a bit more testing with IE, and wow it is really >>> discouraging how much IE struggles. I don’t know much about debugging >>> webpage performance issues, so I couldn’t say whether the issue is related >>> to javascript or CSS. But I am very surprised nobody else has seen these >>> issues with SOGo version 3. >>> >>> A bit of Google searching brings a lot of IE/Angular issue results, but >>> that’s all a bit beyond me. >>> >>> Developers, is there something that can be disabled for IE-specific >>> clients? (I have not tested with Edge, but will do that today.) >>> >>> Though it doesn’t seem appropriate, but should a bug request be filed >>> submitted for something like this? >>> >>> ~ Laz Peterson >>> Paravis, LLC >>> >>> On Aug 19, 2016, at 9:45 AM, Laz C. Peterson (l...@paravis.net) < >>> users@sogo.nu> wrote: >>> >>> Hey there — >>> >>> We have this issue as well. The performance in IE11 is unbelievably slow, >>> and it is completely unusable. We do not let our clients use Chrome or >>> Firefox, as the policies are not easy to enforce. And we definitely don’t >>> use IE because we love IE, in fact I really don’t like it at all … But that >>> is our only option based on client requirements. >>> >>> So until we can figure out what will improve performance, we can’t >>> upgrade. And we would really like to, since the new interface is really >>> well done. >>> >>> We went live for a test run yesterday, and between the IE performance >>> issues and missing calendar events, the day did not go well. >>> >>> Please let me know if you figure anything out. >>> >>> ~ Laz Peterson >>> Paravis, LLC >>> >>> On Aug 19, 2016, at 9:34 AM, Galian Kile (julio.sandoval.teemkurrupt@ >>> gmail.com) wrote: >>> >>> Hello, >>> >>> We are having issues with Internet Explorer 11 and Angular JS. >>> >>> We have noticed that any other browser (Chrome, Safari, Firefox), the >>> website performs normal. >>> When ran on IE11, it has a massive lag. Switching between sections can >>> take over 8 seconds. >>> >>> Has anyone encountered this? What type of fixes are there to enhance the >>> performance of Angular JS in IE11? >>> >>> Thanks >>> >>> -- >>> Julio Sandoval >>> >>> >>> -- >>> users@sogo.nu >>> https://inverse.ca/sogo/lists >>> >>> >>> -- >>> users@sogo.nu >>> https://inverse.ca/sogo/lists >>> >>> >>> -- >>> users@sogo.nu >>> https://inverse.ca/sogo/lists >>> >>> >>> -- >>> users@sogo.nu >>> https://inverse.ca/sogo/lists >>> >> >> >> > > > -- > Christian Mack > Universität Konstanz > Kommunikations-, Informations-, Medienzentrum (KIM) > Abteilung Basisdienste > 78457 Konstanz > +49 7531 88-4416 -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] SOGo 2->3: A significant number of calendar events are missing
Comparing the XHR data between v2 and v3 is very interesting. They both have the exact same request URL, for example https://webmail.domain.com/SOGo/so/u...@domain.com/Calendar/eventsblocks?sd=20160731&d=20160903&view=monthview However, the JSON data is structured differently and very incomplete between the two versions. Because the SQL queries are also the same, and both return the exact same information (from the SQL debugging), there must be some sort of major change in the way that data is processed. Which, in our case, removes 95% (or more) of the existing calendar data before sending the JSON data to the client. Any of the developers have insight on what could be causing this, or any further troubleshooting steps? ~ Laz Peterson Paravis, LLC > On Aug 20, 2016, at 7:47 AM, Laz C. Peterson (l...@paravis.net) > wrote: > > I should also add that these calendar events do not appear in both the web UI > and also the CalDAV client. > > As said before, the SQL queries are pulling 100% of the records, same as in > SOGo v2, but that data is not being 100% parsed or processed. Something > seems to be “disqualifying” some of these calendar entries from being served > out by SOGo. > > I wish I could offer more information — please tell me if there is a specific > troubleshooting I can do to help. > > Thanks Ludovic. > > ~ Laz Peterson > Paravis, LLC > >> On Aug 19, 2016, at 3:27 PM, Laz C. Peterson (l...@paravis.net >> <mailto:l...@paravis.net>) mailto:users@sogo.nu>> wrote: >> >> Hello there Ludovic, >> >> There are actually no errors at all, even with debug mode on. >> >> What has changed with the SQL select statements between SOGo 2 to SOGo 3? >> >> For one of these calendars in question, we have hundreds of events in there >> just this year alone. But SOGo 3 does not actually show any events for this >> year. >> >> The SQL query that loads this data which is not shown pulls up 49 rows that >> should appear in the August calendar. But not one item is shown. The same >> query in SOGo v2 pulls up the exact same 49 rows of data, and all items are >> shown in the calendar. >> >> I don’t have much to go with here aside from that — there are no apparent >> errors in the logs. Could the SQL results possibly have an item missing >> that SOGo v3 requires to place them on the calendar that SOGo v2 does not? >> >> ~ Laz Peterson >> Paravis, LLC >> >>> On Aug 19, 2016, at 12:05 PM, Ludovic Marcotte (lmarco...@inverse.ca >>> <mailto:lmarco...@inverse.ca>) mailto:users@sogo.nu>> wrote: >>> >>> On 2016-08-19 10:59 AM, "Laz C. Peterson" (l...@paravis.net >>> <mailto:l...@paravis.net>) wrote: >>> >>>> When logging in as a specific user on SOGo v2, we get all expected >>>> calendar events. At the same time, logging into the SOGo v3 server, only >>>> a fraction of those events are there — in some cases, there are no >>>> calendar events at all when we would expect dozens. >>> Any errors in the sogo.log file for these users and calendars? >>> >>> -- >>> Ludovic Marcotte >>> lmarco...@inverse.ca <mailto:lmarco...@inverse.ca> :: +1.514.755.3630 :: >>> http://inverse.ca <http://inverse.ca/> >>> Inverse inc. :: Leaders behind SOGo (http://sogo.nu <http://sogo.nu/>), >>> PacketFence (http://packetfence.org <http://packetfence.org/>) and >>> Fingerbank (http://fingerbank.org <http://fingerbank.org/>) >>> >>> -- >>> users@sogo.nu <mailto:users@sogo.nu> >>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists> >> >> -- >> users@sogo.nu <mailto: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] Angular Java Script
Ok, just tested with Edge … Definitely not as painful, but most definitely still unacceptably slow. Microsoft really has their priorities twisted inside out. I can’t understand how every other browser has no issues, but theirs is a total train wreck. Any help or suggestion would be most greatly appreciated. Thank you all. ~ Laz Peterson Paravis, LLC > On Aug 22, 2016, at 7:09 AM, Laz C. Peterson (l...@paravis.net) > wrote: > > Anyone have any insight to this? > > We’ve been doing a bit more testing with IE, and wow it is really > discouraging how much IE struggles. I don’t know much about debugging > webpage performance issues, so I couldn’t say whether the issue is related to > javascript or CSS. But I am very surprised nobody else has seen these issues > with SOGo version 3. > > A bit of Google searching brings a lot of IE/Angular issue results, but > that’s all a bit beyond me. > > Developers, is there something that can be disabled for IE-specific clients? > (I have not tested with Edge, but will do that today.) > > Though it doesn’t seem appropriate, but should a bug request be filed > submitted for something like this? > > ~ Laz Peterson > Paravis, LLC > >> On Aug 19, 2016, at 9:45 AM, Laz C. Peterson (l...@paravis.net >> <mailto:l...@paravis.net>) mailto:users@sogo.nu>> wrote: >> >> Hey there — >> >> We have this issue as well. The performance in IE11 is unbelievably slow, >> and it is completely unusable. We do not let our clients use Chrome or >> Firefox, as the policies are not easy to enforce. And we definitely don’t >> use IE because we love IE, in fact I really don’t like it at all … But that >> is our only option based on client requirements. >> >> So until we can figure out what will improve performance, we can’t upgrade. >> And we would really like to, since the new interface is really well done. >> >> We went live for a test run yesterday, and between the IE performance issues >> and missing calendar events, the day did not go well. >> >> Please let me know if you figure anything out. >> >> ~ Laz Peterson >> Paravis, LLC >> >>> On Aug 19, 2016, at 9:34 AM, Galian Kile >>> (julio.sandoval.teemkurr...@gmail.com >>> <mailto:julio.sandoval.teemkurr...@gmail.com>) >> <mailto:users@sogo.nu>> wrote: >>> >>> Hello, >>> >>> We are having issues with Internet Explorer 11 and Angular JS. >>> >>> We have noticed that any other browser (Chrome, Safari, Firefox), the >>> website performs normal. >>> When ran on IE11, it has a massive lag. Switching between sections can take >>> over 8 seconds. >>> >>> Has anyone encountered this? What type of fixes are there to enhance the >>> performance of Angular JS in IE11? >>> >>> Thanks >>> >>> -- >>> Julio Sandoval >>> >>> >>> -- >>> users@sogo.nu <mailto:users@sogo.nu> >>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists> >> -- >> users@sogo.nu <mailto: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] Angular Java Script
Anyone have any insight to this? We’ve been doing a bit more testing with IE, and wow it is really discouraging how much IE struggles. I don’t know much about debugging webpage performance issues, so I couldn’t say whether the issue is related to javascript or CSS. But I am very surprised nobody else has seen these issues with SOGo version 3. A bit of Google searching brings a lot of IE/Angular issue results, but that’s all a bit beyond me. Developers, is there something that can be disabled for IE-specific clients? (I have not tested with Edge, but will do that today.) Though it doesn’t seem appropriate, but should a bug request be filed submitted for something like this? ~ Laz Peterson Paravis, LLC > On Aug 19, 2016, at 9:45 AM, Laz C. Peterson (l...@paravis.net) > wrote: > > Hey there — > > We have this issue as well. The performance in IE11 is unbelievably slow, > and it is completely unusable. We do not let our clients use Chrome or > Firefox, as the policies are not easy to enforce. And we definitely don’t > use IE because we love IE, in fact I really don’t like it at all … But that > is our only option based on client requirements. > > So until we can figure out what will improve performance, we can’t upgrade. > And we would really like to, since the new interface is really well done. > > We went live for a test run yesterday, and between the IE performance issues > and missing calendar events, the day did not go well. > > Please let me know if you figure anything out. > > ~ Laz Peterson > Paravis, LLC > >> On Aug 19, 2016, at 9:34 AM, Galian Kile >> (julio.sandoval.teemkurr...@gmail.com >> <mailto:julio.sandoval.teemkurr...@gmail.com>) > <mailto:users@sogo.nu>> wrote: >> >> Hello, >> >> We are having issues with Internet Explorer 11 and Angular JS. >> >> We have noticed that any other browser (Chrome, Safari, Firefox), the >> website performs normal. >> When ran on IE11, it has a massive lag. Switching between sections can take >> over 8 seconds. >> >> Has anyone encountered this? What type of fixes are there to enhance the >> performance of Angular JS in IE11? >> >> Thanks >> >> -- >> Julio Sandoval >> >> >> -- >> users@sogo.nu <mailto: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] SOGo 2->3: A significant number of calendar events are missing
I should also add that these calendar events do not appear in both the web UI and also the CalDAV client. As said before, the SQL queries are pulling 100% of the records, same as in SOGo v2, but that data is not being 100% parsed or processed. Something seems to be “disqualifying” some of these calendar entries from being served out by SOGo. I wish I could offer more information — please tell me if there is a specific troubleshooting I can do to help. Thanks Ludovic. ~ Laz Peterson Paravis, LLC > On Aug 19, 2016, at 3:27 PM, Laz C. Peterson (l...@paravis.net) > wrote: > > Hello there Ludovic, > > There are actually no errors at all, even with debug mode on. > > What has changed with the SQL select statements between SOGo 2 to SOGo 3? > > For one of these calendars in question, we have hundreds of events in there > just this year alone. But SOGo 3 does not actually show any events for this > year. > > The SQL query that loads this data which is not shown pulls up 49 rows that > should appear in the August calendar. But not one item is shown. The same > query in SOGo v2 pulls up the exact same 49 rows of data, and all items are > shown in the calendar. > > I don’t have much to go with here aside from that — there are no apparent > errors in the logs. Could the SQL results possibly have an item missing that > SOGo v3 requires to place them on the calendar that SOGo v2 does not? > > ~ Laz Peterson > Paravis, LLC > >> On Aug 19, 2016, at 12:05 PM, Ludovic Marcotte (lmarco...@inverse.ca >> <mailto:lmarco...@inverse.ca>) mailto:users@sogo.nu>> wrote: >> >> On 2016-08-19 10:59 AM, "Laz C. Peterson" (l...@paravis.net >> <mailto:l...@paravis.net>) wrote: >> >>> When logging in as a specific user on SOGo v2, we get all expected calendar >>> events. At the same time, logging into the SOGo v3 server, only a fraction >>> of those events are there — in some cases, there are no calendar events at >>> all when we would expect dozens. >> Any errors in the sogo.log file for these users and calendars? >> >> -- >> Ludovic Marcotte >> lmarco...@inverse.ca <mailto:lmarco...@inverse.ca> :: +1.514.755.3630 :: >> http://inverse.ca <http://inverse.ca/> >> Inverse inc. :: Leaders behind SOGo (http://sogo.nu <http://sogo.nu/>), >> PacketFence (http://packetfence.org <http://packetfence.org/>) and >> Fingerbank (http://fingerbank.org <http://fingerbank.org/>) >> >> -- >> users@sogo.nu <mailto: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] SOGo 2->3: A significant number of calendar events are missing
Hello there Ludovic, There are actually no errors at all, even with debug mode on. What has changed with the SQL select statements between SOGo 2 to SOGo 3? For one of these calendars in question, we have hundreds of events in there just this year alone. But SOGo 3 does not actually show any events for this year. The SQL query that loads this data which is not shown pulls up 49 rows that should appear in the August calendar. But not one item is shown. The same query in SOGo v2 pulls up the exact same 49 rows of data, and all items are shown in the calendar. I don’t have much to go with here aside from that — there are no apparent errors in the logs. Could the SQL results possibly have an item missing that SOGo v3 requires to place them on the calendar that SOGo v2 does not? ~ Laz Peterson Paravis, LLC > On Aug 19, 2016, at 12:05 PM, Ludovic Marcotte (lmarco...@inverse.ca) > wrote: > > On 2016-08-19 10:59 AM, "Laz C. Peterson" (l...@paravis.net) wrote: > >> When logging in as a specific user on SOGo v2, we get all expected calendar >> events. At the same time, logging into the SOGo v3 server, only a fraction >> of those events are there — in some cases, there are no calendar events at >> all when we would expect dozens. > Any errors in the sogo.log file for these users and calendars? > > -- > Ludovic Marcotte > lmarco...@inverse.ca :: +1.514.755.3630 :: http://inverse.ca > Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence > (http://packetfence.org) and Fingerbank (http://fingerbank.org) > > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Angular Java Script
Hey there — We have this issue as well. The performance in IE11 is unbelievably slow, and it is completely unusable. We do not let our clients use Chrome or Firefox, as the policies are not easy to enforce. And we definitely don’t use IE because we love IE, in fact I really don’t like it at all … But that is our only option based on client requirements. So until we can figure out what will improve performance, we can’t upgrade. And we would really like to, since the new interface is really well done. We went live for a test run yesterday, and between the IE performance issues and missing calendar events, the day did not go well. Please let me know if you figure anything out. ~ Laz Peterson Paravis, LLC > On Aug 19, 2016, at 9:34 AM, Galian Kile > (julio.sandoval.teemkurr...@gmail.com) wrote: > > Hello, > > We are having issues with Internet Explorer 11 and Angular JS. > > We have noticed that any other browser (Chrome, Safari, Firefox), the website > performs normal. > When ran on IE11, it has a massive lag. Switching between sections can take > over 8 seconds. > > Has anyone encountered this? What type of fixes are there to enhance the > performance of Angular JS in IE11? > > Thanks > > -- > Julio Sandoval > > > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] SOGo 2->3: A significant number of calendar events are missing
Hello SOGo users: I am sure hoping someone has seen this issue before … We are in the process of upgrading from SOGo v2 to v3, and we took it for a production test run yesterday. Immediately received complaints about empty calendars. We are running SOGo v3.1.5 nightly build 201608190704, and have not updated our database schema. When logging in as a specific user on SOGo v2, we get all expected calendar events. At the same time, logging into the SOGo v3 server, only a fraction of those events are there — in some cases, there are no calendar events at all when we would expect dozens. Any help will be very greatly appreciated. Thank you! ~ Laz Peterson Paravis, LLC -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] SOGo 3 CSS transitions
Hello everyone, I want to know if anyone else has seen some white lines (more accurately: un-colored areas) at the bottom of the animated areas when doing CSS transitions? Seems that depending on the window size, the transitions either style the area exactly as expected, or there is a 1-pixel un-colored line/area at the very bottom during the animation. I’m not too good at CSS, so maybe someone out there has a suggestion? Thanks! ~ Laz Peterson Paravis, LLC -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Dovecot master user (for domain admins)
Hello SOGo, We have an interesting situation here … Would like to allow the domain administrators for their respective SOGo LDAP domains to be able to log in as their users, using Dovecot’s master user. This function works fine using Dovecot authentication, directly accessing through IMAP or POP3. But since we use LDAP authentication in SOGo, this (of course) does not work. Is it possible to configure this type of access through the web interface in SOGo? Thank you! ~ Laz Peterson Paravis, LLC -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Upgrading 2.3->3.1
Wonderful. Questions answered. Thank you all for your time and help. SOGo 3.1 … (With a 2.3 tailback!) … Here we go! ~ Laz Peterson Paravis, LLC Ph: 951.319.3240 x201 > On May 23, 2016, at 9:17 AM, Christian Mack (christian.m...@uni-konstanz.de) > wrote: > > Hello > > Am 23.05.2016 um 16:00 schrieb "Laz C. Peterson" (l...@paravis.net): >> Hi there, >> >> We are looking to upgrade, and I am curious to know if it is possible to run >> both 2.3 and 3.1 at the same time (testing, etc.)? >> > > Yes this is possible. > You have to install 3.x on another server than 2.x and use the same DB. > > Beware: > The database location is stored in the DB itself. > Therefore if you used "localhost", this will not work from the second > machine. > If you used an DNS Alias (e.g. defined in /etc/hosts) > >> I would imagine I need to run the database schema update to 3.0.0 (via >> sql-update-3.0.0-to-combined-mysql.sh), > > No, not at all. > That script is only needed, if you want to change to the new db schema > with only a few tables for all users, instead of 6 tables per user. > Then you have to change the SOGo configuration too. > >> but will this make any changes to the database that would be incompatible >> with 2.3? > > Yes, 2.3 is not capable of using the new schema (yet?). > >> And also, does 3.1 store data any differently in any existing tables that >> would cause a problem? >> > > If you keep the existing db schema, it will work without problems. > > > Kind regards, > Christian Mack > > -- > Christian Mack > Universität Konstanz > Kommunikations-, Informations-, Medienzentrum (KIM) > Abteilung Basisdienste > 78457 Konstanz > +49 7531 88-4416 > -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Upgrading 2.3->3.1
Hi there, We are looking to upgrade, and I am curious to know if it is possible to run both 2.3 and 3.1 at the same time (testing, etc.)? I would imagine I need to run the database schema update to 3.0.0 (via sql-update-3.0.0-to-combined-mysql.sh), but will this make any changes to the database that would be incompatible with 2.3? And also, does 3.1 store data any differently in any existing tables that would cause a problem? Thank you! ~ Laz Peterson Paravis, LLC -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] OpenChange and multiple domains
Hello, I’ve been looking at OpenChange to configure native Outlook functionality, but have been hesitant for quite a while, since we have multiple active directory domains that SOGo is authenticating from. Has anyone had any experience with multiple domains and OpenChange/SOGo? SOGo itself works great with the multiple domains … But it seems OpenChange is not so friendly, requiring the server itself to be joined to the AD as a domain controller — I really don’t want to have to create a new OpenChange host for each domain. Any help or information would be greatly appreciated. Thank you! ~ Laz Peterson Paravis, LLC -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] 2.3.0 Update problems
Gotcha, thanks Christian! ~ Laz Peterson Paravis, LLC > On Jul 16, 2015, at 1:00 AM, Christian Mack > wrote: > > Hello Laz C. Peterson > > Yes it is necessary to run the database script on Ubuntu too. > > > Kind regards, > Christian Mack > > Am 15.07.2015 um 20:54 schrieb Laz C. Peterson: >> Hey there Francis, >> >> An issue on Ubuntu side as well. Running 14.04.2 here, I decided to upgrade >> SOGo this morning using the packages supplied by Inverse. After the update, >> users can log in and view email, etc. But none of the WebDAV-based items >> were working. Calendars were missing to the web client and general access >> to the CalDAV would not let any modifications happen. >> >> I was not aware of a script that needed to be run — is that true for Ubuntu >> package as well? >> >> We had to restore a system image of the SOGo server that was running 2.2.17a >> in order to regain functionality. >> >> ~ Laz Peterson >> Paravis, LLC >> >>> On Jul 15, 2015, at 6:37 AM, Francis Lachapelle >>> wrote: >>> >>> >>>> On Jul 15, 2015, at 9:27 AM, Sam wrote: >>>> >>>> Hello Francis, >>>> >>>> No, I run under the root user. I can't do a "su - sogo" on my system... >>>> The sogo user is a nologin account. Is there another way to do this? >>>> I had also try to modify this parameters : >>>> defaultusername=sogo >>>> defaultdatabase=sogo >>>> directly in the script "sql-update-2.2.17_to_2.3.0.sh " without succes. >>> >>> Try with sudo: >>> >>> sudo -u sogo bash sql-update-2.2.17_to_2.3.0.sh >>> >>>> Le 15/07/2015 15:00, Francis Lachapelle a écrit : >>>>> Hello Sam >>>>> >>>>>> On Jul 15, 2015, at 5:18 AM, Sam wrote: >>>>>> >>>>>>> I try to update from v2.2.17a to v2.3.0, the "yum update sogo" command >>>>>>> works great but when I launch the script sql-update-2.2.17_to_2.3.0.sh >>>>>>> an error occurs : >>>>>>> >>>>>>> # bash sql-update-2.2.17_to_2.3.0.sh >>>>>>> sogo-tool: error while loading shared libraries: libSOGo.so.2: cannot >>>>>>> open shared object file: No such file or directory >>>>>>> Couldn't fetch OCSFolderInfoURL value, aborting >>>>>>> >>>>>>> I can see the libSOGo.so.2 file here : >>>>>>> /usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so. >>>>>>> /usr/lib/sogo/libSOGo.so.2 >>>>>>> >>>>> Do you execute the script as the sogo user? >>>>> >>>>> >>>>> Francis >>>>> >>>> >>>> -- >>>> users@sogo.nu >>>> https://inverse.ca/sogo/lists >>> >>> -- >>> users@sogo.nu >>> https://inverse.ca/sogo/lists >> > > > -- > Christian Mack > Universität Konstanz > Kommunikations-, Informations-, Medienzentrum (KIM) > Abteilung Basisdienste > 78457 Konstanz > +49 7531 88-4416 > -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] 2.3.0 Update problems
Hey there Francis, An issue on Ubuntu side as well. Running 14.04.2 here, I decided to upgrade SOGo this morning using the packages supplied by Inverse. After the update, users can log in and view email, etc. But none of the WebDAV-based items were working. Calendars were missing to the web client and general access to the CalDAV would not let any modifications happen. I was not aware of a script that needed to be run — is that true for Ubuntu package as well? We had to restore a system image of the SOGo server that was running 2.2.17a in order to regain functionality. ~ Laz Peterson Paravis, LLC > On Jul 15, 2015, at 6:37 AM, Francis Lachapelle > wrote: > > >> On Jul 15, 2015, at 9:27 AM, Sam wrote: >> >> Hello Francis, >> >> No, I run under the root user. I can't do a "su - sogo" on my system... The >> sogo user is a nologin account. Is there another way to do this? >> I had also try to modify this parameters : >> defaultusername=sogo >> defaultdatabase=sogo >> directly in the script "sql-update-2.2.17_to_2.3.0.sh " without succes. > > Try with sudo: > > sudo -u sogo bash sql-update-2.2.17_to_2.3.0.sh > >> Le 15/07/2015 15:00, Francis Lachapelle a écrit : >>> Hello Sam >>> On Jul 15, 2015, at 5:18 AM, Sam wrote: > I try to update from v2.2.17a to v2.3.0, the "yum update sogo" command > works great but when I launch the script sql-update-2.2.17_to_2.3.0.sh an > error occurs : > > # bash sql-update-2.2.17_to_2.3.0.sh > sogo-tool: error while loading shared libraries: libSOGo.so.2: cannot > open shared object file: No such file or directory > Couldn't fetch OCSFolderInfoURL value, aborting > > I can see the libSOGo.so.2 file here : > /usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so. > /usr/lib/sogo/libSOGo.so.2 > >>> Do you execute the script as the sogo user? >>> >>> >>> Francis >>> >> >> -- >> 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] Calendar invites in webmail to SOGo calendar
Oh, I stand corrected! I guess the invite must include a list of attendees for SOGo to process this the expected way. My apologies, I was assuming (shame!) that SOGo would simply parse whatever .ics file was included in the attachment. ~ Laz Peterson Paravis, LLC Ph: 951.319.3240 x201 > On Jul 2, 2015, at 9:34 AM, Laz C. Peterson wrote: > > Hi there, I have tried to figure this out before, but was unable to make any > progress. > > How can I import a calendar invite that is attached to an email directly from > the webmail interface into the calendar? Currently, the only way I know how > to do this is by saving the .ics file, then going to calendar, and importing > it. That seems to be a lot of extra work, I’m sure I am missing something. > > Thank you very much for any help! > > ~ Laz Peterson > Paravis, LLC -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Calendar invites in webmail to SOGo calendar
Hi there, I have tried to figure this out before, but was unable to make any progress. How can I import a calendar invite that is attached to an email directly from the webmail interface into the calendar? Currently, the only way I know how to do this is by saving the .ics file, then going to calendar, and importing it. That seems to be a lot of extra work, I’m sure I am missing something. Thank you very much for any help! ~ Laz Peterson Paravis, LLC-- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Direct import ICS file
Hello SOGo world — Is there a way to directly import an ICS attachment from webmail to calendar, as opposed to saving the attachment and then manually importing from the calendar module? Maybe I am doing something wrong on my end. But the ability to do so would be absolutely wonderful! ~ Laz Peterson Paravis, LLC-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Urgent -- Need Ubuntu 14.04 SOGo 2.2.10 ad64 package
Ah, yes thank you Martin. Actually, my foolish self actually has an IPSec problem going on. My apologies for the alarm! Thank you for the quick response. > On Jan 5, 2015, at 12:55 PM, Martin Simovic wrote: > > It is very likely you have the file on your system somewhere in > /var/cache/apt/archives (only guessing not at computer reach atm) use > locate/find to find it. > > Sent from iPhone > > Dňa 5.1.2015, o 21:17, Laz C. Peterson <mailto:l...@paravis.net>> napísal: > >> We are having a major issue — we updated SOGo from 2.2.10 to the latest >> 2.2.13 over the weekend, and now a significant number of our Internet >> Explorer workstations cannot click properly in the popup windows. If anyone >> still has a .deb file for version 2.2.10-1 on Ubuntu 14.04, that would be >> awesome. >> >> Thank you so much! >> >> ~ Laz Peterson >> Paravis, LLC >> Ph: 951.319.3240 x201 >> -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Urgent -- Need Ubuntu 14.04 SOGo 2.2.10 ad64 package
We are having a major issue — we updated SOGo from 2.2.10 to the latest 2.2.13 over the weekend, and now a significant number of our Internet Explorer workstations cannot click properly in the popup windows. If anyone still has a .deb file for version 2.2.10-1 on Ubuntu 14.04, that would be awesome. Thank you so much! ~ Laz Peterson Paravis, LLC Ph: 951.319.3240 x201 -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Collected addresses
Correction for my second point … Yes they do auto populate just fine. However, should I submit a bug request for the display name not being included with the email address? ~ Laz Peterson On Aug 12, 2014, at 1:00 PM, Laz C. Peterson wrote: > Hello everyone, > > I am wondering if it is the intended behavior for collected addresses to > include only the email address and not the contact’s name as well? > > Also, is it due to a configuration problem on my end that any contacts that > my users store in their address books do not auto populate on the web > interface? > > Thank you! > > ~ Laz Peterson -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Collected addresses
Hello everyone, I am wondering if it is the intended behavior for collected addresses to include only the email address and not the contact’s name as well? Also, is it due to a configuration problem on my end that any contacts that my users store in their address books do not auto populate on the web interface? Thank you! ~ Laz Peterson -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Issue with SOGoMailComposeMessageType
After further investigation, here’s the exact scoop. Since we run our SOGo server internally, there is a default IE10 setting that (for whatever silly reason) automatically sets all intranet sites to use Compatibility View. I disabled this feature by opening up Group Policy Management MMC and changing the following: User Configuration -> Admin Templates -> Windows Components -> Internet Explorer -> Compatibility View -> Turn on Internet Explorer Standards Mode for local intranet -> Enabled By setting this, a simple logoff (for a domain user) and the issue is resolved. Of course, for non-domain users (or domain users that are not managed by GPO), you may simply disable that setting within the Compatibility View Settings. Thanks again! ~Laz On Jun 3, 2014, at 10:06 AM, Laz C. Peterson wrote: > Francis — BINGO! As usual … :-) > > The user agent string that should be relayed to SOGo is: Mozilla/5.0 > (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0) > > The user agent string that is actually being reported to SOGo is: Mozilla/4.0 > (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR > 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; > .NET4.0C; .NET4.0E) > > I believe we have found our culprit! Not sure why, what or how … But it > seems that these domain-based computers are for some reason setting > themselves to compatibility mode for SOGo. Let me check some things out, but > you hit the nail right on the head! > > Thanks again, Francis. > ~Laz > > > On Jun 3, 2014, at 8:39 AM, Francis Lachapelle wrote: > >> Hi Laz >> >> On Jun 3, 2014, at 11:26 AM, Laz C. Peterson wrote: >> >>> Yea, upon my investigation, I cannot find anything out of the ordinary as >>> well. >>> >>> It does appear, however, that something within IE10 is “forcing” plain text >>> mode. Do we know how SOGo loads the HTML-based editor? Are there >>> Javascript-related functions that check certain browser functionality >>> before allowing HTML-based editing? Possibly there is some type of policy >>> within IE10 that requires a change? >>> >>> Oddly enough, this issue we are having happens only on domain computers >>> that exist within a certain OU in Active Directory. I would have guessed >>> it was due to a user policy, though when logging in as the local >>> (non-domain) administrator, this problem persists. So it is most >>> definitely an affected system (setting?), versus a particular user. >>> >>> Really, the only user policies that we do change are related to Trusted >>> Sites and the setting to “Low”. And of course, we do include SOGo as a >>> trusted site. >>> >>> We don’t have the option of running another browser, for application and >>> security purposes. (Yes, yes, I know, that statement sounds like I’ve been >>> having a few too many already this morning …) >>> >>> I may try moving systems outside of their OU to try and at least narrow >>> down the issue, but it does seem extremely odd that it would do this. >>> Nothing out of the ordinary has been installed either on our systems. In >>> fact, since our applications are all web-based, we hardly have any local >>> applications to begin with. >> >> Since version 2.2.0, we force the composition mode to be "plain text" when >> using IE 7. But it should not affect IE 10 users .. Unless the useragent is >> not properly parsed by SOPE. >> >> Ref: >> https://github.com/inverse-inc/sogo/commit/ef79c09642009cb7eb74d5261e60bb48e5c2d6b7 >> >> >> Francis-- >> 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] Issue with SOGoMailComposeMessageType
Francis — BINGO! As usual … :-) The user agent string that should be relayed to SOGo is: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0) The user agent string that is actually being reported to SOGo is: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E) I believe we have found our culprit! Not sure why, what or how … But it seems that these domain-based computers are for some reason setting themselves to compatibility mode for SOGo. Let me check some things out, but you hit the nail right on the head! Thanks again, Francis. ~Laz On Jun 3, 2014, at 8:39 AM, Francis Lachapelle wrote: > Hi Laz > > On Jun 3, 2014, at 11:26 AM, Laz C. Peterson wrote: > >> Yea, upon my investigation, I cannot find anything out of the ordinary as >> well. >> >> It does appear, however, that something within IE10 is “forcing” plain text >> mode. Do we know how SOGo loads the HTML-based editor? Are there >> Javascript-related functions that check certain browser functionality before >> allowing HTML-based editing? Possibly there is some type of policy within >> IE10 that requires a change? >> >> Oddly enough, this issue we are having happens only on domain computers that >> exist within a certain OU in Active Directory. I would have guessed it was >> due to a user policy, though when logging in as the local (non-domain) >> administrator, this problem persists. So it is most definitely an affected >> system (setting?), versus a particular user. >> >> Really, the only user policies that we do change are related to Trusted >> Sites and the setting to “Low”. And of course, we do include SOGo as a >> trusted site. >> >> We don’t have the option of running another browser, for application and >> security purposes. (Yes, yes, I know, that statement sounds like I’ve been >> having a few too many already this morning …) >> >> I may try moving systems outside of their OU to try and at least narrow down >> the issue, but it does seem extremely odd that it would do this. Nothing >> out of the ordinary has been installed either on our systems. In fact, >> since our applications are all web-based, we hardly have any local >> applications to begin with. > > Since version 2.2.0, we force the composition mode to be "plain text" when > using IE 7. But it should not affect IE 10 users .. Unless the useragent is > not properly parsed by SOPE. > > Ref: > https://github.com/inverse-inc/sogo/commit/ef79c09642009cb7eb74d5261e60bb48e5c2d6b7 > > > Francis-- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Issue with SOGoMailComposeMessageType
Hello there Christian, thank you for your reply. Yea, upon my investigation, I cannot find anything out of the ordinary as well. It does appear, however, that something within IE10 is “forcing” plain text mode. Do we know how SOGo loads the HTML-based editor? Are there Javascript-related functions that check certain browser functionality before allowing HTML-based editing? Possibly there is some type of policy within IE10 that requires a change? Oddly enough, this issue we are having happens only on domain computers that exist within a certain OU in Active Directory. I would have guessed it was due to a user policy, though when logging in as the local (non-domain) administrator, this problem persists. So it is most definitely an affected system (setting?), versus a particular user. Really, the only user policies that we do change are related to Trusted Sites and the setting to “Low”. And of course, we do include SOGo as a trusted site. We don’t have the option of running another browser, for application and security purposes. (Yes, yes, I know, that statement sounds like I’ve been having a few too many already this morning …) I may try moving systems outside of their OU to try and at least narrow down the issue, but it does seem extremely odd that it would do this. Nothing out of the ordinary has been installed either on our systems. In fact, since our applications are all web-based, we hardly have any local applications to begin with. Thanks for your input Christian. ~Laz On Jun 3, 2014, at 3:12 AM, Christian Mack wrote: > Hi Laz C. Peterson > > Am 2014-06-03 01:01, schrieb Laz C. Peterson: >> >> We are attempting to implement a “sogo-tool”-based corporate signature. >> And, unfortunately I am having a fairly major issue with the >> SOGoMailComposeMessageType setting. >> >> For a few random users, even with SOGoMailComposeMessageType set as “html” >> in sogo.conf, they are still unable to select “HTML” instead of “Plain Text” >> in their settings from certain computers. It is like it is enforced as >> “Plain Text”. >> >> Our HTML-based signature looks great for most users. But for others, we >> can’t get the compose type to be set no matter what we do. It is always as >> “Plain Text”. If I log in as the same user on my system (same environment), >> the compose message type is somehow HTML. >> >> I really don’t know what the problem could be. Especially considering HTML >> is set in the sogo.conf file. >> >> Any suggestions? Browsers in question are running IE10. >> > > We had that Problem also with some users. > This has nothing to do with SOGoMailComposeMessageType in sogo.conf. > > I investigated the users account and there was nothing special. > There where no additional Add-Ons and only the normal Plug-Ins installed. > As you said other users on IE10 work without problems. > Using another browser was the only way to fix it for the affected users. > > > Kind regards, > Christian Mack > > -- > Christian Mack > Universität Konstanz > Kommunikations-, Informations-, Medienzentrum (KIM) > Abteilung Basisdienste > 78457 Konstanz > +49 7531 88-4416 > -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Issue with SOGoMailComposeMessageType
Hi there, We are attempting to implement a “sogo-tool”-based corporate signature. And, unfortunately I am having a fairly major issue with the SOGoMailComposeMessageType setting. For a few random users, even with SOGoMailComposeMessageType set as “html” in sogo.conf, they are still unable to select “HTML” instead of “Plain Text” in their settings from certain computers. It is like it is enforced as “Plain Text”. Our HTML-based signature looks great for most users. But for others, we can’t get the compose type to be set no matter what we do. It is always as “Plain Text”. If I log in as the same user on my system (same environment), the compose message type is somehow HTML. I really don’t know what the problem could be. Especially considering HTML is set in the sogo.conf file. Any suggestions? Browsers in question are running IE10. Thanks again. ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] iPhone vs OS X Contacts
Oops, let me clarify ... I mistakenly said Apple's Calendar app multiple times in the previous message. While that app definitely does not work as good as its iOS counterpart, I meant to specify Apple's Contacts to be a problem. For the record, my honest opinion is that they have totally abandoned the Contacts app in favor of (obviously) their mobile devices. Can't see why they would be so ignorant to do this though ... ? Apple Calendar works better with SOGo (and other groupwares) than Contacts does, but still not as good as I would wish. Such as pulling calendar colors, etc. Anyhow. It would be nice to see Apple follow up on their wonderful iOS apps with the proper desktop versions. Would make my life easier. :-) ~Laz > On May 14, 2014, at 12:53 AM, Rainer Ruprechtsberger > wrote: > > Hello, > > if I understand your problem correctly you want to split the 'public' > addresses into 2 different addressbooks. It's no problem to do so with SOGo: > > In your SOGoUserSources: > * Change your account source to 'isAddressBook = NO;' > > * Add 2 more of them - along the lines where you want to split the > addressbook. > > * Change your additional sources to > 'isAddressBook = YES;' and 'canAuthenticate = NO;' > > Be aware that you need different id's for every user source. > SOGoIntegrator (well.. actually Thunderbird) is only capable of 1 lookup > directory and defaults to the one with the 'id = public;' You can change > this in your SOGoIntegrator plugin: defaults/preferences/site.js > > pref("sogo-integrator.autocomplete.server.urlid", "public"); > > /rupi > > -- > Rainer Ruprechtsberger > Volkshilfe Oberösterreich > EDV > 4020 Linz, Glimpfingerstrasse 48 > Tel.: +43 732 3405 123 > Mobil.: +43 676 8734 1123 > > ZVR Zahl: 064371505 > > Volkshilfe. Wir haben Ideen, die viel bewegen. > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] iPhone vs OS X Contacts
Hello there, I've brought this topic up before. It is really unfortunate that Apple's Contacts app is so neglected those days. You will never get the same functionality as you do on the iPhone or other iOS device. What works wonderfully (both contacts and calendars) on the iPhone is a total load of garbage on Apple's Calendar app. I have personally abandoned a few projects involving a central contacts database for Apple-based organizations. I have tried every other CardDAV server (among other things) that I can find, and none of them work nearly as good as SOGo -- and none of them work as expected on Apple's Calendar app. (Let me just add that SOGo is lightyears ahead in every category. A few come close, but not as a complete package with true environmental scalability.) I think that this subject needs to be brought to Apple, since the real issue seems to be in their pocket. Hopefully we will see an update on this ASAP. ~Laz > On May 14, 2014, at 12:53 AM, Rainer Ruprechtsberger > wrote: > > Hello, > > if I understand your problem correctly you want to split the 'public' > addresses into 2 different addressbooks. It's no problem to do so with SOGo: > > In your SOGoUserSources: > * Change your account source to 'isAddressBook = NO;' > > * Add 2 more of them - along the lines where you want to split the > addressbook. > > * Change your additional sources to > 'isAddressBook = YES;' and 'canAuthenticate = NO;' > > Be aware that you need different id's for every user source. > SOGoIntegrator (well.. actually Thunderbird) is only capable of 1 lookup > directory and defaults to the one with the 'id = public;' You can change > this in your SOGoIntegrator plugin: defaults/preferences/site.js > > pref("sogo-integrator.autocomplete.server.urlid", "public"); > > /rupi > > -- > Rainer Ruprechtsberger > Volkshilfe Oberösterreich > EDV > 4020 Linz, Glimpfingerstrasse 48 > Tel.: +43 732 3405 123 > Mobil.: +43 676 8734 1123 > > ZVR Zahl: 064371505 > > Volkshilfe. Wir haben Ideen, die viel bewegen. > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] LDAP hostname configuration directive
Francis, That worked! Thank you so much for the info. Hopefully that piece of information (or the clarification of) can make its way into the configuration guide for the future. I appreciate it! ~Laz On Apr 28, 2014, at 6:39 PM, Francis Lachapelle wrote: > Hi Laz > > On Apr 28, 2014, at 7:17 PM, Laz C. Peterson wrote: > >> For our domains, we have primary and backup LDAP servers to take requests. >> Per the “SOGo Installation Guide”, page 22, it says that the “hostname” >> field can be a space-delimited list of LDAP URLs or hostnames. When I put >> in multiple LDAP URLs here, SOGo will not load. >> >> I have attempted to put the LDAP URLs in and out of quotes, but nothing >> works. >> >> Am I missing something in the way I should be inputting these hostnames? >> >> For example, I have … >> >> hostname = “ldaps://ldap-server0.domain.org” >> “ldap://ldap-server1.domain.org”; >> >> or >> >> hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org; >> >> Neither work. >> >> hostname = ldaps://ldap-server0.domain.org works perfectly fine. >> >> Any suggestions? > > It must be a unique double-quoted string: > > hostname = "ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org";; > > > > Francis-- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] LDAP hostname configuration directive
Hi there, For our domains, we have primary and backup LDAP servers to take requests. Per the “SOGo Installation Guide”, page 22, it says that the “hostname” field can be a space-delimited list of LDAP URLs or hostnames. When I put in multiple LDAP URLs here, SOGo will not load. I have attempted to put the LDAP URLs in and out of quotes, but nothing works. Am I missing something in the way I should be inputting these hostnames? For example, I have … hostname = “ldaps://ldap-server0.domain.org” “ldap://ldap-server1.domain.org”; or hostname = ldaps://ldap-server0.domain.org ldap://ldap-server1.domain.org; Neither work. hostname = ldaps://ldap-server0.domain.org works perfectly fine. Any suggestions? Much thanks. ~Laz-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Apple iOS Contacts vs OS X Contacts
Francis, thanks again for your quick response. My goal here is to allow all users of a domain the ability to read an address book, while giving a single user the ability to modify/add/etc the address book. Would I simply define another user source, specify that it is an address book, and define permissions? To be honest, I don’t know much more than defining LDAP-based user sources (AD/OpenLDAP). So, I’m guessing they do not have the ability to do what I’m looking for. How about SQL user source, is it possible to allow one user permissions to modify this? Again, thank you for your insight. ~Laz On Mar 13, 2014, at 8:07 PM, Francis Lachapelle wrote: > Hi Laz > > On Mar 13, 2014, at 10:44 PM, Laz C. Peterson wrote: > >> I have a question about the functionality of Apple’s iOS Contacts vs OS X >> Contacts. >> >> I know this is probably more of a question for Apple, but how come iOS >> Contacts works beautifully, yet OS X Contacts doesn’t work at all? Since OS >> X Contacts supports CardDAV, I would expect something more than just the >> ability to add a “group” contact. I can’t even see my actual contacts. >> Even with “one” subscribed contact list, as mentioned in previous bug >> requests or group messages. >> >> It really confuses me. I’m trying to put together a contacts server that >> supports Apple’s desktop application, yet it seems a little more impossible >> than I was hoping. >> >> Any suggestions or advice out there? Could there possibly be a >> configuration issue on my end? > > It’s true that iOS Contacts and OSX Contacts don’t seem to share the same > source code. > > However, both mostly work. All personal and shared address books appear under > iOS but only the personal address book appear under OSX. However, one can > access a public address book under OSX but not under iOS. > > > Francis-- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Odd URL and email display in SOGo webmail address book
Oh I see … Gotcha! Just updated to the nightly build. I think I should stay on top of that a little bit more next time. Thank you so much for your reply. ~Laz On Mar 13, 2014, at 8:08 PM, Francis Lachapelle wrote: > Hi Laz > > On Mar 13, 2014, at 10:39 PM, Laz C. Peterson wrote: > >> Is this normal? Seems like I should not be seeing the “> maybe I should. ;-) > > This was fixed in 2.2.0. Please consult the BTS: > > http://sogo.nu/bugs/view.php?id=2604 > > > Francis-- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Odd URL and email display in SOGo webmail address book
Hello everyone,Is this normal? Seems like I should not be seeing the “Thanks!(https://paravis.net/SOGo/Bad_URL.jpg)
[SOGo] Apple iOS Contacts vs OS X Contacts
Hello, I have a question about the functionality of Apple’s iOS Contacts vs OS X Contacts. I know this is probably more of a question for Apple, but how come iOS Contacts works beautifully, yet OS X Contacts doesn’t work at all? Since OS X Contacts supports CardDAV, I would expect something more than just the ability to add a “group” contact. I can’t even see my actual contacts. Even with “one” subscribed contact list, as mentioned in previous bug requests or group messages. It really confuses me. I’m trying to put together a contacts server that supports Apple’s desktop application, yet it seems a little more impossible than I was hoping. Any suggestions or advice out there? Could there possibly be a configuration issue on my end? Thanks! ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Reply All to a message in the Sent folder
Ahh … At least a little bit of comic relief for the group, no? Thank you :) ~Laz On Feb 26, 2014, at 12:12 AM, Christian Mack wrote: > Hello Laz C. Peterson > > An enhancement request is a bug report with severity "enhancement > request" ;-) > So yes, put it in as a "bug". > > > Kind regards, > Christian Mack > > Am 2014-02-25 19:14, schrieb Laz C. Peterson: >> Christian, should I put this in as a “bug” report? I cannot find any >> specific location to put an enhancement request. >> >> Thank you. >> ~Laz Peterson >> >> On Feb 25, 2014, at 2:09 AM, Christian Mack >> wrote: >> >>> Hello Laz C. Peterson >>> >>> Am 2014-02-25 02:19, schrieb Laz C. Peterson: >>>> >>>> It would be great to see a feature similar to Apple’s Mail application, >>>> where clicking “Reply All” to a message sent by the user actually opens up >>>> a new email with the exact same To:, CC:, and BCC: recipients. >>>> >>>> Just a thought. >>>> >>> >>> Please add an enhancement request for this at http://www.sogo.nu/bugs/ >>> >>> >>> Kind regards, >>> Christian Mack >>> >>> -- >>> Christian Mack >>> Abteilung Basisdienste >>> KIM >>> Universität Konstanz >>> -- >>> users@sogo.nu >>> https://inverse.ca/sogo/lists >> > > > -- > Christian Mack > Abteilung Basisdienste > KIM > Universität Konstanz > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Reply All to a message in the Sent folder
Christian, should I put this in as a “bug” report? I cannot find any specific location to put an enhancement request. Thank you. ~Laz Peterson On Feb 25, 2014, at 2:09 AM, Christian Mack wrote: > Hello Laz C. Peterson > > Am 2014-02-25 02:19, schrieb Laz C. Peterson: >> >> It would be great to see a feature similar to Apple’s Mail application, >> where clicking “Reply All” to a message sent by the user actually opens up a >> new email with the exact same To:, CC:, and BCC: recipients. >> >> Just a thought. >> > > Please add an enhancement request for this at http://www.sogo.nu/bugs/ > > > Kind regards, > Christian Mack > > -- > Christian Mack > Abteilung Basisdienste > KIM > Universität Konstanz > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Reply All to a message in the Sent folder
Hi there SOGo developers, It would be great to see a feature similar to Apple’s Mail application, where clicking “Reply All” to a message sent by the user actually opens up a new email with the exact same To:, CC:, and BCC: recipients. Just a thought. ~Laz-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] 2 Bugs: Same username in multiple domains & LDAP password cache
Regarding the first issue, the SOGo web interface works exactly as expected. This only affects CardDav and CalDav clients. On Feb 11, 2014, at 10:56 AM, Laz C. Peterson wrote: > Hello everyone, > > I sent these in a while ago, but it seems the problems will most definitely > carry through to the next stable release of SOGo. > > This first issue presents a serious security risk. With two users in > separate domains that have the same UID, authentication works okay, but > sometimes (not always) SOGo pulls and applies the LDAP email address from the > wrong domain. This affects calendar as well as mail functions. I have not > tested the contacts yet. In this case, mail seems to not load, as the IMAP > server still needs to authenticate the user with the proper credentials, > however, the calendar DOES load pulls the calendar from the wrong user! In > my environment, I am not using bindAsCurrentUser. > > The second issue, as noticed by a user back many years ago > (https://lists.inverse.ca/sogo/arc/users/2010-08/msg00243.html), deals with > the most appropriate cache cleanup interval being far too much time for LDAP > passwords to be changed. I feel it is relatively awkward to tell a user that > it may take up to 5 minutes for them to be able to log back into SOGo, > especially since the email and LDAP servers are both already authenticating > with the new password. Any suggestion on how I can separate the LDAP > password cache from the rest of the cache? Am I the only user having this > problem? This is the case both for OpenLDAP and Active Directory password > changes. Or quite possibly, clearing the user's password cache when the user > clicks “Change” on the Password preferences tab. > > Any suggestions? > > Thank you again. > ~Laz Peterson -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] 2 Bugs: Same username in multiple domains & LDAP password cache
Hello everyone, I sent these in a while ago, but it seems the problems will most definitely carry through to the next stable release of SOGo. This first issue presents a serious security risk. With two users in separate domains that have the same UID, authentication works okay, but sometimes (not always) SOGo pulls and applies the LDAP email address from the wrong domain. This affects calendar as well as mail functions. I have not tested the contacts yet. In this case, mail seems to not load, as the IMAP server still needs to authenticate the user with the proper credentials, however, the calendar DOES load pulls the calendar from the wrong user! In my environment, I am not using bindAsCurrentUser. The second issue, as noticed by a user back many years ago (https://lists.inverse.ca/sogo/arc/users/2010-08/msg00243.html), deals with the most appropriate cache cleanup interval being far too much time for LDAP passwords to be changed. I feel it is relatively awkward to tell a user that it may take up to 5 minutes for them to be able to log back into SOGo, especially since the email and LDAP servers are both already authenticating with the new password. Any suggestion on how I can separate the LDAP password cache from the rest of the cache? Am I the only user having this problem? This is the case both for OpenLDAP and Active Directory password changes. Or quite possibly, clearing the user's password cache when the user clicks “Change” on the Password preferences tab. Any suggestions? Thank you again. ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Re: Possible issue with same username in multiple domains
Tried it using the other domain. The user of the other domain cannot log in at all with the correct password. The same thing I wrote previously holds true when trying to log in using the original domain. On Monday, December 30, 2013 07:02 PM PST, "Laz C. Peterson" wrote: Hi there SOGo, I found a possible issue with users in multiple domains having the same uid. I haven't tested the issue or know how to reproduce. Here's my experience: - 2 users named "fjohnson" - 2 LDAP domains, "ldap1.domain" and "ldap2.domain" - 1 LDAP domain is OpenDLAP, 1 LDAP domain is ActiveDirectory Configuring Mac OS X 10.9 Calendar app with server-side autoconfiguration is automatic and great. But in one case with two usernames that are the same, the user "fjohnson" logging into "ldap1.domain" had his CalDAV URL say "/SOGo/dav/fjohnson@ldap2.domain/" instead of the expected "/SOGo/dav/fjohnson@ldap1.domain/". "fjohnson"@"ldap2.domain" can update the calendar of "fjohnson"@"ldap1.domain" with no issue whatsoever -- complete access. The configuration issue could not be corrected without manually changing the domain. Still, there is the security issue. But, it's definitely an issue starting with the autoconfiguration. Apple is really bugging me right now with their autoconfiguration. Mozilla Thunderbird autoconfigures SOGo perfectly, so does OUTLOOK! It would be nice if we could figure out these silly Apple devices! (My current issue is getting autoconfig on Apple iOS devices for IMAP/SMTP. GRR! Anyone with tips I'd love to chat!) Thanks again, community. ~Laz Peterson -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Possible issue with same username in multiple domains
Hi there SOGo, I found a possible issue with users in multiple domains having the same uid. I haven't tested the issue or know how to reproduce. Here's my experience: - 2 users named "fjohnson" - 2 LDAP domains, "ldap1.domain" and "ldap2.domain" - 1 LDAP domain is OpenDLAP, 1 LDAP domain is ActiveDirectory Configuring Mac OS X 10.9 Calendar app with server-side autoconfiguration is automatic and great. But in one case with two usernames that are the same, the user "fjohnson" logging into "ldap1.domain" had his CalDAV URL say "/SOGo/dav/fjohnson@ldap2.domain/" instead of the expected "/SOGo/dav/fjohnson@ldap1.domain/". "fjohnson"@"ldap2.domain" can update the calendar of "fjohnson"@"ldap1.domain" with no issue whatsoever -- complete access. The configuration issue could not be corrected without manually changing the domain. Still, there is the security issue. But, it's definitely an issue starting with the autoconfiguration. Apple is really bugging me right now with their autoconfiguration. Mozilla Thunderbird autoconfigures SOGo perfectly, so does OUTLOOK! It would be nice if we could figure out these silly Apple devices! (My current issue is getting autoconfig on Apple iOS devices for IMAP/SMTP. GRR! Anyone with tips I'd love to chat!) Thanks again, community. ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Calendar administration and usage
Wonderful, thank you both for your help. Makes sense — I think I was being a little too impatient and not logging the specified user off then back on. Thanks again. ~Laz PS — Great software. Love it! :) On Dec 9, 2013, at 7:49 AM, Christian Mack wrote: > Hello Laz C. Peterson > > > Am 2013-12-07 05:32, schrieb Laz C. Peterson: >> >> I'm trying to understand calendar administration a little better. >> >> As an "administrator" able to change ACLs, etc., my goal is to assign >> other users' calendars to new users (or better yet, to assign certain >> users' calendars based on LDAP group membership). Also, to be able to >> do this when they need my help to do so. So, I am trying to understand >> the functionality of SOGo's CalDAV and calendar systems. >> >> I have noticed a couple things that I am unable to find out good >> information on. >> >> What exactly does "synchronize" and the "tag" do in a user's calendar >> properties? Is this RFC definition? What does it affect if I choose >> not to synchronize, and why is the default calendar always synchronized? >> > > This only affects synchronization via SyncML if you have funambol server > connected to your SOGo server. > SyncML is used e.g. for synchronization with old Blackberries. > SyncML normally only allows synchronization of one calendar only. > So you can choose which one to sync there. > If you choose to sync multiple calendars, you have to specify a > different "tag" for each of these, in order to distinguish on your > mobile from which calendar the event originated. > This is necessary for changes going back to SOGo. > > >> Also, when I am administrating ACLs, what does it specifically mean to >> subscribe a user? On the user's side, I cannot find a ny effec t one >> way or another. And why is it that I cannot unsubscribe users? >> > > You oviously only added the user. > In order to change her/his privileges, you have to double click his/her > entry. > Then you get a window in which you can set the privileges. > If you don't do that, he/she will remain on default settings. > > The moment you revoke all privileges for an user, the corresponding > calendar will be inaccessible for her/him. > I sometimes get a delay with that, but logging out and logging in again > of the revoked user fixes that always. > > >> It would be very nice as an administrator to subscribe a user to someone >> else's calendar, and to have that calendar appear automatically in the >> first device/app they configure. Regardless, I love the CalDAV >> functionality. >> > > You can do that. > Just add the mark at "subscribe user". > > > Kind regards, > Christian MAck > > -- > Christian Mack > Gruppe Informationsdienste > Rechenzentrum Universität Konstanz > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Calendar administration and usage
Hi there SOGo community, I'm trying to understand calendar administration a little better. As an "administrator" able to change ACLs, etc., my goal is to assign other users' calendars to new users (or better yet, to assign certain users' calendars based on LDAP group membership). Also, to be able to do this when they need my help to do so. So, I am trying to understand the functionality of SOGo's CalDAV and calendar systems. I have noticed a couple things that I am unable to find out good information on. What exactly does "synchronize" and the "tag" do in a user's calendar properties? Is this RFC definition? What does it affect if I choose not to synchronize, and why is the default calendar always synchronized? Also, when I am administrating ACLs, what does it specifically mean to subscribe a user? On the user's side, I cannot find any effect one way or another. And why is it that I cannot unsubscribe users? It would be very nice as an administrator to subscribe a user to someone else's calendar, and to have that calendar appear automatically in the first device/app they configure. Regardless, I love the CalDAV functionality. Thank you again. ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] SOGoPasswordChangeEnabled from System to Domain
Ah, Jean … You are a wonderful man! I had not even thought of debug mode … (*bashing head against desk*) So, for the record, yes, I have it working properly now. The resolution was to switch ldap://ad-server.domain.com -> ldaps://ad-server.domain.com, as well as exporting the server’s SSL certificate and adding it into Ubuntu’s CA certs. Much thanks for the enlightenment! ~Laz On Dec 6, 2013, at 10:39 AM, Jean Raby wrote: > On 13-12-06 11:04 AM, Laz C. Peterson wrote: >> >> Are there any plans or is it even possible to move the >> SOGoPasswordChangeEnabled from the system preferences to the domain >> preferences? >> >> I have about the same number of OpenLDAP (with ppolicy) and Active Directory >> servers. And, I cannot figure out how to possibly allow password changing >> with AD. (Only get Unhandled policy error: 32764.) So it would be nice to >> specify at the domain level whether or not the user can change their >> password. >> > What version of sogo/sope are you running? > Support for changing password against AD/samba4 has been added recently > (2.1.0) and it shouldn't try to use password policy if your LDAP server is AD > compatible. > > Logs with LDAPDebugEnabled=YES; would also be useful. > >> Or, if anyone knows how to allow password change using AD (Windows 2003 >> functional level) user source, I would be most appreciative for some tips! >> >> Thanks again SOGo users. >> ~Laz Peterson-- >> users@sogo.nu >> https://inverse.ca/sogo/lists >> > > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] SOGoPasswordChangeEnabled from System to Domain
Are there any plans or is it even possible to move the SOGoPasswordChangeEnabled from the system preferences to the domain preferences? I have about the same number of OpenLDAP (with ppolicy) and Active Directory servers. And, I cannot figure out how to possibly allow password changing with AD. (Only get Unhandled policy error: 32764.) So it would be nice to specify at the domain level whether or not the user can change their password. Or, if anyone knows how to allow password change using AD (Windows 2003 functional level) user source, I would be most appreciative for some tips! Thanks again SOGo users. ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Adjusting shared calendar colors from iOS or Apple Calendar
For a user like me, who actually understands the methods behind CalDAV, etc., it's no problem logging into the web interface and changing the colors. For my users, though ... Much different story. I do understand the same limitations exist for even Apple's CalDAV service, as well as Google's -- and I'm sure others, too. I am guessing there is no RFC definition for delegate calendar colors and how they can be updated outside of the specific server itself, for example from a client or third party application. It is a little frustrating though that it works for a user's own calendars, but not the delegate ones. If I knew more about the programming behind it all, I would most definitely try my hands at contributing. Though I would most likely just make a mess. ;) ~Laz On Friday, December 6, 2013 06:36 AM PST, Martin Rabl wrote: And what about the other direction from iOS to SOGo? Greetings, Martin Am 06.12.2013 15:16, schrieb Alain Abbas: > Just change the color in the webmail and the color will be syncronized. > Regards > > > > > Envoyé depuis mon appareil mobile Samsung > > > > ---- Message d'origine > De : "Laz C. Peterson" > Date : 06/12/2013 2:53 (GMT+01:00) > A : users@sogo.nu > Objet : [SOGo] Adjusting shared calendar colors from iOS or Apple > Calendar > > > Hi SOGo users, > > Does anyone know of a way that a user can configure the color of a > shared calendar from their iOS device or Apple app? > > Currently, we have the administrator subscribing specific users to a > group of shared calendars (as it is difficult for them), but all of > the calendars default to the same “grey” color, which is extremely > confusing to the user. Either in Apple Calendar or iOS Calendar, it > is not possible to change the color of the calendar — however, the > user can change it if they log into the web interface. > > The organization is all Apple OS and iOS, and we are trying to avoid > the inconvenience of forcing the users to log into the web interface > if they want to change basic things like this. > > Thank you all so much. > ~Laz-- > users@sogo.nu > https://inverse.ca/sogo/lists -- Greetings, Martin Rabl -- users@sogo.nu https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Adjusting shared calendar colors from iOS or Apple Calendar
Hi SOGo users, Does anyone know of a way that a user can configure the color of a shared calendar from their iOS device or Apple app? Currently, we have the administrator subscribing specific users to a group of shared calendars (as it is difficult for them), but all of the calendars default to the same “grey” color, which is extremely confusing to the user. Either in Apple Calendar or iOS Calendar, it is not possible to change the color of the calendar — however, the user can change it if they log into the web interface. The organization is all Apple OS and iOS, and we are trying to avoid the inconvenience of forcing the users to log into the web interface if they want to change basic things like this. Thank you all so much. ~Laz-- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Issue with Big5 character set when viewing email, but displaying fine when replying.
Hi there, I have noticed an issue with Chinese characters using the Big5 character set. Here are the particular characteristics … - When sent from Gmail webmail, the characters "我很高興我們可以再次合作” display as "§Ú«Ü°ª¿³§ÚÌ¥i¥H¦A¦¸¦X§@“ - When sent from Gmail to other mail clients or webmail applications, it appears as expected. - Raw source of original: 我很高興我們可以再次合作 - Raw source of error: §Ú«Ü°ª¿³§ÚÌ¥i¥H¦A¦¸¦X§@ - It works fine in all circumstances when sent from any email or web application other than Gmail webmail. - Even Windows XP and Outlook Express are able to send properly to SOGo. - Both in the main SOGo screen and when double-clicking the email, the characters display abnormally. - When replying to a message with abnormal-looking characters, they change to how they should actually look. I will send this exact same message from my Gmail account shortly. Thanks for any help or insight. ~Laz-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] SOGo + Internet Explorer 11
That is definitely wonderful news. Not that I’m a fan of IE11, but a new project I am working on will have about 8 new Windows 8.1 systems, running IE11. Glad to know that this will not be an issue. SOGo is a great piece of software … Much thanks to Inverse and the developers for their work. ~Laz On Dec 5, 2013, at 6:34 AM, Francis Lachapelle wrote: > Hi > > On Dec 4, 2013, at 12:34 PM, Laz C. Peterson wrote: > >> I can confirm that the first issue you mention is trouble. While not >> entirely impossible to click there, I was only able to click-to-focus two >> times out of many tries. It seems that going off the side of the “usable >> area” helped, though that was inconsistent. > > The latest version of SOGo (2.1.1b) includes the latest version of CKEditor > (4.3.0) that fixes IE11 compatibility. It should therefore fix the problems > with the mail editor. > >> For your second issue, the bar is shown in my browser, though I am using >> IE11 64-bit on Windows 8.1. Maybe the behavior is different in Windows 7. >> >> Quite interesting for your last issue. In the new Windows 8.1 tiles mode, >> whatever it is called, if I go to “Calendar” and attempt to create a new >> event, I get a blank screen in the main window, but the thumbnail icon in >> the bottom of the screen shows the content to be there. That is quite odd. >> After trying it in whatever the regular mode is, with the desktop etc., I am >> able to view this window. However, regarding your specific issue, I don’t >> know exactly what you mean by creating a meeting, next/previous, etc. Would >> you mind giving me a walkthrough on where to click? >> >> I generally don’t like to let any of my users install anything past IE9 at >> this point. IE10 was a horrible mess to administrate, and I don’t expect >> IE11 to be any better. This is just more reason to avoid. >> >> Thanks Ludovic. >> >> >> On Dec 3, 2013, at 12:08 AM, Ludovic Hutin wrote: >> >>> Hi, >>> >>> With my Windows 7 64bits, when i write a new mail it's impossible to click >>> on the "content message", i have to use "tab" to add the focus. >>> When you write a mail, on the option menu, the "horizontal bar" between >>> "priority" and "ask for receipe" is not shown. >>> When you want to make a meeting with participant and you click many time >>> on the "next" or "previous" in the suggestion, the UI crash. Nothing is >>> shown. >>> >>> Some user have talled me they can't answer "anwser" to a mail, if they >>> take too much time to write, the mail is not sent. I can't reproduce it on >>> my IE 11 >>> >>> Ludovic >>> >>> >>> >>> Le 02/12/2013 23:24, Laz C. Peterson a écrit : >>>> Hi Ludovic, >>>> >>>> What issues are you having? I just recently installed Windows 8.1 for >>>> testing, and my SOGo seems to be working properly with IE 11 (all features >>>> I tried). I can try to see if I also suffer from the same issue if you >>>> can give me more specific info. >>>> >>>> Thanks. >>>> ~Laz >>>> >>>> >>>> >>>> On Dec 2, 2013, at 2:18 AM, Ludovic Hutin wrote: >>>> >>>>> Hi, >>>>> >>>>> We have just upgrade our SOGo to 2.1.1a and we got some user who >>>>> complain about IE 11 problem. >>>>> >>>>> Did Someone test with IE 11 and got problem ? Or i am alone with that ? >>>>> >>>>> Best regards, >>>>> Ludovic. > > -- > 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 -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] SOGo + Internet Explorer 11
Ludovic — I can confirm that the first issue you mention is trouble. While not entirely impossible to click there, I was only able to click-to-focus two times out of many tries. It seems that going off the side of the “usable area” helped, though that was inconsistent. For your second issue, the bar is shown in my browser, though I am using IE11 64-bit on Windows 8.1. Maybe the behavior is different in Windows 7. Quite interesting for your last issue. In the new Windows 8.1 tiles mode, whatever it is called, if I go to “Calendar” and attempt to create a new event, I get a blank screen in the main window, but the thumbnail icon in the bottom of the screen shows the content to be there. That is quite odd. After trying it in whatever the regular mode is, with the desktop etc., I am able to view this window. However, regarding your specific issue, I don’t know exactly what you mean by creating a meeting, next/previous, etc. Would you mind giving me a walkthrough on where to click? I generally don’t like to let any of my users install anything past IE9 at this point. IE10 was a horrible mess to administrate, and I don’t expect IE11 to be any better. This is just more reason to avoid. Thanks Ludovic. On Dec 3, 2013, at 12:08 AM, Ludovic Hutin wrote: > Hi, > >With my Windows 7 64bits, when i write a new mail it's impossible to click > on the "content message", i have to use "tab" to add the focus. >When you write a mail, on the option menu, the "horizontal bar" between > "priority" and "ask for receipe" is not shown. >When you want to make a meeting with participant and you click many time > on the "next" or "previous" in the suggestion, the UI crash. Nothing is shown. > >Some user have talled me they can't answer "anwser" to a mail, if they > take too much time to write, the mail is not sent. I can't reproduce it on my > IE 11 > > Ludovic > > > > Le 02/12/2013 23:24, Laz C. Peterson a écrit : >> Hi Ludovic, >> >> What issues are you having? I just recently installed Windows 8.1 for >> testing, and my SOGo seems to be working properly with IE 11 (all features I >> tried). I can try to see if I also suffer from the same issue if you can >> give me more specific info. >> >> Thanks. >> ~Laz >> >> >> >> On Dec 2, 2013, at 2:18 AM, Ludovic Hutin wrote: >> >>> Hi, >>> >>>We have just upgrade our SOGo to 2.1.1a and we got some user who >>> complain about IE 11 problem. >>> >>>Did Someone test with IE 11 and got problem ? Or i am alone with that ? >>> >>> Best regards, >>> Ludovic. >>> -- >>> 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] SOGo + Internet Explorer 11
Hi Ludovic, What issues are you having? I just recently installed Windows 8.1 for testing, and my SOGo seems to be working properly with IE 11 (all features I tried). I can try to see if I also suffer from the same issue if you can give me more specific info. Thanks. ~Laz On Dec 2, 2013, at 2:18 AM, Ludovic Hutin wrote: > Hi, > >We have just upgrade our SOGo to 2.1.1a and we got some user who complain > about IE 11 problem. > >Did Someone test with IE 11 and got problem ? Or i am alone with that ? > > Best regards, > Ludovic. > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Password change behavior
Jean~ I cannot seem to figure this out for my life ... (Let's hope it doesn't kill me! Ha ha ha.) I know you are a busy man, but if you could point me in the right direction I would greatly appreciate it. Let me break down the summary of the issue. -- No other services are running on the server except for SOGo. Nothing aside from my config has been modified. -- User changes password, and password is immediately updated in the LDAP database as well as the Kerberos database. User can authenticate immediately to any Kerberos services as well as LDAP services using the new password. -- After closing "Preferences" window, about 70-80% of the time, clicking anywhere brings up the login page. -- If the login page does not show when clicking on any other SOGo link, all is well. -- If the login page does show, most of the time the user will still be unable to log on, even if the user goes to another computer and tries a new session. The only way I can describe the behavior here is that if the "usual" URL after a successful login is https://sogo.paravis.net/SOGo/so/lpeter...@mydomain.com/Mail/view, the URL after an unsuccessful login is simply https://sogo.paravis.net/SOGo/so/lpeterson. -- User must wait an undefined period of time, after which everything works again with the new password. I am going to try rebuilding a new server for testing purposes, but I can confirm that all LDAP and Kerberos authentication is working great. The password changes perfectly through SOGo. It seems though that SOGo has something cached in its memory that is not being renewed when the password changes. Or maybe it is receiving a response from the LDAP server that makes it confused. Which debug information should I focus my efforts on? Or how would you suggest troubleshooting? I am truly baffled. Thank you so much Jean. ~Laz On Thursday, November 21, 2013 06:45 AM PST, Jean Raby wrote: On 13-11-21 6:45 AM, Jean Raby wrote: > On 13-11-21 12:09 AM, Laz C. Peterson wrote: >> Yikes. >> >> Then if it shouldn’t matter, I’m sure there’s something else going on here. > I'll test it. But why are you running with a 10 seconds cache expiration? > that's > really low. > I think you're running with passwordpolicy enable in sogo, but the passowrdpolicy overlay is not enabled in openldap. Just disable password policy in your sogo user source and it will work properly. Also, you didn't provide your config file, it would have saved us time and trouble if you had... (finally, unless you have a good reason to set the cache cleanup interval so low, you're probably better off keeping it at its default value) -- users@sogo.nu https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Password change behavior
Also, maybe this will help. I get messages like this, when trying to open up other windows ... "object not found: lpeter...@mydomain.com => Mail => 0 => folderINBOX => 1 => popupview" "object not found: lpeter...@mydomain.com => preferences" "object not found: lpeter...@mydomain.com => logoff" Sometimes it works flawlessly without any logging off or on. Most of the time the problem is taken care of within 1 minute. Rarely, but sometimes, the issue takes over 3 minutes until the user can log back in again. No cookies or cache on the user's side are impacting this issue. Authentication and mail servers seem to work fine without any issue. I can only think there might be an issue within the SOGo database or cache? Thank you. ~Laz On Thursday, November 21, 2013 06:45 AM PST, Jean Raby wrote: On 13-11-21 6:45 AM, Jean Raby wrote: > On 13-11-21 12:09 AM, Laz C. Peterson wrote: >> Yikes. >> >> Then if it shouldn’t matter, I’m sure there’s something else going on here. > I'll test it. But why are you running with a 10 seconds cache expiration? > that's > really low. > I think you're running with passwordpolicy enable in sogo, but the passowrdpolicy overlay is not enabled in openldap. Just disable password policy in your sogo user source and it will work properly. Also, you didn't provide your config file, it would have saved us time and trouble if you had... (finally, unless you have a good reason to set the cache cleanup interval so low, you're probably better off keeping it at its default value) -- users@sogo.nu https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Password change behavior
Jean, My apologies for no config file (now attached). I do have ppolicy enabled in the LDAP server, though I am also running another module called "smbkrb5pwd" which synchronizes/updates the user's Kerberos password as well. I am not sure if this has any effect, though it may. I can confirm that user changing password through SOGo preferences immediately updates both Kerberos and LDAP passwords successfully, and user can authenticate through Kerberos or LDAP with no issues using their new password with other services. As you can see, I have now disabled the manual setting of SOGoCacheCleanupInterval. I only had that set due to another post I had read, not because I felt I needed it. (Bad idea on my part.) The most interesting thing I have found is that when the "issue" happens, I am not able to log in using any browser for a period of time. I feel that changing SOGoCacheCleanupInterval to default affects this even more, though I really have no idea. SOGo authenticates successfully, but never makes it past the login screen. The URL that shows after attempted (successful?) login is https://sogo.myemaildomain.com/SOGo/lpeterson ... Not the usual https://sogo.myemaildomain.com/SOGo/so/lpeter...@myemaildomain.com/Mail/view. And if I type a bad password (for example, the old password), it does respond with incorrect password I am thinking there must be the old password cached somewhere between SOGo, LDAP, KDC, or IMAP, but the updated password works quickly for LDAP, KDC, and IMAP services. Relevant services along with SOGo 2.1.1 (Ubuntu 12.04.3) are OpenLDAP v2.4.28 (Ubuntu 12.04.3) and Dovecot v2.1.7 (Ubuntu 13.04). Today is a really bad day for me, but as soon as I get a chance, I am going to look into the smbkrb5pwd module that is running alongside ppolicy. I will gladly take any other suggestions, too. I do appreciate your help very much. If there is anything I can do to help provide more information, please let me know how I can do that. Thanks again Jean. This is a wonderful piece of software and I am very grateful for your efforts. ~Laz On Thursday, November 21, 2013 06:45 AM PST, Jean Raby wrote: On 13-11-21 6:45 AM, Jean Raby wrote: > On 13-11-21 12:09 AM, Laz C. Peterson wrote: >> Yikes. >> >> Then if it shouldn’t matter, I’m sure there’s something else going on here. > I'll test it. But why are you running with a 10 seconds cache expiration? > that's > really low. > I think you're running with passwordpolicy enable in sogo, but the passowrdpolicy overlay is not enabled in openldap. Just disable password policy in your sogo user source and it will work properly. Also, you didn't provide your config file, it would have saved us time and trouble if you had... (finally, unless you have a good reason to set the cache cleanup interval so low, you're probably better off keeping it at its default value) -- users@sogo.nu https://inverse.ca/sogo/lists sogo.conf Description: Binary data
Re: [SOGo] Password change behavior
Yikes. Then if it shouldn’t matter, I’m sure there’s something else going on here. Any suggestions for how I can investigate? If I leave it sitting long enough before I click something, maybe 10-15 seconds, then it seems to work as designed. If I click slightly too fast, here are a couple things that happen (if using the same browser/computer) … 1- Any page or link I click to shows up in its frame or window as the login screen. 2- Next time I log in, after putting in correct username and password, SOGo “logs in” but does not actually get past the login page. I have copied and pasted passwords to make sure that it is exact. Same result. I have tested this on 3 computers with similar results (all Mac, diff versions), and for right now on my workstation, I’m unable to change the password and wait any period of time at all for it to work correctly. On my wife’s laptop, I can still do it, but I have to wait at least 10-15 seconds. Please give me a step-by-step on how I can get some valuable information. Hopefully I can get you back some good information that might help the future releases. I really don’t think anything on my side is out of the ordinary. If so, please help me prove it. =] I appreciate all of your time and efforts. Thanks again. ~Laz On Nov 20, 2013, at 7:29 PM, Jean Raby wrote: > On 13-11-20 7:55 PM, Laz C. Peterson wrote: >> I do have “SOGoCacheCleanupInterval” set to 10, if that makes any difference. > Why is the cleanup interval set so low? > > It should work anyway, but I'm curious. Also, for the record, I was testing > with chrome. (with the default cache cleanup interval: 300) > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Password change behavior
Jean, hello. You are correct, it does work just fine as you have designed. Which browser are you using? There was nothing abnormal in the logs, neither on the LDAP server nor the SOGo server. All looks good. This is not debug logging, however. Maybe you can try reproducing the problem. I have been primarily using FireFox lately, which is the browser that is not acting properly. After I sent my initial message, I decided to try Safari just for fun, and that worked *perfectly*. If you don’t use FireFox, would you mind trying that out and see if you get the same result? I’m a little confused as to why it would act that way. Possibly it is an issue on my specific workstation’s install of FireFox? Thanks for your response. Please let me know if there is any more information I can get for you. ~Laz On Nov 20, 2013, at 2:14 PM, Jean Raby wrote: > On 13-11-20 4:16 PM, Laz C. Peterson wrote: >> Can someone please fill me in on the expected behavior of SOGo after the >> user changes their password through preferences? >> >> My users, who can change their passwords just fine through the preferences, >> get stuck in SOGo after changing the password. It appears as if they are >> still logged in, but if they go to write a new message or click on a >> different feature (such as Calendar), they are presented with a login box. >> (At this point, they can log in fine using their new password.) >> >> I want to confirm that this is by design, or if there is something I need to >> look into. It seems that either the user should not have to relog in at >> all, or that the user should immediately be logged off and presented with a >> new login screen. > Can you explain or post your sogo configuration? > Anything relevant in the logs? > > I just tested this with sogo using openldap as its auth backend and it works > as designed. That is: when I change my password, I can still use sogo > without having to log back in. > >> >> Thanks for any help. >> ~Laz-- > > > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] Password change behavior
Jean, So I went to another computer of mine and tried both FireFox and Safari (sorry, no Windows systems here!) and neither worked properly. On my workstation, FireFox does not work, and in further testing, I noticed that Safari did not actually work every time. So I tried a little troubleshooting ... I changed my password and stayed in the “Preferences” screen for a little while before clicking out. If I stay for a little while without clicking, it seems to work! If I close out almost immediately after and try doing other things, I get an error message something like "object not found: lpeter...@myemaildomain.com => Mail => 0 => compose”. I do have “SOGoCacheCleanupInterval” set to 10, if that makes any difference. Attached is the SOGo debug log when it does not work and the SOGo debug log when it does. I honestly don’t know the difference of what we’re looking at there. Maybe I can try and get some better-looking logs for you, just let me know how. Also, the latency and connection between all of the servers is great (<0.3ms average) … Thanks again Jean. ~Laz -- users@sogo.nu https://inverse.ca/sogo/lists sogo.log-broken Description: Binary data sogo.log-working Description: Binary data On Nov 20, 2013, at 2:14 PM, Jean Raby wrote: > On 13-11-20 4:16 PM, Laz C. Peterson wrote: >> Can someone please fill me in on the expected behavior of SOGo after the >> user changes their password through preferences? >> >> My users, who can change their passwords just fine through the preferences, >> get stuck in SOGo after changing the password. It appears as if they are >> still logged in, but if they go to write a new message or click on a >> different feature (such as Calendar), they are presented with a login box. >> (At this point, they can log in fine using their new password.) >> >> I want to confirm that this is by design, or if there is something I need to >> look into. It seems that either the user should not have to relog in at >> all, or that the user should immediately be logged off and presented with a >> new login screen. > Can you explain or post your sogo configuration? > Anything relevant in the logs? > > I just tested this with sogo using openldap as its auth backend and it works > as designed. That is: when I change my password, I can still use sogo > without having to log back in. > >> >> Thanks for any help. >> ~Laz-- > > > -- > users@sogo.nu > https://inverse.ca/sogo/lists
Re: [SOGo] Password change behavior
I might add that the behavior I see in Safari works as I would expect — changing password simply changes password and leaves all other functions working as they were, including SOGo, email and calendar. FireFox, on the other hand, exhibits the behavior where the authentication gets broken and the website does not display or operate properly until user logs back in. Thanks for any help. ~Laz On Nov 20, 2013, at 1:16 PM, Laz C. Peterson wrote: > Can someone please fill me in on the expected behavior of SOGo after the user > changes their password through preferences? > > My users, who can change their passwords just fine through the preferences, > get stuck in SOGo after changing the password. It appears as if they are > still logged in, but if they go to write a new message or click on a > different feature (such as Calendar), they are presented with a login box. > (At this point, they can log in fine using their new password.) > > I want to confirm that this is by design, or if there is something I need to > look into. It seems that either the user should not have to relog in at all, > or that the user should immediately be logged off and presented with a new > login screen. > > Thanks for any help. > ~Laz-- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Password change behavior
Can someone please fill me in on the expected behavior of SOGo after the user changes their password through preferences? My users, who can change their passwords just fine through the preferences, get stuck in SOGo after changing the password. It appears as if they are still logged in, but if they go to write a new message or click on a different feature (such as Calendar), they are presented with a login box. (At this point, they can log in fine using their new password.) I want to confirm that this is by design, or if there is something I need to look into. It seems that either the user should not have to relog in at all, or that the user should immediately be logged off and presented with a new login screen. Thanks for any help. ~Laz-- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] OpenLDAP "pwdReset = TRUE" issue
Hi there, I am having an issue with OpenLDAP 2.4.28 and SOGo 2.0.7 (201307221040) regarding "password must be changed at next login" type functionality. For now, SOGo is set up using LDAP ppolicy, and all authentication and password changing works great using Preferences -> Password. (If it matters, SOGo configuration does not include bindAsCurrentUser.) However, if I change pwdReset to TRUE in LDAP, the user tries to log in and as expected, a reset password window pops up. The user inputs and verifies new password, then clicks "Ok" -- at this point, the password change window displays an HTTP 502 error, and the only evidence I can find in the logs is that an exception occurs, and then a SOGo child process exits and re-spawns. (See below.) After clicking "Ok" in the password change box, there is nothing happening on the LDAP server. There are no queries, requests, or connections I can find in the logs. The issue seems to be with SOGo, though I don't know. Any tips or suggestions? Please let me know how I can get more information. Found in /var/log/sogo/sogo.log: EXCEPTION: NAME:NSRangeException REASON:in substringWithRange:, range { 0, 2147483647 } extends beyond size (0) INFO:(null) Oct 24 11:38:01 sogod [24248]: <0x0x7fb9e5fc4c20[WOWatchDogChild]> child 24289 exited Oct 24 11:38:01 sogod [24248]: <0x0x7fb9e5fc4c20[WOWatchDogChild]> (terminated due to signal 6, coredump) Oct 24 11:38:01 sogod [24248]: <0x0x7fb9e610d120[WOWatchDog]> child spawned with pid 24549 Thanks so much for all your help. ~Laz Peterson-- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] SOGo
That's great! Thank you Paul. XMPP too ... That will make for a nice migration!On Wednesday, October 2, 2013 12:01 PDT, Paul van der Vlis wrote: Op 01-10-13 19:10, Laz Peterson schreef:> The biggest drawback to this particular chat service (both server and> client) is that it uses Java. So, each client takes up ~60MB of RAM for> a simple chat session. I would love to see a worthy replacementI am using Prosody and it's great:http://prosody.im/http://packages.debian.org/wheezy/prosodyWith regards,Paul.--Paul van der Vlis Linux systeembeheer, Groningenhttp://www.vandervlis.nl/--users@sogo.nuhttps://inverse.ca/sogo/lists