Re: [SOGo] appointment reply address

2016-08-24 Thread Christian Mack
Hello

Sorry for the late response.

Am 25.07.2016 um 15:02 schrieb Sylvain Nex (sylvain.n...@gmail.com):
> I understand that, but create alias for all emails is a workaround.
> 
> Is it normal that when I use caldav, uid is used for reply address instead
> of real mail address ?
> 
> 

Did you set
SOGoHideSystemEMail = YES;
in your sogo.conf?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] share many folders

2016-08-24 Thread Christian Mack
Hello

Am 27.07.2016 um 13:33 schrieb Volker Schmitt (volker.schm...@zkrd.de):
> 
> how can i share many mailbox folders to one person, not setting each
> folder sharing individually? The sharing will obviously not be inherited
> to subfolders.
> 

There is no such thing, sorry.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Ssl and reverse proxy

2016-08-24 Thread Christian Mack
Hello

Am 27.07.2016 um 21:32 schrieb Andrew J Hacker (and...@black-ray.com):
> Trying to install Sogo on a backend server with a front end apache proxy
> 
> Tried a few different things but generally trying to get this working and 
> having all kinds of issues.
> Not sure where to put different pieces of the Apache config...
> user -> SSL -> Front end Apache mod_proxy -> HTTP (80) -> Backend apache 
> mod_proxy (proxy HTTP to 127.0.0.1:2)
> i have alias for webresources on back end and proxypass on front and for 443 
> to 80 and then again on the backend from 80 to 2
> i get many different errors from 404's on the JS to can't find SOGo index to 
> infinite loops. 
> Are there any guidelines for doing this?
> I could map the 443 on the front end directly to port 2 on the backend 
> but then i can't do aliasing
> Thanks!Andrew
> 

You have to map directly to 2 in your Apache like this.
...
RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) [NC]
RewriteRule ^/$ https://frontend.server.tld/SOGo/ [L,R=301]

RewriteRule ^/.well-known/caldav/?$
https://frontend.server.tld/SOGo/dav/ [L,R=301]
RewriteRule ^/.well-known/carddav/?$
https://frontend.server.tld/SOGo/dav/ [L,R=301]

...

ProxyRequests Off
SetEnv proxy-nokeepalive 1
SetEnv force-proxy-request-1.0 1
SetEnv proxy-initial-not-pooled 1
ProxyPreserveHost On
ProxyTimeout 300
connectiontimeout=10 timeout=60
ProxyPass /SOGo http://backend.server.tld:2/SOGo retry=0
connectiontimeout=120 timeout=900 keepalive=On
http://backend.server.tld:2/SOGo>
## adjust the following to your configuration
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "frontend.server.tld"
  RequestHeader set "x-webobjects-server-url" "https://frontend.server.org";

## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "%{SENDER_IP_ADDRESS}e"

  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all

...


Then you have to set
WOPort = backend.server.tld:2;
in your sogo.conf


Hope this hint helps.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGoPageTitle customize

2016-08-24 Thread Christian Mack
Hello

Am 04.08.2016 um 10:28 schrieb devteam (devt...@alpeinsoft.ch):
> Hi. It`s real customize title for sogo? SOGoPageTitle option in
> /etc/sogo/sogo.conf not affected.
> 

You only get the custom title when
SOGoUIxDebugEnabled = No;
is set in sogo.conf


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGoPageTitle customize

2016-08-24 Thread devteam

Hello, thx!


1) edit /etc/sogo/sogo.conf: SOGoPageTitle = "newtitle";
2) rm /var/lib/sogo/GNUstep/Defaults/sogod.plist
3) restart sogo

On 08/24/2016 03:04 PM, Christian Mack (christian.m...@uni-konstanz.de) 
wrote:

Hello

Am 04.08.2016 um 10:28 schrieb devteam (devt...@alpeinsoft.ch):

Hi. It`s real customize title for sogo? SOGoPageTitle option in
/etc/sogo/sogo.conf not affected.


You only get the custom title when
SOGoUIxDebugEnabled = No;
is set in sogo.conf


Kind regards,
Christian Mack



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

Re: [SOGo] Vcard 4

2016-08-24 Thread Christian Mack
Hello

Am 10.08.2016 um 12:36 schrieb Popi (popi+s...@nomagic.fr):
> Hi all,
> 
> I've been looking for information regarding sogo's implementation of
> VCard 4th version, but I could only find references of this as a wanted
> feature put down the list with low priority in 2014.
> 
> Is it there? If yes, how do I activate / switch to it on the sogo server?
> 

See bug
https://sogo.nu/bugs/view.php?id=1205


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] typo in WIKI

2016-08-24 Thread Christian Mack
Hello


Answer is:
You better ask the right guy to have an account in this wiki.


Kind regards,
Christian Mack

