[SOGo] BTS activities for Thursday, December 01 2016

2016-12-01 Thread SOGo reporter
Title: BTS activities for Thursday, December 01 2016





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, December 01 2016

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3919
	2016-12-01 07:02:15
	updated (open)
	ActiveSync
	NSInvalidArgumentException REASON:Tried to init dictionary with nil value INFO:(null)
	
	  
	
3922
	2016-12-01 07:30:12
	updated (open)
	Web Calendar
	Search is not working with large amount of calender objects and time range set to "All"
	
	  
	
3923
	2016-12-01 09:42:48
	resolved (fixed)
	ActiveSync
	Activesync parse of xml document error with ampersand (&) in company name
	
	  
	
3920
	2016-12-01 07:00:33
	closed (wont fix)
	with SOGo
	Error install sogo-openchange: Depends: sogo (= 2.2.9+git20141017-1) but 3.2.3.20161128-1 is to be installed, broken packages
	
	  
	
3924
	2016-12-01 10:53:00
	closed (wont fix)
	with SOGo
	How to install sogo-activesync for Debian
	
	  
	
  
  


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

[SOGo] ANN: SOGo v3.2.4 released!

2016-12-01 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v3.2.4. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions. 


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook. 

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications. 

SOGo features: 

Scalable architecture suitable for deployments from dozen to many thousand 
users 
Rich, responsible Web-based interface aligned with Google Material Design 
guidelines 
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator 
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016 
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016 
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices 
and many more! SOGo and our connectors are completely free. 


Changes from the previous release

New features

[core] new sogo-tool cleanup user feature 
Enhancements

[core] added handling of BYSETPOS for BYDAY in recurrence rules 
[web] added sort by start date for tasks (#3840) 
Bug fixes

[web] fixed JavaScript exception when SOGo is launched from an external link 
(#3900) 
[web] restored fetching of freebusy information of MS Exchange contacts 
[web] fixed mail attribute when importing an LDIF file (#3878) 
[eas] properly escape all GAL responses (#3923) 
See https://sogo.nu/bugs/changelog_page.php?version_id=200 
 for closed tickets and 
https://github.com/inverse-inc/sogo/compare/SOGo-3.2.3...SOGo-3.2.4 
 for the 
complete change log. 


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page: 

https://sogo.nu/download.html#/backend 
You can also download the sources by following the instructions on this page: 

https://github.com/inverse-inc/sogo#source-code 

Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from: 

https://sogo.nu/download.html#/frontends 

Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from: 

https://sogo.nu/support.html#/documentation 

You can also try our online SOGo demo at: 

http://demo.sogo.nu/SOGo/ 

Upgrading to v3.2.4

No special measure needs to be taken when upgrading. 


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution. 

There are multiple ways you can contribute to the project: 

Documentation reviews, enhancements and translations 
Write test cases - if you know Python, join in! 
Feature requests or by sharing your ideas 
Participate to the discussion in mailing lists 
Patches for bugs or enhancements (https://sogo.nu/bugs ) 
Provide new translations (https://github.com/inverse-inc/sogo#translations 
) 
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 

Getting Support

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca 
Customer support packages for SOGo are available from 
https://inverse.ca/#support-plans 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Customize login url mail.domain.com instead mail.domain.com/SOGo

2016-12-01 Thread Ramesh Chander
Thanks Scott rewrite rule worked, now users are able to use mail.domain.com
instead mail.domain.com/SOGo

RewriteEngine On
RewriteRule ^/$ /SOGo/ [R]

Is there anyway where users dont see internal url from the browser i.e.
they should see mail.domain.com instead mail.domain.com/SOGo.

Thanks in advance.

RC

On Wed, Nov 30, 2016 at 7:09 PM, "Scott Damron"  wrote:

> Change your SOGo.conf back to what it was and handle the re-write in your
> Apache config.  Use mod-rewrite for this.
>
> Scott
>
>
>
> On Wednesday, November 30, 2016 04:00 CST, "Ramesh Chander" (
> rcjun...@gmail.com)  wrote:
>
>
> Hi Scot,
>
> We are using Apache 2.2
>
> Here is what I get when I change the proxy pass
> http://prnt.sc/ddbkco
>
> And here is my SOGo.conf related to this
>
> ProxyPass /Microsoft-Server-ActiveSync \
> http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \
> retry=60 connectiontimeout=5 timeout=3600
>
> #ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0   # This works well
> ProxyPass /  http://127.0.0.1:2/SOGo retry=0# With this, I get
> login page as http://prnt.sc/ddbkco
> http://127.0.0.1:2/SOGo>
> ## adjust the following to your configuration
> ## and do not forget to enable the headers module
> 
>   RequestHeader set "x-webobjects-server-port" "443"
>   RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e"
> env=HTTP_HOST
>   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e;
> env=HTTP_HOST
>
> ## When using proxy-side autentication, you need to uncomment and
> ## adjust the following line:
>   RequestHeader unset "x-webobjects-remote-user"
> #  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"
> env=REMOTE_USER
>
>   RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
> 
>   AddDefaultCharset UTF-8
>   Order allow,deny
>   Allow from all
> 
>
>
> Regards,
>
> RC
>
> On Tue, Nov 29, 2016 at 10:36 PM, "Scott Damron"  wrote:
>>
>> I wouldn't think there would be an issue with CSS if you were just doing
>> a redirect or re-write.  What web server are you running?  If you can,
>> reply with your re-write or redirect config.
>>
>> Scott
>>
>>
>>
>> On Tuesday, November 29, 2016 09:53 CST, "Ramesh Chander" (
>> rcjun...@gmail.com)  wrote:
>>
>>
>> Tried but it is throwing non css page without any actionable clicks, do
>> we need to change in any of the css files.
>>
>> RC
>>
>> On Tue, Nov 29, 2016 at 9:09 PM, "Scott Damron"  wrote:
>>>
>>> User a redirect from the root of your web server.  Re-write / to /SOGo.
>>>
>>>
>>>
>>> Scott
>>>
>>>
>>>
>>> *From:* users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] *On Behalf
>>> Of *Ramesh Chander
>>> *Sent:* Tuesday, November 29, 2016 9:35 AM
>>> *To:* users@sogo.nu
>>> *Subject:* [SOGo] Customize login url mail.domain.com instead
>>> mail.domain.com/SOGo
>>>
>>>
>>>
>>> Hi,
>>>
>>>
>>>
>>> my users want to access SOGo like mail.domain.com instead
>>> mail.domain.com/SOGo
>>>
>>>
>>>
>>> Is there any way to make to work like mail.domain.com
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> RC
>>>
>>> --
>>> 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
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists