[SOGo] BTS activities for Thursday, October 06 2016

2016-10-06 Thread SOGo reporter
Title: BTS activities for Thursday, October 06 2016





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3667
	2016-10-06 12:29:47
	updated (fixed)
	GUI
	fixed vertical separator in dialog-window „editAttendees“ prevents presentation of complete email-addresses of invitees
	
	  
	
1479
	2016-10-06 12:29:47
	updated (fixed)
	Web Calendar
	Impossible to resize invitation pane
	
	  
	
2836
	2016-10-06 16:07:27
	feedback (reopened)
	with external server
	24.0.5 doesn’t sync at all, 24.0.4 works fine
	
	  
	
  
  




[SOGo] Orphaned database tables in mysql backend?

2016-10-06 Thread Peter Schmidt

Hi there!

I found that my sogo mysql database has 179 tables.
5 of them are used for account data, namely:
sogo_folder_info
sogo_sessions_folder
sogo_user_profile
sogousers
sogousersource (actually this a view)

The remaining 174 tables contain user content and appear in a group of 3 
tables named "sogoXX", "sogoXX_acl" and "sogoXX_quick".
Math shows us, there are 58 versions of "XX", but I only have 2 users 
with a total of 6 folders. So to my understanding, I only need 18 of 
these 174 tables.
What about the remaining ones? Is there a maintenance command to drop 
unused tables or do I need to delete them manually?


Kind regards,

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


Re: [SOGo] Server fails with NSInternalInconsistencyException

2016-10-06 Thread Peter Schmidt

Ok, I dumped my databases and reinstalled 2.3.16 from
http://www.axis.cz/linux/debian (thanks by the way for the repo!) and 
got it all working again.


Still, maybe a dev or someone could have a look on the error message and 
add some more verbose output to the exception.


Kind regards,
Peter

PS: sorry for the incomplete mail - I hit the wrong key

Am 2016-10-05 um 17:21 schrieb Peter Schmidt (peter.schm...@bixa.cc):

Hi there!

I have my rather ancient server version 2.3.2-1 running for some time
now. Today all of a sudden the Proxy Service stopped responding (first
occasionally, then totally).
I restarted the service and it failed to come up again with the
following error:

NSConcreteMapTable.m:441  Assertion failed in NSCreateMapTableWithZone.
 NSInternalInconsistencyException
sogod: Uncaught exception NSInternalInconsistencyException, reason:
NSConcreteMapTable.m:441  Assertion failed in NSCreateMapTableWithZone.
 NSInternalInconsistencyException

I can neither run sogod, nor sogo-tool.

This installation is very simple. I use it for my phone, pc and laptop
to sync calendars and contacts via *DAV. Today I wanted to add a second
user and that was when it all started to fall apart.

Any help would be highly appreciated!

Kind regards,
Peter

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


[SOGo] shared IMAP folders

2016-10-06 Thread Ralf Cirksena
Hello,

we are using SOGo to provide email and calendar functionality to
Clients using Outlook 2013.

The SOGo server uses our central IMAP server. How can we provide users
with our public shared IMAP folders on the central server?

In Outlook (active sync) I don't see the shared mailboxes. 


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


[SOGo] SOGo Interface with two different ports behind NAT?

2016-10-06 Thread martin
Is it possible to access Sogo Web-interface with two different ports? Like 443 
and 4430?
I have migrated my exchange (was reachable under 443) to Sogo (4430). Now I 
dont want to reconfigure all devices.
Therefore I would like to access the web-interface with Port 443 and 4430.

In my firewall (home-router) I have a port redirect from 4430 to 443 to my sogo 
vm. There is another one from 443 to 443 to the same sogo vm, but this one isnt 
working (maybe loop).
I think I have to modify my SOGo.conf line RequestHeader set 
"x-webobjects-server-url"

RequestHeader set "x-webobjects-server-url" https://MYDOMAIN.myfritz.net:4430
 
If I have 4430 appended it works for Port 4430. 
If I remove the port nothing works.
If I use RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST I can see the logon page. But I get redirected to a blank one if 
I give credentials- because its http instead of https. Somewhere a Redirect 
works wrong.

But I am not familiar enough with Redirects with apache2



Regards

my SOGo.conf

Alias /SOGo.woa/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
  /usr/lib/GNUstep/SOGo/WebServerResources/


AllowOverride None


Order deny,allow
Allow from all

= 2.4>
Require all granted


# Explicitly allow caching of static content to avoid browser specific 
behavior.
# A resource's URL MUST change in order to have the client load the new 
version.

  ExpiresActive On
  ExpiresDefault "access plus 1 year"



ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPass /Microsoft-Server-ActiveSync \
 http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \
 retry=60 connectiontimeout=5 timeout=360

ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

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://MYDOMAIN.myfritz.net:4430;
  #RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"


  RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e env=REMOTE_HOST
  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all


# For Apple autoconfiguration

  RewriteEngine On
  RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301]
  RewriteRule ^/.well-known/carddav/?$ /SOGo/dav [R=301]



RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/ [env=REMOTE_HOST:%{REMOTE_ADDR},PT]
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] 0003774: Sogo AES not reporting outlook about SMTP code '554'

2016-10-06 Thread "Thomas Fuehrer"
Hi Ludovic,
 what do you think about the idea to put some kind of "bounce mail" into users 
inbox if the sendmail action fails for some reason instead of returning with 
status=120 or http-500.
This would avoid the loop and gives the user the information it needs.

See attach patch.

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

3774.diff
Description: Binary data