Am 16.08.2016 um 15:02 schrieb André Schild (an...@schild.ws):
> Hello,
> 
> 
> thanks for reporting this.
> I would have updated the page, but the captcha is asking:
> 
> Can this be an impossible question?
> 
> Neither Yes/yes/No/no are accepted...
> 
> Any ideas what this captcha wishes? (It's not the first time I failed to
> reason out the answer to the sogo wiki captacha...)
> 
> André
> 
> Am 15.08.2016 um 23:14 schrieb Николай Клименко (klimenk...@theitidea.ru):
>>
>> http://wiki.sogo.nu/TB-upgrade-service#CA-4ec3466a4d9e0393a59be9f3c9ab5ed816fcf6e2_80
>>
>>
>> line 80 should be
>>
>> $update_file =
>> strtolower("$product-$update_ver-$update_patchType-$build_target-$update_lang.mar");
>>
>>
>>
>> -- 
>>
>> С уважением,
>>
>> КлименкоНиколай
>>
>> http://www.theitidea.ru
>>
>> тел:+7 (812) 309-5767
>>
>> моб: +7 (911) 782-1713
>>
>> -- 
>> 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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Update disabled exension

2016-08-24 Thread Christian Mack
Hello

Am 16.08.2016 um 10:54 schrieb Николай Клименко (klimenk...@theitidea.ru):
> Hi to all.
> 
> Anybody know, how can i update and enable extension, which disabled at
> this moment.
> 

I assume you mean extensions in Thunderbird.
Just download the corresponding *.xpi to your machine, then install it
in Thunderbird under Add-Ons --> cog wheel --> install from file


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo with OVH sieve ?

2016-08-24 Thread Christian Mack
Am 22.08.2016 um 20:44 schrieb Maxime RUBINO
(maxime.rub...@sfproduction.fr):
> Hi all,
> 
> I use sogo with an external imap from OVH, but i can't use sieve for
> vacation, do you have an idea ?
> 

I don't know OVH.
Does it support sieve?
Does it have a managesieve API?

Did you give sogo the sieve admin credentials?
Did you enable sieve in sogo.conf?
Did you enable vacation in sogo.conf?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sieve with UTF-8 characters

2016-08-24 Thread Christian Mack
Hello

Am 22.08.2016 um 21:28 schrieb Markus Kaindl (m.kai...@derc-gmbh.de):
> Hi,
> 
> I experience odd problems with sieve-rules generated by SOGo when the
> folder name contains special characters, like the german "Ö" :(
> 
> What SOGo generates:
>   fileinto "Test.&ANY-test";
> which is UTF-7.
> 
> What it should generate:
>   fileinto "Test.Ötest";
> as I use dovecot, and that uses UTF-8 (as it should, according to the
> RFC, IIRC)
> 
> I did find https://sogo.nu/bugs/view.php?id=2622, which claims this to
> be solved, I did add
>   SOGoSieveFolderEncoding = "UTF-8";
> to my sogo.conf and restarted sogo and memcached afterwards, but it is
> still generating that.. :(
> 
> Any ideas, what I could do wrong, or should I reopen the Bug?
> 

Did you set this in your SOGoUserSources?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Angular Java Script

2016-08-24 Thread Christian Mack
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):
> 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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Angular Java Script

2016-08-24 Thread "Laz C. Peterson"
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 
> ):
>> 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

2016-08-24 Thread "Laz C. Peterson"
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
>  
> 
> 
> 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: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: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:users@sogo.nu>> 
 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 
>> -- 
>> 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] BTS activities for Wednesday, August 24 2016

2016-08-24 Thread SOGo reporter
Title: BTS activities for Wednesday, August 24 2016





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, August 24 2016

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3799
	2016-08-24 10:41:33
	updated (open)
	ActiveSync
	log onto Exchange ActiveSync mail server (EAS): The server cannot be found. (same as 3076 but on 3.1.5 and Outlook 2016).
	
	  
	
3797
	2016-08-24 10:09:00
	updated (open)
	Backend Address Book
	Klicking on Mailadresses Star or right click to store email adress fails
	
	  
	
3798
	2016-08-24 06:55:57
	updated (open)
	Backend Address Book
	Ldap backend address book - proxy error - Sogo v3.x nightly
	
	  
	
3780
	2016-08-24 03:58:30
	updated (open)
	Backend Mail
	SOGo cannot share a folder to all authenticated users
	
	  
	
3803
	2016-08-24 03:43:10
	updated (open)
	Backend Mail
	Writing sieve rule fails on Dovecot if \r is included
	
	  
	
3782
	2016-08-24 04:15:54
	updated (open)
	Web Address Book
	Backup and Restore not working?
	
	  
	
3795
	2016-08-24 10:01:32
	updated (open)
	Web Calendar
	Persistent Cross-Site Scripting in calendar
	
	  
	
3697
	2016-08-24 21:30:52
	updated (open)
	Web Mail
	Web mail filter with cyrillic folder name
	
	  
	
3793
	2016-08-24 09:54:55
	updated (open)
	Web Preferences
	Unable to save a vacation auto reply when the "Auto Reply Subject" option is used
	
	  
	
3787
	2016-08-24 08:01:20
	updated (open)
	with SOGo
	could not load product:   'all'
	
	  
	
3076
	2016-08-24 10:41:33
	resolved (fixed)
	ActiveSync
	log onto Exchange ActiveSync mail server (EAS): The server cannot be found.
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists