[SOGo] BTS activities for Monday, February 27 2017

2017-02-27 Thread SOGo reporter
Title: BTS activities for Monday, February 27 2017





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, February 27 2017

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4057
	2017-02-27 10:51:26
	updated (open)
	Web Preferences
	Malfunctioning while changing password from Web UI
	
	  
	
4052
	2017-02-27 06:20:30
	closed (not a bug)
	Web General
	All Day Repeating Events are not displayed in the Webinterface
	
	  
	
  
  


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

Re: [SOGo] ActiceSync w/outlook 2016

2017-02-27 Thread "Ivan Gonzalez"
just noticed it is added

was in /etc/nginx/templates/sogo.tmpl

# Settings for SOGo Groupware

# SOGo
location ~ ^/sogo { rewrite ^ https://$host/SOGo; }
location ~ ^/SOGO { rewrite ^ https://$host/SOGo; }

# For Mac OS X and iOS devices.
rewrite ^/.well-known/caldav /SOGo/dav permanent;
rewrite ^/.well-known/carddav /SOGo/dav permanent;
rewrite ^/principals/ /SOGo/dav permanent;

location ^~ /SOGo {
proxy_pass http://127.0.0.1:2;
#proxy_redirect http://127.0.0.1:2/SOGo/ /SOGo;

# forward user's IP address
#proxy_set_header X-Real-IP $remote_addr;
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#proxy_set_header Host $host;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
#proxy_set_header x-webobjects-remote-host 127.0.0.1;
#proxy_set_header x-webobjects-server-name $server_name;
proxy_set_header x-webobjects-server-url $scheme://$host;
}

location ^~ /Microsoft-Server-ActiveSync {
proxy_pass http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync;
proxy_redirect http://127.0.0.1:2/Microsoft-Server-ActiveSync /;

proxy_connect_timeout 3540;
proxy_send_timeout 3540;
proxy_read_timeout 3540;
}

location ^~ /SOGo/Microsoft-Server-ActiveSync {
proxy_pass http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync;
proxy_redirect http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync /;

proxy_connect_timeout 3540;
proxy_send_timeout 3540;
proxy_read_timeout 3540;
}

location /SOGo.woa/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
}
location /SOGo/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
}
location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
}



