[SOGo] BTS activities for Tuesday, July 05 2016

2016-07-05 Thread SOGo reporter
Title: BTS activities for Tuesday, July 05 2016





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, July 05 2016

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3759
	2016-07-05 18:25:02
	updated (open)
	Backend Calendar
	Participants can modify appointments. The organizer isn't notified.
	
	  
	
2336
	2016-07-05 11:43:36
	updated (open)
	Web General
	Meeting Alarms triggered at wrong times
	
	  
	
3758
	2016-07-05 10:13:35
	updated (open)
	Web Mail
	forces relogin when user wants to review a just attached file
	
	  
	
1053
	2016-07-05 11:38:05
	assigned (reopened)
	Backend Calendar
	EMail Alarm not working for repeating Events
	
	  
	
3727
	2016-07-05 05:31:04
	assigned (reopened)
	Backend Mail
	Vacation message with always send = True and delay of one day does not get re-delivered after 24 hours
	
	  
	
  
  


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

[SOGo] Enable Browser Caching Sogo v3 Nginx (Slow WebUI)

2016-07-05 Thread Tilo Werner
I'm fighting against a unattractive user experience caused by the
slowness of the new v3 webui.

First thing I've found was "Browser Caching disabled" :-(

But:

To enable Browser Caching for static content in nginx I've added

expires max;

http://nginx.org/en/docs/http/ngx_http_headers_module.html#expires

to this nginx locations

- /SOGo.woa/WebServerResources/
- /SOGo/WebServerResources/
- (^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$)
- (^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources

Final config looks something like:

location /SOGo.woa/WebServerResources/
{
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
allow all;
expires max;
}

This change gives a (much) better score at google's pagespeed.
https://developers.google.com/speed/pagespeed/insights

One could update the wiki entry for nginx if this is substantial and
reliable ;-)

http://wiki.sogo.nu/nginxSettings

Greets,
Tilo



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Cannot read configuration from ... Urgent - SOLVED

2016-07-05 Thread goetz.reini...@filmakademie.de
Thanks all, permisions where wrong. True :-/

/Götz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] User alias on calendar module

2016-07-05 Thread Pablo Abelenda
On 07/04/2016 01:44 PM, Christian Mack (christian.m...@uni-konstanz.de)
wrote:
> Am 01.07.2016 um 13:41 schrieb Pablo Abelenda (pabele...@igalia.com):
>> Hi,
>>
>> [...]
>>
> 
> It is not clear to me, what you specify as "alias".
> Is that an alternate email address?
> Then MailFieldNames is your friend.
> 

This is exactly what I wanted!

Re-reading my initial report, it was not very clear indeed, sorry about
that, and many thanks for the quick and nice answer.

> Or it is some descriptive name of you user?
> Then use SearchFieldNames.
> 

This was also useful on other regards, so many thanks again :-)

> 
> Kind regards,
> Christian Mack
> 

Saludos!

-- 
Pablo Abelenda



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Cannot read configuration from ... Urgent

2016-07-05 Thread Amit Armoogum

To help, here is my sogo conf  file with permissions & users :

-rw-r- 1 root sogo 4560 juil.  5 11:35 sogo.conf


On 05/07/2016 12:47, Maxime RUBINO (maxime.rub...@sfproduction.fr) wrote:
Hello, You should check the file permissions, use chmod and chown... I 
guess sogo is run as a user and not as root.


Le 05/07/2016 à 11:03, Götz Reinicke - IT Koordinator 
(goetz.reini...@filmakademie.de) a écrit :

Hi,

I tried to add the config for ldap groups to /etc/sogo/sogo.conf and got
on a restart:

<0x0x7fdc09659188[SOGoStartupLogger]> Cannot read configuration from
'/etc/sogo/sogo.conf'. Aborting

I revert the changes and used my backup config  and do get the same
error.

Now sogo is offline. Any suggestions? Hints?


 Thanks and Regards . Götz





--
Cordialement,
Maxime RUBINO
--
users@sogo.nu
https://inverse.ca/sogo/lists


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

Re: [SOGo] Cannot read configuration from ... Urgent

2016-07-05 Thread Maxime RUBINO
Hello, You should check the file permissions, use chmod and chown... I 
guess sogo is run as a user and not as root.


Le 05/07/2016 à 11:03, Götz Reinicke - IT Koordinator 
(goetz.reini...@filmakademie.de) a écrit :

Hi,

I tried to add the config for ldap groups to /etc/sogo/sogo.conf and got
on a restart:

<0x0x7fdc09659188[SOGoStartupLogger]> Cannot read configuration from
'/etc/sogo/sogo.conf'. Aborting

I revert the changes and used my backup config  and do get the same
error.

Now sogo is offline. Any suggestions? Hints?


 Thanks and Regards . Götz





--
Cordialement,
Maxime RUBINO

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

Re: [SOGo] Cannot read configuration from ... Urgent

2016-07-05 Thread Adi Kriegisch
Hi!

> I tried to add the config for ldap groups to /etc/sogo/sogo.conf and got
> on a restart:
> 
> <0x0x7fdc09659188[SOGoStartupLogger]> Cannot read configuration from
> '/etc/sogo/sogo.conf'. Aborting
looks like the permissions are wrong; do a 'chown sogo
/etc/sogo/sogo.conf'.

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


[SOGo] Cannot read configuration from ... Urgent

2016-07-05 Thread goetz.reini...@filmakademie.de
Hi,

I tried to add the config for ldap groups to /etc/sogo/sogo.conf and got
on a restart:

<0x0x7fdc09659188[SOGoStartupLogger]> Cannot read configuration from
'/etc/sogo/sogo.conf'. Aborting

I revert the changes and used my backup config  and do get the same
error.

Now sogo is offline. Any suggestions? Hints?


Thanks and Regards . Götz





smime.p7s
Description: S/MIME Cryptographic Signature