Ivan Gonzalez Jr. x101
NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
[http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
[http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]

Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
Servers – Cloud PBX Hosted Systems - Bitcoin ok

All emails from NocRoom.com are encrypted

IMPORTANT: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If the reader is not the intended recipient, please notify us 
immediately by return e-mail and delete the original message from your e-mail 
system. Any dissemination, distribution or copying of the communication is 
strictly prohibited. This correspondence is being transmitted for informational 
purposes only and the views, opinions and any electronic signatures of the 
sender are not intended to bind NocRoom LLC.​
On 2/27/2017 8:11:42 AM, Christian Mack  wrote:
Hello

You are right, this config is missing.

The below FAQ is for running 2 different SOGo servers on the same
maschine, one for ActiveSync, the other for the web interface and
calDAV+cardDAV.
That is not what you want.

For nginx config see
http://wiki.sogo.nu/nginxSettings
At the bottom is what you need.


Kind regards,
Christian Mack

Am 27.02.2017 um 16:56 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
> Doesnt look like activesync is config on nginx, unless you see it and i dont
>
> i take it that i follow the steps here for Debian 8?
> https://sogo.nu/nc/support/faq/article/dedicated-separate-sogo-instance-for-activesync.html
>
>
>
> Ivan Gonzalez Jr. x101
> NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
> West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
> [http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
> [http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]
>
> Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
> Servers – Cloud PBX Hosted Systems - Bitcoin ok
>
> All emails from NocRoom.com are encrypted
>
> IMPORTANT: This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If the reader is not the intended recipient, please notify us 
> immediately by return e-mail and delete the original message from your e-mail 
> system. Any dissemination, distribution or copying of the communication is 
> strictly prohibited. This correspondence is being transmitted for 
> informational purposes only and the views, opinions and any electronic 
> signatures of the sender are not intended to bind NocRoom LLC.​
> On 2/27/2017 7:53:58 AM, Ivan Gonzalez wrote:
> in nginx
>
> root@mx:/etc/nginx/conf.d# cat 00-default.conf
> # HTTP
> server {
> # Listen on ipv4
> listen 80;
> # Listen on ipv6.
> # Note: this setting listens on both ipv4 and ipv6 with Nginx release
> # shipped in some Linux/BSD distributions.
> #listen [::]:80;
> server_name _;
>
> root /var/www;
> index index.php index.html;
>
> location / {

Re: [SOGo] Can't start, "Default zone has run out of memory"

2017-02-27 Thread "a...@axiso.net"

SxVMemLimit is per worker.

Yeah, it was some kind of desesperate try changing SxVMemLimit :/


How many workers do you try to start?
The issue occurs as soon I try to start a fresh Sogo reinstall, with the 
default config. It's in use for a SOHO, 1-2 worker is enough.



Michaël




On 27/02/17 17:04, Christian Mack (christian.m...@uni-konstanz.de) wrote:

Hello

Am 27.02.2017 um 10:50 schrieb "a...@axiso.net" (a...@axiso.net):

Bonjour,

For a few years I had Sogo 2 running but this week-end I noticed
Thunderbird wasn't able to retrieve the cardbook. All suddenly, I don't
remember any relevant change on the server.

Sogo daemon is not running anymore. In /var/log/sogo/sogo.log I get this
: "/usr/sbin/sogod: Uncaught exception NSMallocException, reason:
Default zone has run out of memory". But a few lines above I read "vmem
size check enabled: shutting down app when vmem > 384 MB. Currently at
175 MB" so it seems good. I also tried to increase SxVMemLimit just in
case and the result is the same as soon I try to start the daemon.

Does it relates to GNUstep ?
The only clue I have is that the virtual host RAM was reduced from 2 to
1 GB lately before the issue occurs. But now I switched back to 2 GB.
The "free" command says >1 GB available free RAM.

I upgraded to Sogo 3, I purged Sogo and GNUstep then reinstalled, I
rebooted the system twice : nothing changed with a fresh reinstall.

I use Sogo 3 nightly build, Debian 7 Wheezy and Postgresql.

Thanks a lot for your help.


SxVMemLimit is per worker.
How many workers do you try to start?


Kind regards,
Christian Mack


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


Re: [SOGo] ActiceSync w/outlook 2016

2017-02-27 Thread "Ivan Gonzalez"
correct, i want a full working ActiveSync as if i never left exchange in the 
first place :)

I hope this works, i will apply it tonight as server is in use now


Ivan Gonzalez Jr. x101
NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
[http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
[http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]

Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
Servers – Cloud PBX Hosted Systems - Bitcoin ok

All emails from NocRoom.com are encrypted

IMPORTANT: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If the reader is not the intended recipient, please notify us 
immediately by return e-mail and delete the original message from your e-mail 
system. Any dissemination, distribution or copying of the communication is 
strictly prohibited. This correspondence is being transmitted for informational 
purposes only and the views, opinions and any electronic signatures of the 
sender are not intended to bind NocRoom LLC.​
On 2/27/2017 8:11:42 AM, Christian Mack  wrote:
Hello

You are right, this config is missing.

The below FAQ is for running 2 different SOGo servers on the same
maschine, one for ActiveSync, the other for the web interface and
calDAV+cardDAV.
That is not what you want.

For nginx config see
http://wiki.sogo.nu/nginxSettings
At the bottom is what you need.


Kind regards,
Christian Mack

Am 27.02.2017 um 16:56 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
> Doesnt look like activesync is config on nginx, unless you see it and i dont
>
> i take it that i follow the steps here for Debian 8?
> https://sogo.nu/nc/support/faq/article/dedicated-separate-sogo-instance-for-activesync.html
>
>
>
> Ivan Gonzalez Jr. x101
> NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
> West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
> [http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
> [http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]
>
> Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
> Servers – Cloud PBX Hosted Systems - Bitcoin ok
>
> All emails from NocRoom.com are encrypted
>
> IMPORTANT: This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If the reader is not the intended recipient, please notify us 
> immediately by return e-mail and delete the original message from your e-mail 
> system. Any dissemination, distribution or copying of the communication is 
> strictly prohibited. This correspondence is being transmitted for 
> informational purposes only and the views, opinions and any electronic 
> signatures of the sender are not intended to bind NocRoom LLC.​
> On 2/27/2017 7:53:58 AM, Ivan Gonzalez wrote:
> in nginx
>
> root@mx:/etc/nginx/conf.d# cat 00-default.conf
> # HTTP
> server {
> # Listen on ipv4
> listen 80;
> # Listen on ipv6.
> # Note: this setting listens on both ipv4 and ipv6 with Nginx release
> # shipped in some Linux/BSD distributions.
> #listen [::]:80;
> server_name _;
>
> root /var/www;
> index index.php index.html;
>
> location / {
> root /var/www;
> }
>
> include /etc/nginx/templates/php-catchall.tmpl;
> include /etc/nginx/templates/redirect_to_https.tmpl;
> include /etc/nginx/templates/misc.tmpl;
> }
>
> # HTTPS
> server {
> listen 443;
> server_name mx.xxx.com;
>
> ssl on;
> ssl_certificate /etc/ssl/certs/server.chained.crt;
> #SSLCertificateChainFile /etc/ssl/certs/server.ca-bundle;
> ssl_certificate_key /etc/ssl/private/server.key;
> ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
>
> # Fix 'The Logjam Attack'.
> ssl_ciphers 
> ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA;
> ssl_prefer_server_ciphers on;
> ssl_dhparam /etc/ssl/dh2048_param.pem;
>
> index index.php index.html;
>
> location / {
> root /var/www;
> }
>
> # HTTP Strict Transport Security (HSTS)
> #include /etc/nginx/templates/hsts.tmpl;
>
> # Web applications.
> include /etc/nginx/templates/roundc

Re: [SOGo] reminders and ActiveSync

2017-02-27 Thread Christian Mack
Am 27.02.2017 um 11:03 schrieb Ralf Cirksena (c...@holmco.de):
> Hello,
> 
> we are using SOGo (3.2.7) with Outlook 2013 as client connected by
> ActiveSync.
> 
> Users are using the web interface of SOGo to subscribe other
> calendars with "settings --> synchronize (Microsoft Enterprise ActiveSync)"
> 
> They are complaining about receiving reminders from subscribed
> calendars. How can we avoid receiving those reminders, but still
> maintaining getting reminders by the user's calendar?
> 
> Might be not a SOGo problem but I suppose a lot of subcribers are
> using SOGo with Outlook ActiveSync. Therefore I hope to get help with
> this.
> 

Not sure this works with Outlook via ActiveSync, but you can disable
reminders per calendar in its settings in the webinterface.


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] Calendar can't cannot to mysql database, strange configuration error

2017-02-27 Thread Christian Mack
Hello

Your problem is, that SOGo stores the database link into its database.
Therefore it says in the Installation manual:
https://sogo.nu/files/docs/SOGoInstallationGuide.html#_database_configuration

"
SOGo stores the database hostname together with table references inside
several database tables. To prevent possible future issues when moving
the database to another host, it is best practice to add a local alias
name to your /etc/hosts file, and using this in /etc/sogo/sogo.conf
instead of the actual name of your server or localhost. When the
database host name changes, you can now simply change the hosts file
instead of updating several table columns replacing the old hostname. An
example entry for /etc/hosts when running the database on the same host,
registering 127.0.0.1 not only for localhost, but also the db-alias alias:

127.0.0.1   localhost db-alias

In the SOGo configuration, use the alias name instead of the real IP
address or host name, for example

SOGoProfileURL =
"postgresql://sogo:sogo@db-alias:5432/sogo/sogo_user_profile";

"



Kind regards,
Christian Mack

Am 25.02.2017 um 23:31 schrieb Никита (imfromtheh...@gmail.com):
> Still no responce?
> 
> 2017-02-12 16:13 GMT+03:00 Никита :
> 
>> Hi everyone,
>> I have sogo 3.2a installed on my server1 and mail server2 (postfix,
>> dovecot etc) on another server2
>> everything works fine except Calendar, i cant save anything to calendar
>> (event, to-do etc).
>>
>> The part of error log is:
>>
>> 2017-02-12 15:59:05.481 sogod[100573] ERROR: could not open MySQL4
>> connection to database 'sogo': Access denied for user 'sogo'@'localhost'
>> (using password: YES)
>> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x0x7fcafbbfc640[GCSChannelManager]>
>> could not open channel > connection=0x(null)> for mysql://127.0.0.1/sogo/sogouser.asen0016f56fcd8
>> Feb 12 15:59:05 sogod [100573]: [WARN] <0x0x7fcafbbfc640[GCSChannelManager]>
>>   will prevent opening of this channel 5 seconds after 2017-02-12 15:59:05
>> +0300
>> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x0x7fcafc8bdf60[GCSFolder]>
>>  could not open storage channel!
>> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x0x7fcafc8bdf60[GCSFolder]>
>>  could not open storage channel!
>> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x7fcafc80b530[
>> SOGoAppointmentFolder]:personal> (-[SOGoAppointmentFolder
>> fetchFields:from:to:title:component:additionalFilters:
>> includeProtectedInformation:]): fetch failed!
>> Feb 12 15:59:05 sogod [100573]: 5.18.62.183 "GET /SOGo/so/
>> use...@example.ru/Calendar/eventsblocks?ed=20170212&sd=20170212&view=
>> multicolumndayview HTTP/1.1" 200 567/0 0.008 - - 0
>> Feb 12 15:59:05 sogod [100574]: [ERROR] <0x0x7fcafc684770[GCSFolder]>
>>  could not open storage channel!
>> Feb 12 15:59:05 sogod [100574]: [ERROR] <0x0x7fcafc684770[GCSFolder]>
>>  could not open storage channel!
>> Feb 12 15:59:05 sogod [100574]: [ERROR] <0x7fcafc7bc1d0[
>> SOGoAppointmentFolder]:personal> (-[SOGoAppointmentFolder
>> fetchFields:from:to:title:component:additionalFilters:
>> includeProtectedInformation:]): fetch failed!
>> Feb 12 15:59:05 sogod [100574]: 5.18.62.183 "GET /SOGo/so/
>> use...@example.ru/Calendar/eventslist?asc=1&day=20170212&filterpopup=view_
>> next7&search=title_Category_Location&sort=start&value= HTTP/1.1" 200
>> 439/0 0.014 - - 0
>>
>> I know about OCSFolderInfoURL:
>> In my sogo.conf itis  look's like:
>> OCSFolderInfoURL = "mysql://sogo:mypassword@mail.
>> mydomainname.ru:3306/sogo/sogo_folder_info";
>>
>> And strange thing is:
>>
>> mysql> select * from sogo_folder_info;
>> +-+-
>> ---+-+---+--+--+
>> -+--
>> 
>> -+--
>> ---+
>> ---+---+
>> | c_folder_id | c_path | c_path1 |
>> c_path2   | c_path3  | c_path4  | c_foldername
>>| c_location
>>| c_quick_location
>>  | c_acl_location
>>  | c_folder_type |
>> +-+-
>> ---+-+---+--+--+
>> -+--
>> 
>> -+--
>> ---+
>> ---+---+
>> |   5 | /Users/use...@example.ru/Calendar/personal  | Users   |
>> use...@example.ru  | Calendar | personal | Персональный календарь
>>  | mysql://sogo:userpa

Re: [SOGo] ActiceSync w/outlook 2016

2017-02-27 Thread Christian Mack
Hello

You are right, this config is missing.

The below FAQ is for running 2 different SOGo servers on the same
maschine, one for ActiveSync, the other for the web interface and
calDAV+cardDAV.
That is not what you want.

For nginx config see
http://wiki.sogo.nu/nginxSettings
At the bottom is what you need.


Kind regards,
Christian Mack

Am 27.02.2017 um 16:56 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
> Doesnt look like activesync is config on nginx, unless you see it and i dont 
> 
> i take it that i follow the steps here for Debian 8? 
> https://sogo.nu/nc/support/faq/article/dedicated-separate-sogo-instance-for-activesync.html
> 
> 
> 
> Ivan Gonzalez Jr. x101
> NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
> West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
> [http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
> [http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]
> 
> Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
> Servers – Cloud PBX Hosted Systems - Bitcoin ok
> 
> All emails from NocRoom.com are encrypted
> 
> IMPORTANT: This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If the reader is not the intended recipient, please notify us 
> immediately by return e-mail and delete the original message from your e-mail 
> system. Any dissemination, distribution or copying of the communication is 
> strictly prohibited. This correspondence is being transmitted for 
> informational purposes only and the views, opinions and any electronic 
> signatures of the sender are not intended to bind NocRoom LLC.​
> On 2/27/2017 7:53:58 AM, Ivan Gonzalez  wrote:
> in nginx
> 
> root@mx:/etc/nginx/conf.d# cat 00-default.conf
> # HTTP
> server {
> # Listen on ipv4
> listen 80;
> # Listen on ipv6.
> # Note: this setting listens on both ipv4 and ipv6 with Nginx release
> #   shipped in some Linux/BSD distributions.
> #listen [::]:80;
> server_name _;
> 
> root /var/www;
> index index.php index.html;
> 
> location / {
> root /var/www;
> }
> 
> include /etc/nginx/templates/php-catchall.tmpl;
> include /etc/nginx/templates/redirect_to_https.tmpl;
> include /etc/nginx/templates/misc.tmpl;
> }
> 
> # HTTPS
> server {
> listen 443;
> server_name mx.xxx.com;
> 
> ssl on;
> ssl_certificate /etc/ssl/certs/server.chained.crt;
> #SSLCertificateChainFile /etc/ssl/certs/server.ca-bundle;
> ssl_certificate_key /etc/ssl/private/server.key;
> ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
> 
> # Fix 'The Logjam Attack'.
> ssl_ciphers 
> ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA;
> ssl_prefer_server_ciphers on;
> ssl_dhparam /etc/ssl/dh2048_param.pem;
> 
> index index.php index.html;
> 
> location / {
> root /var/www;
> }
> 
> # HTTP Strict Transport Security (HSTS)
> #include /etc/nginx/templates/hsts.tmpl;
> 
> # Web applications.
> include /etc/nginx/templates/roundcube.tmpl;
> include /etc/nginx/templates/iredadmin.tmpl;
> include /etc/nginx/templates/sogo.tmpl;
> 
> # PHP applications. WARNING: php-catchall.tmpl should be loaded after
> # other php web applications.
> include /etc/nginx/templates/php-catchall.tmpl;
> 
> include /etc/nginx/templates/misc.tmpl;
>   proxy_connect_timeout   600;
>   proxy_send_timeout  600;
>   proxy_read_timeout  600;
>   send_timeout600;
>   fastcgi_buffers 8 16k;
>   fastcgi_buffer_size 32k;
> }
> 
> Ivan Gonzalez Jr. x101
> NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
> West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
> [http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
> [http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]
> 
> Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
> Servers – Cloud PBX Hosted Systems - Bitcoin ok
> 
> All emails from NocRoom.com are encrypted
> 
> IMPORTANT: This email and any files transmitted with it are conf

Re: [SOGo] Can't start, "Default zone has run out of memory"

2017-02-27 Thread Christian Mack
Hello

Am 27.02.2017 um 10:50 schrieb "a...@axiso.net" (a...@axiso.net):
> Bonjour,
> 
> For a few years I had Sogo 2 running but this week-end I noticed
> Thunderbird wasn't able to retrieve the cardbook. All suddenly, I don't
> remember any relevant change on the server.
> 
> Sogo daemon is not running anymore. In /var/log/sogo/sogo.log I get this
> : "/usr/sbin/sogod: Uncaught exception NSMallocException, reason:
> Default zone has run out of memory". But a few lines above I read "vmem
> size check enabled: shutting down app when vmem > 384 MB. Currently at
> 175 MB" so it seems good. I also tried to increase SxVMemLimit just in
> case and the result is the same as soon I try to start the daemon.
> 
> Does it relates to GNUstep ?
> The only clue I have is that the virtual host RAM was reduced from 2 to
> 1 GB lately before the issue occurs. But now I switched back to 2 GB.
> The "free" command says >1 GB available free RAM.
> 
> I upgraded to Sogo 3, I purged Sogo and GNUstep then reinstalled, I
> rebooted the system twice : nothing changed with a fresh reinstall.
> 
> I use Sogo 3 nightly build, Debian 7 Wheezy and Postgresql.
> 
> Thanks a lot for your help.
> 

SxVMemLimit is per worker.
How many workers do you try to start?


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] ActiceSync w/outlook 2016

2017-02-27 Thread "Ivan Gonzalez"
Doesnt look like activesync is config on nginx, unless you see it and i dont 

i take it that i follow the steps here for Debian 8? 
https://sogo.nu/nc/support/faq/article/dedicated-separate-sogo-instance-for-activesync.html



Ivan Gonzalez Jr. x101
NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
[http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
[http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]

Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
Servers – Cloud PBX Hosted Systems - Bitcoin ok

All emails from NocRoom.com are encrypted

IMPORTANT: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If the reader is not the intended recipient, please notify us 
immediately by return e-mail and delete the original message from your e-mail 
system. Any dissemination, distribution or copying of the communication is 
strictly prohibited. This correspondence is being transmitted for informational 
purposes only and the views, opinions and any electronic signatures of the 
sender are not intended to bind NocRoom LLC.​
On 2/27/2017 7:53:58 AM, Ivan Gonzalez  wrote:
in nginx

root@mx:/etc/nginx/conf.d# cat 00-default.conf
# HTTP
server {
    # Listen on ipv4
    listen 80;
    # Listen on ipv6.
    # Note: this setting listens on both ipv4 and ipv6 with Nginx release
    #       shipped in some Linux/BSD distributions.
    #listen [::]:80;
    server_name _;

    root /var/www;
    index index.php index.html;

    location / {
        root /var/www;
    }

    include /etc/nginx/templates/php-catchall.tmpl;
    include /etc/nginx/templates/redirect_to_https.tmpl;
    include /etc/nginx/templates/misc.tmpl;
}

# HTTPS
server {
    listen 443;
    server_name mx.xxx.com;

    ssl on;
    ssl_certificate /etc/ssl/certs/server.chained.crt;
    #SSLCertificateChainFile /etc/ssl/certs/server.ca-bundle;
    ssl_certificate_key /etc/ssl/private/server.key;
    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

    # Fix 'The Logjam Attack'.
    ssl_ciphers 
ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA;
    ssl_prefer_server_ciphers on;
    ssl_dhparam /etc/ssl/dh2048_param.pem;

    index index.php index.html;

    location / {
        root /var/www;
    }

    # HTTP Strict Transport Security (HSTS)
    #include /etc/nginx/templates/hsts.tmpl;

    # Web applications.
    include /etc/nginx/templates/roundcube.tmpl;
    include /etc/nginx/templates/iredadmin.tmpl;
    include /etc/nginx/templates/sogo.tmpl;

    # PHP applications. WARNING: php-catchall.tmpl should be loaded after
    # other php web applications.
    include /etc/nginx/templates/php-catchall.tmpl;

    include /etc/nginx/templates/misc.tmpl;
  proxy_connect_timeout       600;
  proxy_send_timeout          600;
  proxy_read_timeout          600;
  send_timeout                600;
  fastcgi_buffers 8 16k;
  fastcgi_buffer_size 32k;
}

Ivan Gonzalez Jr. x101
NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
[http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
[http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]

Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
Servers – Cloud PBX Hosted Systems - Bitcoin ok

All emails from NocRoom.com are encrypted

IMPORTANT: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If the reader is not the intended recipient, please notify us 
immediately by return e-mail and delete the original message from your e-mail 
system. Any dissemination, distribution or copying of the communication is 
strictly prohibited. This correspondence is being transmitted for informational 
purposes only and the views, opinions and any electronic signatures of the 
sender are not intended to bind NocRoom LLC.​
On 2/27/2017 1:36:21 AM, Christian Mack  wrote:

Am 24.02.2017 um 21:30 schrieb "Ivan Gonzalez" (iva...@noc

Re: [SOGo] ActiceSync w/outlook 2016

2017-02-27 Thread "Ivan Gonzalez"
in nginx

root@mx:/etc/nginx/conf.d# cat 00-default.conf
# HTTP
server {
    # Listen on ipv4
    listen 80;
    # Listen on ipv6.
    # Note: this setting listens on both ipv4 and ipv6 with Nginx release
    #       shipped in some Linux/BSD distributions.
    #listen [::]:80;
    server_name _;

    root /var/www;
    index index.php index.html;

    location / {
        root /var/www;
    }

    include /etc/nginx/templates/php-catchall.tmpl;
    include /etc/nginx/templates/redirect_to_https.tmpl;
    include /etc/nginx/templates/misc.tmpl;
}

# HTTPS
server {
    listen 443;
    server_name mx.xxx.com;

    ssl on;
    ssl_certificate /etc/ssl/certs/server.chained.crt;
    #SSLCertificateChainFile /etc/ssl/certs/server.ca-bundle;
    ssl_certificate_key /etc/ssl/private/server.key;
    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

    # Fix 'The Logjam Attack'.
    ssl_ciphers 
ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA;
    ssl_prefer_server_ciphers on;
    ssl_dhparam /etc/ssl/dh2048_param.pem;

    index index.php index.html;

    location / {
        root /var/www;
    }

    # HTTP Strict Transport Security (HSTS)
    #include /etc/nginx/templates/hsts.tmpl;

    # Web applications.
    include /etc/nginx/templates/roundcube.tmpl;
    include /etc/nginx/templates/iredadmin.tmpl;
    include /etc/nginx/templates/sogo.tmpl;

    # PHP applications. WARNING: php-catchall.tmpl should be loaded after
    # other php web applications.
    include /etc/nginx/templates/php-catchall.tmpl;

    include /etc/nginx/templates/misc.tmpl;
  proxy_connect_timeout       600;
  proxy_send_timeout          600;
  proxy_read_timeout          600;
  send_timeout                600;
  fastcgi_buffers 8 16k;
  fastcgi_buffer_size 32k;
}

Ivan Gonzalez Jr. x101
NocRoom | ceo | e: iva...@nocroom.com w: NocRoom.com [http://nocroom.com/]
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw 
[http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in 
[http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ]

Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
Servers – Cloud PBX Hosted Systems - Bitcoin ok

All emails from NocRoom.com are encrypted

IMPORTANT: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If the reader is not the intended recipient, please notify us 
immediately by return e-mail and delete the original message from your e-mail 
system. Any dissemination, distribution or copying of the communication is 
strictly prohibited. This correspondence is being transmitted for informational 
purposes only and the views, opinions and any electronic signatures of the 
sender are not intended to bind NocRoom LLC.​
On 2/27/2017 1:36:21 AM, Christian Mack  wrote:

Am 24.02.2017 um 21:30 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
> thank you for the help, i do have acticesync installed
>
> root@mx:/usr/lib/GNUstep/SOGo# apt-get install sogo-activesync
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> sogo-activesync is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> root@mx:/usr/lib/GNUstep/SOGo#
>
> the only setting i see in sogo.conf is
> SOGoMaximumSyncWindowSize = 100;
>
>
> how should i proceed
>

Now check your HTTP proxy configuration (= Apache or nginx).
Did you add the proxy configuration for /Microsoft-Server-ActiveSync ?


Kind regards,
Christian Mack

> On 2/24/2017 1:06:41 AM, Christian Mack wrote:
> Hello
>
>
> Am 22.02.2017 um 21:34 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
>> Cal and contacts does not sync when using activesync settings, is this an 
>> bug or do i need to enable an setting ?
>>
>
> Did you install the sogo-activesync package?
> What are your settings in sogo.conf?
> Did you enable synchronizsation on the calendars you want to sync?
>
> Outlook only synchronizes the personal addressbook per ActiveSync.
> You can circumvent this by using sogo-tool manage-eas on the server for
> that account (only for small usage).
>
>

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilun

Re: [SOGo] Can't start, "Default zone has run out of memory"

2017-02-27 Thread "a...@axiso.net"

perhaps ulimit of user sogo? Or prlimit set somewhere?

I already gave a quick look but went into deeper because you said about it.
Nothing noticeable.

prlimit is not installed.
/etc/security/limits.conf is not modified, all commented.
/etc/security/limits.d/ is empty.
ulimit -a  as root seems to show default system values, nothing related 
to Sogo. "max locked memory (kbytes, -l) 64" is default for what I know.

The same when I try  sudo -su sogo  then  ulimit -a.

But I don't know if I should look elsewhere.


Michaël




On 27/02/17 14:55, Ralf Cirksena (c...@holmco.de) wrote:

Hello,

On Mon, Feb 27, 2017 at 10:50:09AM +0100 you wrote:


For a few years I had Sogo 2 running but this week-end I noticed
Thunderbird wasn't able to retrieve the cardbook. All suddenly, I
don't remember any relevant change on the server.

Sogo daemon is not running anymore. In /var/log/sogo/sogo.log I get
this : "/usr/sbin/sogod: Uncaught exception NSMallocException,
reason: Default zone has run out of memory". But a few lines above I
read "vmem size check enabled: shutting down app when vmem > 384 MB.
Currently at 175 MB" so it seems good. I also tried to increase
SxVMemLimit just in case and the result is the same as soon I try to
start the daemon.

Does it relates to GNUstep ?
The only clue I have is that the virtual host RAM was reduced from 2
to 1 GB lately before the issue occurs. But now I switched back to 2
GB.
The "free" command says >1 GB available free RAM.

perhaps ulimit of user sogo? Or prlimit set somewhere?


Regards


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


Re: [SOGo] Feature Request: Calendar attachments (EAS v16 capability)

2017-02-27 Thread Christian Mack
Hello

Some users would use a bomb to clear out weed.
That is no reason to provide them with one ;-)

What you really want is a way to provide some webDAV based storage,
where attachment files would automatically be stored, when added via
SOGo events.
And it would have to use the calendar owners credentials for storage,
and set the privileges for the people with read/write permissions
automatically.
It would have to be configurable by the admin (can be disabled, set to
single storage or set to storage based on LDAP attribute).

With that you would only have a link in the event and the user thinks,
he has it added to the event.

BTW:
This could also be used for emails.
But most mail clients would not support sending that way.

You can always open a feature request at http://www.sogo.nu/bugs or add
yourself to an existing one.


Kind regards,
Christian Mack

Am 27.02.2017 um 08:46 schrieb Lars Eriksson (lars.eriks...@wintech.se):
> Hello.
> 
> That is true, I personally do not want that. But im not the only user
> here, and a lot of my colleagues have earlier worked in
> Exchange-enviroments and they do in fact have used and use the option to
> have attachments to their calendar events.
> 
> Google Calendar also support attatched files to calendar events.
> People do in fact use this, believe it or not.
> 
> Vänliga hälsningar / Best regards
> 
> *Lars Eriksson*
> 
> Den 2017-02-24 kl. 15:25, skrev Christian Mack
> (christian.m...@uni-konstanz.de):
>> Am 17.02.2017 um 08:47 schrieb Lars Eriksson (lars.eriks...@wintech.se):
>>> A function commonly used in the MS office/Exchange-world is attaching
>>> files to a calendar event.
>>> This capability was added in Microsofts version 16 of Exchange
>>> ActiveSync, and it would be very good to have in SOGo as well.
>>>
>>> Since attaching files is not supported by Thunderbird, an early step
>>> could be to support only WebbUI and Outlook.
>>>
>>>
>>> Quoted from Microsoft dev blog:
>>> -
>>> "Updated EAS, which we will call version 16, contains three new major
>>> capabilities[...]
>>> [...]
>>> 2. Calendar attachments. Previously calendar items synced with EAS could
>>> not include any attachments such as agendas, decks or spreadsheets. In
>>> version 16 that is now possible."
>>> -
>>
>> You do not want that.
>> Because you always have to upload those to all clients using that
>> calendar on every change of that event or the document.
>> And old documents will stay till the corresponding event is deleted.
>> Think of mobiles!
>> They do neither have the bandwidth nor the space.
>>
>> The better approach is to store the documents in a central place
>> (NextCloud, Alfresco etc.) and add a link to the event.
>>
>> This was requested before, see
>> https://sogo.nu/bugs/view.php?id=1758
>>
>>
>> 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] Can't start, "Default zone has run out of memory"

2017-02-27 Thread Ralf Cirksena
Hello,

On Mon, Feb 27, 2017 at 10:50:09AM +0100 you wrote:

> For a few years I had Sogo 2 running but this week-end I noticed
> Thunderbird wasn't able to retrieve the cardbook. All suddenly, I
> don't remember any relevant change on the server.
> 
> Sogo daemon is not running anymore. In /var/log/sogo/sogo.log I get
> this : "/usr/sbin/sogod: Uncaught exception NSMallocException,
> reason: Default zone has run out of memory". But a few lines above I
> read "vmem size check enabled: shutting down app when vmem > 384 MB.
> Currently at 175 MB" so it seems good. I also tried to increase
> SxVMemLimit just in case and the result is the same as soon I try to
> start the daemon.
> 
> Does it relates to GNUstep ?
> The only clue I have is that the virtual host RAM was reduced from 2
> to 1 GB lately before the issue occurs. But now I switched back to 2
> GB.
> The "free" command says >1 GB available free RAM.

perhaps ulimit of user sogo? Or prlimit set somewhere?


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


[SOGo] Not possible to accept calendar invitations, in SOGo Web UI, when sent to a mail alias.

2017-02-27 Thread Lars Eriksson
Calendar invitation via mail to one of my mail aliases instead of my 
"account name" can not be accepted in SOGo webmail.


My normal user name is: la...@wintech.se  (same as in Windows AD)
My main mail adress is actually an alias: lars.eriks...@wintech.se

When someone send calendar invitations to my any mail alias it is not 
possible to accept it from SOGo WebUI, with the following message:


"/Organizer Name Surname  is proposing a meeting to the 
attendees. You receive this mail as a notification, you are not 
scheduled as a participant./"


--
Vänliga hälsningar / Best regards
Lars Eriksson
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Calendar can't cannot to mysql database, strange configuration error

2017-02-27 Thread imfromtheh...@gmail.com
Still no responce?

2017-02-12 16:13 GMT+03:00 Никита :

> Hi everyone,
> I have sogo 3.2a installed on my server1 and mail server2 (postfix,
> dovecot etc) on another server2
> everything works fine except Calendar, i cant save anything to calendar
> (event, to-do etc).
>
> The part of error log is:
>
> 2017-02-12 15:59:05.481 sogod[100573] ERROR: could not open MySQL4
> connection to database 'sogo': Access denied for user 'sogo'@'localhost'
> (using password: YES)
> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x0x7fcafbbfc640[GCSChannelManager]>
> could not open channel  connection=0x(null)> for mysql://127.0.0.1/sogo/sogouser.asen0016f56fcd8
> Feb 12 15:59:05 sogod [100573]: [WARN] <0x0x7fcafbbfc640[GCSChannelManager]>
>   will prevent opening of this channel 5 seconds after 2017-02-12 15:59:05
> +0300
> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x0x7fcafc8bdf60[GCSFolder]>
>  could not open storage channel!
> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x0x7fcafc8bdf60[GCSFolder]>
>  could not open storage channel!
> Feb 12 15:59:05 sogod [100573]: [ERROR] <0x7fcafc80b530[
> SOGoAppointmentFolder]:personal> (-[SOGoAppointmentFolder
> fetchFields:from:to:title:component:additionalFilters:
> includeProtectedInformation:]): fetch failed!
> Feb 12 15:59:05 sogod [100573]: 5.18.62.183 "GET /SOGo/so/
> use...@example.ru/Calendar/eventsblocks?ed=20170212&sd=20170212&view=
> multicolumndayview HTTP/1.1" 200 567/0 0.008 - - 0
> Feb 12 15:59:05 sogod [100574]: [ERROR] <0x0x7fcafc684770[GCSFolder]>
>  could not open storage channel!
> Feb 12 15:59:05 sogod [100574]: [ERROR] <0x0x7fcafc684770[GCSFolder]>
>  could not open storage channel!
> Feb 12 15:59:05 sogod [100574]: [ERROR] <0x7fcafc7bc1d0[
> SOGoAppointmentFolder]:personal> (-[SOGoAppointmentFolder
> fetchFields:from:to:title:component:additionalFilters:
> includeProtectedInformation:]): fetch failed!
> Feb 12 15:59:05 sogod [100574]: 5.18.62.183 "GET /SOGo/so/
> use...@example.ru/Calendar/eventslist?asc=1&day=20170212&filterpopup=view_
> next7&search=title_Category_Location&sort=start&value= HTTP/1.1" 200
> 439/0 0.014 - - 0
>
> I know about OCSFolderInfoURL:
> In my sogo.conf itis  look's like:
> OCSFolderInfoURL = "mysql://sogo:mypassword@mail.
> mydomainname.ru:3306/sogo/sogo_folder_info";
>
> And strange thing is:
>
> mysql> select * from sogo_folder_info;
> +-+-
> ---+-+---+--+--+
> -+--
> 
> -+--
> ---+
> ---+---+
> | c_folder_id | c_path | c_path1 |
> c_path2   | c_path3  | c_path4  | c_foldername
>| c_location
>| c_quick_location
>  | c_acl_location
>  | c_folder_type |
> +-+-
> ---+-+---+--+--+
> -+--
> 
> -+--
> ---+
> ---+---+
> |   5 | /Users/use...@example.ru/Calendar/personal  | Users   |
> use...@example.ru  | Calendar | personal | Персональный календарь
>  | mysql://sogo:userpassword@127.0.0.1:3306/sogo/
> usera00169e4bfb4 | mysql://sogo:userpassword@127.0.0.1:3306/sogo/
> usera00169e4bfb4_quick | mysql://sogo:userpassword@127.0.0.1:3306/sogo/
> usera00169e4bfb4_acl | Appointment   |
>
> +-+-
> ---+-+---+--+--+
> -+--
> 
> -+--
> ---+
> ---+---+
> 5 rows in set (0.00 sec)
>
> Where he found 127.0.0.1 in my config, and how it hit into my mysql db?
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] reminders and ActiveSync

2017-02-27 Thread Ralf Cirksena
Hello,

we are using SOGo (3.2.7) with Outlook 2013 as client connected by
ActiveSync.

Users are using the web interface of SOGo to subscribe other
calendars with "settings --> synchronize (Microsoft Enterprise ActiveSync)"

They are complaining about receiving reminders from subscribed
calendars. How can we avoid receiving those reminders, but still
maintaining getting reminders by the user's calendar?

Might be not a SOGo problem but I suppose a lot of subcribers are
using SOGo with Outlook ActiveSync. Therefore I hope to get help with
this.

Thank you in advance.


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


Re: [SOGo] Feature Request: Calendar attachments (EAS v16 capability)

2017-02-27 Thread Lars Eriksson

Hello.

That is true, I personally do not want that. But im not the only user 
here, and a lot of my colleagues have earlier worked in 
Exchange-enviroments and they do in fact have used and use the option to 
have attachments to their calendar events.


Google Calendar also support attatched files to calendar events.
People do in fact use this, believe it or not.

Vänliga hälsningar / Best regards

*Lars Eriksson*

Den 2017-02-24 kl. 15:25, skrev Christian Mack 
(christian.m...@uni-konstanz.de):

Am 17.02.2017 um 08:47 schrieb Lars Eriksson (lars.eriks...@wintech.se):

A function commonly used in the MS office/Exchange-world is attaching
files to a calendar event.
This capability was added in Microsofts version 16 of Exchange
ActiveSync, and it would be very good to have in SOGo as well.

Since attaching files is not supported by Thunderbird, an early step
could be to support only WebbUI and Outlook.


Quoted from Microsoft dev blog:
-
"Updated EAS, which we will call version 16, contains three new major
capabilities[...]
[...]
2. Calendar attachments. Previously calendar items synced with EAS could
not include any attachments such as agendas, decks or spreadsheets. In
version 16 that is now possible."
-


You do not want that.
Because you always have to upload those to all clients using that
calendar on every change of that event or the document.
And old documents will stay till the corresponding event is deleted.
Think of mobiles!
They do neither have the bandwidth nor the space.

The better approach is to store the documents in a central place
(NextCloud, Alfresco etc.) and add a link to the event.

This was requested before, see
https://sogo.nu/bugs/view.php?id=1758


Kind regards,
Christian Mack


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

[SOGo] Can't start, "Default zone has run out of memory"

2017-02-27 Thread "a...@axiso.net"

Bonjour,

For a few years I had Sogo 2 running but this week-end I noticed 
Thunderbird wasn't able to retrieve the cardbook. All suddenly, I don't 
remember any relevant change on the server.


Sogo daemon is not running anymore. In /var/log/sogo/sogo.log I get this 
: "/usr/sbin/sogod: Uncaught exception NSMallocException, reason: 
Default zone has run out of memory". But a few lines above I read "vmem 
size check enabled: shutting down app when vmem > 384 MB. Currently at 
175 MB" so it seems good. I also tried to increase SxVMemLimit just in 
case and the result is the same as soon I try to start the daemon.


Does it relates to GNUstep ?
The only clue I have is that the virtual host RAM was reduced from 2 to 
1 GB lately before the issue occurs. But now I switched back to 2 GB.

The "free" command says >1 GB available free RAM.

I upgraded to Sogo 3, I purged Sogo and GNUstep then reinstalled, I 
rebooted the system twice : nothing changed with a fresh reinstall.


I use Sogo 3 nightly build, Debian 7 Wheezy and Postgresql.

Thanks a lot for your help.


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


Re: [SOGo] ActiceSync w/outlook 2016

2017-02-27 Thread Christian Mack

Am 24.02.2017 um 21:30 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
> thank you for the help, i do have acticesync installed
> 
> root@mx:/usr/lib/GNUstep/SOGo# apt-get install sogo-activesync
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> sogo-activesync is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> root@mx:/usr/lib/GNUstep/SOGo#
> 
> the only setting i see in sogo.conf is
> SOGoMaximumSyncWindowSize = 100;
> 
> 
> how should i proceed 
> 

Now check your HTTP proxy configuration (= Apache or nginx).
Did you add the proxy configuration for /Microsoft-Server-ActiveSync ?


Kind regards,
Christian Mack

> On 2/24/2017 1:06:41 AM, Christian Mack  wrote:
> Hello
> 
> 
> Am 22.02.2017 um 21:34 schrieb "Ivan Gonzalez" (iva...@nocroom.com):
>> Cal and contacts does not sync when using activesync settings, is this an 
>> bug or do i need to enable an setting ?
>>
> 
> Did you install the sogo-activesync package?
> What are your settings in sogo.conf?
> Did you enable synchronizsation on the calendars you want to sync?
> 
> Outlook only synchronizes the personal addressbook per ActiveSync.
> You can circumvent this by using sogo-tool manage-eas on the server for
> that account (only for small usage).
> 
> 

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



smime.p7s
Description: S/MIME Cryptographic Signature