Re: [SOGo] SOGo page fail to load sometimes

2023-06-14 Thread Jose David Bravo A
Hi Simon,

Are you using nginx ? If so, you mind to share your nginx config ?

Please check the source code of your page when its fails to load and check the 
url for the css files.

Jose

> On 14/06/2023, at 7:41 AM, Simon Wilson  wrote:
> 
> 
> I quite regularly get this when first opening the browser (Edge or 
> Firefox)... refreshing does nothing, sometimes a Ctrl-Shift-R gets it to load 
> properly. 
> 
> When it does load it's fine - anyone else have similar issues with a 
> cause/fix?
> 
> Simon.
> 
> 
> <16FAE1-64898A00-5-76688200>
> 
> 
> -- 
> Simon Wilson
> M: 0400 121 116


[SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-13 Thread Jose David Bravo A
Hello, 

Im wondering how are you guys importing the public key of SOGo repos in Ubuntu. 

Following this guide ( [ 
https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html | 
https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html ] ), I 
always find problems: 
"Alinto signs its Ubuntu packages with its GPG key. Integrity verification 
happens all by itself on package installation, all you need to do is first 
import the key into your apt keychain then update your local apt configuration: 

sudo wget -O- "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; 
| sudo gpg --dearmor | sudo apt-key add - 
sudo wget -O- 
"https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
 | sudo gpg --dearmor | sudo apt-key add - 
sudo apt-get update" 


Requests to [ http://pgp.mit.edu/ | http://pgp.mit.edu/ ] fails very often: 
sudo wget -O- "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; 
| sudo gpg --dearmor | sudo apt-key add - 
--2023-04-13 20:42:49-- 
http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C 
Resolving pgp.mit.edu (pgp.mit.edu)... 18.9.60.141 
Connecting to pgp.mit.edu (pgp.mit.edu)|18.9.60.141|:80... Warning: apt-key is 
deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 
connected. 
HTTP request sent, awaiting response... 408 Request Timeout 
2023-04-13 20:44:26 ERROR 408: Request Timeout. 

gpg: no valid OpenPGP data found. 
gpg: no valid OpenPGP data found. 


And using sudo wget -O- 
"https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
 | sudo gpg --dearmor | sudo apt-key add - 
I receive this warning: W: 
https://packages.sogo.nu/nightly/5/ubuntu/dists/jammy/InRelease: Key is stored 
in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION 
section in apt-key(8) for details. 

I'm using Ubuntu Jammy. 

Thank you! 

Jose Bravo 


Re: [SOGo] ArgumentOutOfRange Exception Using Outlook Connector

2023-02-28 Thread Jose David Bravo A
Hi Sebastien,

Yes, I downloaded it from https://caldavsynchronizer.org/

Thank you,

Jose Bravo

> On 28/02/2023, at 11:33 AM, smizrahi  wrote:
> 
> Hi Jose,
> 
> I don't know if it is using by many users.
> Are you using Outlook CalDav Synchronizer ?
> 
> Sebastien


Re: [SOGo] ArgumentOutOfRange Exception Using Outlook Connector

2023-02-28 Thread Jose David Bravo A
Hi Sebastien, 

Is the Outlook Connector being mantained and is it being used for many users? 

This is the error we are getting: 
 
http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;> 
Calendario 
31e1be02-68f7-4a4e-bf9e-a240cccdb31a 
2023-02-27T13:51:52.6388334Z 
Unchanged: 2 , Added: 0 , Deleted 0 , Changed 0 
Unchanged: 0 , Added: 0 , Deleted 0 , Changed 2 
Create 0 , Update 0 , Delete 0 
Create 0 , Update 0 , Delete 0 
 
 
/SOGo/dav/t...@arteagaweb.com/Calendar/personal/04008200E00074C5B7101A82E008D0EBE81C8448D9011000B33B69B7D1B6E545AA50C16E0D5BDE03.ics
 
System.ArgumentOutOfRangeException: Index was out of range. Must be 
non-negative and less than the size of the collection. 
Parameter name: index 
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument 
argument, ExceptionResource resource) 
at 
CalDavSynchronizer.Implementation.CalDavRepository`1.DeserializeCalendar(String 
iCalData, IStringSerializer calendarSerializer) 
at 
CalDavSynchronizer.Implementation.CalDavRepository`1.TryDeserializeCalendar(String
 iCalData, IICalendar calendar, WebResourceName uriOfCalendarForLogging, 
IStringSerializer calendarSerializer, ILoadEntityLogger logger) 
false 
false 
 
 
/SOGo/dav/t...@arteagaweb.com/Calendar/personal/04008200E00074C5B7101A82E008205F64F41730D90110001862196120EFFE4B8EDDD84A2F61AFF0.ics
 
System.ArgumentOutOfRangeException: Index was out of range. Must be 
non-negative and less than the size of the collection. 
Parameter name: index 
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument 
argument, ExceptionResource resource) 
at 
CalDavSynchronizer.Implementation.CalDavRepository`1.DeserializeCalendar(String 
iCalData, IStringSerializer calendarSerializer) 
at 
CalDavSynchronizer.Implementation.CalDavRepository`1.TryDeserializeCalendar(String
 iCalData, IICalendar calendar, WebResourceName uriOfCalendarForLogging, 
IStringSerializer calendarSerializer, ILoadEntityLogger logger) 
false 
false 
 
 
 
false
 
00:00:00.8248240 
 

Thank you, 
[ http://www.colombiahosting.com/ ] 
Jose Bravo 


De: "users"  
Para: "users"  
Enviados: Domingo, 26 de Febrero 2023 10:51:13 
Asunto: Re: [SOGo] ArgumentOutOfRange Exception Using Outlook Connector 

Hi Jose, 

Could you please give more details ? It would be interesting to get the 
complete errors details on the right side of your screen. 

Sebastien 

Le Dimanche, Février 26, 2023 16:36 CET, "Jose David Bravo A" 
(jbr...@colombiahosting.com.co)  a écrit: 



Hello, 

We are getting those errors while syncing calendar on SOGo 5.8.0, Outlook 
Microsoft 
365 MSO (version 2301 16.0.16026.20196) and the latest connector version 
4.3.0.0. 






Re: [SOGo] ActiveSync on Mac

2023-02-13 Thread Jose David Bravo A
Hello Christian, 

I tried to set the refresh rate and also clicking in the "Synchronize Calendar" 
but events do not show. 

Is it working for you? 

Thanks, 



Jose David Bravo Álvarez 




De: "users"  
Para: "users"  
Enviados: Jueves, 26 de Enero 2023 3:37:19 
Asunto: Re: [SOGo] ActiveSync on Mac 

Hello 

That is a known Thunderbird bug. 
It does not automatically refresh its view. 
You have to set a refresh rate in the settings of each calendar, or 
refresh manually after adding events/tasks. 
Nothing, SOGo can do about (read: that is for every calDAV source the same). 


Kind regards, 
Christian Mack 

Am 25.01.23 um 13:36 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co): 
> Hi 
> 
> I tried using thunderbird in the latest version but calendar isn’t syncing 
> using CalDav. 
> 
> Apple Calendar is working fine. Is thunderbird CalDav working fine with SOGo 
> 5.8.0? 
> 
> Thank you 
> 
>> On 25/01/2023, at 4:36 AM, Lukas Wringer  wrote: 
>> 
>> Hi, 
>> 
>> ActiveSync isn't a good option anyway. Look for a CalDAV/CardDAV Client 
>> like Mozilla Thunderbird, eM-Client (or Apple Calendar/Contacts 
>> allthough it doesn't work with Ventura at the moment) 
>> 
>>> Am Dienstag, dem 24.01.2023 um 22:05 +0100 schrieb SCNR DevOps: 
>>> Hi, 
>>> 
>>> Apple Calendar & Apple Contacts (on the mac). I don't use outlook and 
>>> I won't create an AD just for this matter. 
>>> 
>>> (All servers run Linux - MacOS is just kind of a unix with a 
>>> relatively usable shell - that's it) 
>>> 
>>> Tobias 
>>> 
>> 
>> -- 
>> Lukas Wringer 
>> 
>> Universität Augsburg 
>> Rechenzentrum 
>> Service & Support 
>> 86135 Augsburg 

-- 
Christian Mack 
Universität Konstanz 
Kommunikations-, Informations-, Medienzentrum (KIM) 
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur 
78457 Konstanz 
+49 7531 88-4416 


[SOGo] SOGo has been hanging in the same request for X minutes

2023-02-07 Thread Jose David Bravo A
Hello, 

I have a server running SOGo 5.8.0 (Ubuntu 22.04.1) that is realy slow, I'm 
seeing that some processes are getting stuck in the same request: 

# tail -f /var/log/sogo/sogo.log|grep hanging 
Feb 07 10:28:17 sogod [853676]: [WARN] <0x0x555e931e4df0[WOWatchDogChild]> pid 
853771 has been hanging in the same request for 1 minutes 
Feb 07 10:28:25 sogod [853676]: [WARN] <0x0x555e931e5820[WOWatchDogChild]> pid 
853775 has been hanging in the same request for 1 minutes 
Feb 07 10:28:27 sogod [853676]: [WARN] <0x0x555e931f51b0[WOWatchDogChild]> pid 
853777 has been hanging in the same request for 1 minutes 
Feb 07 10:28:40 sogod [853676]: [WARN] <0x0x555e931e4790[WOWatchDogChild]> pid 
853774 has been hanging in the same request for 2 minutes 

If I check the SOGo log, the latest log that I get from specific PID is: 
Feb 07 10:30:50 sogod [853679]: <0x0x555e932cade0[NGImap4Client]> TLS started 
successfully. 

So, I suppose that the problem is between SOGo and our dovecot/imap service. 
But I can't see any related dovecot log. 

If I set the WOWatchDogRequestTimeout to 10, those stuck processes gets killied 
after 10 minutes, but the problem persists. And this is causing the CPU of the 
server to overload. 

My WOWorkersCount is 100, and my SxVMemLimit is 512. 

I have 2818 users in this server, but not everybuddy is using SOGo. 

I tried enabling ImapDebugEnabled, but the last log line I receive from the 
stuck pid is "TLS started successfully.", and I don't get any information about 
what is hanging the process. 

Any idea what can I do to determine what is hanging those processes. 

Thank you!, 



Jose David Bravo 


Re: [SOGo] DalDav on thunderbird not working

2023-01-25 Thread Jose David Bravo A
Hello Marco, 

In the log file, please check the line I sent: 
Jan 25 11:10:14 sogod [618488]: xx.xx.xx.xx "REPORT /SOGo/dav/user %40 
domain.com/Calendar/personal/ HTTP/1.0" 207 725/ [ callto:294 0.009 - - 0 - 14 
| 294 0.009 - - 0 - 14 ] 


Requests sent by the SOGo webui dosn't replace that @. I don't know if that may 
cause problems but that was something that I noted. 

Jose 


De: "users"  
Para: "users"  
Enviados: Miércoles, 25 de Enero 2023 14:29:42 
Asunto: Re: [SOGo] DalDav on thunderbird not working 

Am 25.01.2023 um 11:13:21 Uhr schrieb Jose David Bravo A: 

> Looks like thunderbird is replacing the @ in the URL for %40, is that 
> normal? 

Where do you have an @? 
It is normally that it gets replaced. 

-- 
Gruß 
Marco Moock 
URZ Uni Heidelberg 


[SOGo] 5 years old bug: images are not handled properly

2023-01-25 Thread Jose David Bravo A
Hello, 

We have many users preferring to use roundcube just because images are not 
handled properly in forwarded or replied to messages in SOGo web ui. There is a 
bug opened in 2017-01-05, but the problem still persist. 

The bug can be found here: [ https://bugs.sogo.nu/view.php?id=3981 | 
https://bugs.sogo.nu/view.php?id=3981 ] but it's not only related with pasted 
images but with any image. 

Is there is any plan to solve that problem?v 



Jose David Bravo Álvarez 





[SOGo] DalDav on thunderbird not working

2023-01-25 Thread Jose David Bravo A
Hello, 

I'm trying to use CalDav with thunderbird 102.7.0 (mac). Every event or task 
that I create in Thunderbird is created properly in SOGo 5.8.0 but I can't see 
any event or task in my Thunderbird interface, only in the SOGo web ui. 

On the apple calendar, SOGo CalDav works fine. I don't know if this is a SOGo 
problem or Thunderbird problem. Is anyone using Thunderbird with CalDav on Mac 
with SOGo 5.8.0. 

I enabled SOGoDebugRequests but I can't see any error, SOGo is responding with 
207 HTTP responses to all /SOGo/dav/ requests: 

Jan 25 11:10:14 sogod [618488]: xx.xx.xx.xx "REPORT 
/SOGo/dav/user%40domain.com/Calendar/personal/ HTTP/1.0" 207 725/294 0.009 - - 
0 - 14 

Looks like thunderbird is replacing the @ in the URL for %40, is that normal? 

Thank you, 



Jose David Bravo Álvarez 





Re: [SOGo] ActiveSync on Mac

2023-01-25 Thread Jose David Bravo A
Hi

I tried using thunderbird in the latest version but calendar isn’t syncing 
using CalDav.

Apple Calendar is working fine. Is thunderbird CalDav working fine with SOGo 
5.8.0?

Thank you

> On 25/01/2023, at 4:36 AM, Lukas Wringer  wrote:
> 
> Hi,
> 
> ActiveSync isn't a good option anyway. Look for a CalDAV/CardDAV Client
> like Mozilla Thunderbird, eM-Client (or Apple Calendar/Contacts
> allthough it doesn't work with Ventura at the moment)
> 
>> Am Dienstag, dem 24.01.2023 um 22:05 +0100 schrieb SCNR DevOps:
>> Hi,
>> 
>> Apple Calendar & Apple Contacts (on the mac). I don't use outlook and
>> I won't create an AD just for this matter.
>> 
>> (All servers run Linux - MacOS is just kind of a unix with a
>> relatively usable shell - that's it)
>> 
>> Tobias
>> 
> 
> -- 
> Lukas Wringer
> 
> Universität Augsburg
> Rechenzentrum
> Service & Support
> 86135 Augsburg


[SOGo] ActiveSync on Mac

2023-01-24 Thread Jose David Bravo A
Hello

What app are you using on Mac with an activesync SOGo account ?

Outlook isn’t supporting it, right? I tried bluemail but imo it’s too buggy.

Thank you 

jose



Re: [SOGo] SOGo with NginX Reverse Proxy - White Screen no CSS

2023-01-07 Thread Jose David Bravo A
Hello, 

Please try to change the folowing block: 

location = / { 
rewrite ^ http://$server_name/SOGo; 
allow all; 
} 

for 

location = / { 
rewrite ^ http://$server_name/SOGo/; 
allow all; 
} 

And restart your sogo, probably those wrong resources URLs are being cached 
incorrectly. 

Please always use a / after SOGo, if not, a wrong value can be parsed into the 
appName (please remember that SOGo extract the appName from the first 
characters of the URL, until it finds a /). 

Jose Bravo 


De: "users"  
Para: "users"  
Enviados: Sábado, 7 de Enero 2023 1:38:26 
Asunto: Re: [SOGo] SOGo with NginX Reverse Proxy - White Screen no CSS 

Interresting, when comparing the source to the source for the Debian Repo 
version running behind Apache on one of my other servers I note this: 

Not Working:  
Working:  

(This applies to all link href attributes) 

I suspect my rewrite instruction is the issue... 



Re: [SOGo] SOGo with NginX Reverse Proxy - White Screen no CSS

2023-01-06 Thread Jose David Bravo A
Hello,Please check the source code of your page to see how are those CSS files being referenced in the href attribute.That may tell you what’s going on.JoseOn 6/01/2023, at 9:04 AM, Eben van Deventer  wrote:Hi allI have found only one previous post in this regard and there was no resolution that I can see from the archive as this user was using iRedMail, which is not the case for me:When I connect to SOGo via the NginX reverse Proxy I get a white screen with no formatting or CSS (Attached Screenshot). I have tried various configurations from online to configure the Virtual Host and this keeps being the case each time.I would appreciate if anyone could tell me where I am going wrong, have configured on a seperate server behind Apache, however on this server Apache is not an option due to the way it is being deployed.System:Debian 11 (Fully Updated)Nginx and SOGo from official Repos (Not Debian Repos)16GB RAM16 Core XEONMy NginX Virtual Host as follows:server {  listen 80 default;  server_name mail.buff0k.co.za;   root /usr/lib/GNUstep/SOGo/WebServerResources/;   location = / {    rewrite ^ http://$server_name/SOGo;     allow all;   }  # For IOS 7  location = /principals/ {    rewrite ^ http://$server_name/SOGo/dav;     allow all;   }  location ^~/SOGo/ {    proxy_pass http://127.0.0.1:2;     proxy_redirect http://127.0.0.1:2 default;     # 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;     proxy_connect_timeout 90;    proxy_send_timeout 90;    proxy_read_timeout 90;    proxy_buffer_size 4k;    proxy_buffers 4 32k;    proxy_busy_buffers_size 64k;    proxy_temp_file_write_size 64k;    client_max_body_size 100m;    client_body_buffer_size 128k;    break;  }  location /SOGo.woa/WebServerResources/ {    alias /usr/lib/GNUstep/SOGo/WebServerResources/;    allow all;  }  location /SOGo/WebServerResources/ {    alias /usr/lib/GNUstep/SOGo/WebServerResources/;     allow all;   }  location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {    alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;   }  location ^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$ {    alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;   }}-- Eben van Deventer (AKA Buff)+27 83 548 6207+27 11 391 2258buf...@gmail.com


Re: [SOGo] Error wrong JS url in SOGo 5.8.0

2023-01-04 Thread Jose David Bravo A
Hello Christian, 

I found the problem, SOPE is defining the appName from the URL (WORequest.m), 
so the first characters in the URL are defined as appName. 

If you don't have your nginx properly configured, any text sent before the 
first / encounter, will be used as appName. If you send /SOGo?something, well. 
The application name will be "/SOGo?something", and it will be cached, so, if a 
wrong request URL arrives when a resource URL is not cached, the wrong URL will 
be cached and used to serve subsequent requests from any user. 

The solution is really simple, if you have your NGINX location like this: 
location ^~ /SOGo {, you need to add a / at the end, like this: location ^~ 
/SOGo/ { 

The reason that SOGo is using other app data is because rewrite rules. Let's 
say that you have a rewrite rule from / to /SOGo. Then any request sent to / 
will be sent to /SOGo and it will cause that problem. 




Jose David Bravo Álvarez 





De: "users"  
Para: "users"  
Enviados: Miércoles, 4 de Enero 2023 9:09:24 
Asunto: Re: [SOGo] Error wrong JS url in SOGo 5.8.0 

Hello 

That is a problem with nginx. 
Sometimes it adds attributes from other applications, which are 
installed in parallel to SOGo. 

In your case 
"?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Fwebmail.woa"
 
is added after /SOGo/ 

There is currently no known solution, only workarounds. 
See https://bugs.sogo.nu/view.php?id=5332 


Kind regards, 
Christian Mack 

Am 30.12.22 um 17:07 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co): 
> Hello! 
> 
> My SOGo 5.8.0 is generating a wrong URL for Main.js: 
>  src=“/SOGo?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Fwebmail.woa/WebServerResources/js/Main.js?lm=1672013019">
>  
> 
> And that URL returns a 404 error. And the page goes blank. 
> 
> The problem can be solved restarting SOGo but I'm wondering why is it 
> happening? 
> 
> It's also happening with the logo: 
>  src="/SOGo?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Fwebmail.woa/WebServerResources/img/sogo-full.svg?lm=1672013019"
>  class="md-margin" alt="*" /> 
> 
> Other resources are being loaded fine! 
> 
> After restarting SOGo, it loads the js fine, as follow: 
>  src="/SOGo.woa/WebServerResources/js/Main.js?lm=1672013019"> 
> 
> I'm loading SOGo using a nginx reverse proxy and accessing it with the URL: [ 
> https://webmail.domain.com/SOGo | https://webmail.domain.com/SOGo ] 
> 
> This is how Im setting the nginx reverse proxy: 
> 
> location ^~ /SOGo { 
> 
> proxy_pass http://127.0.0.1:2; 
> 
> 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-port $server_port; 
> proxy_set_header x-webobjects-server-name $host; 
> proxy_set_header x-webobjects-server-url https://$host; 
> 
> proxy_set_header x-webobjects-server-protocol HTTP/1.0; 
> 
> proxy_busy_buffers_size 64k; 
> proxy_buffers 8 64k; 
> proxy_buffer_size 64k; 
> } 
> 
> Thank you! 
> 
> 
> 
> Jose David Bravo Álvarez 
> 
> 
> 
> 

-- 
Christian Mack 
Universität Konstanz 
Kommunikations-, Informations-, Medienzentrum (KIM) 
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur 
78457 Konstanz 
+49 7531 88-4416 


Re: [SOGo] Error compiling SOGo 5.8.0

2023-01-02 Thread Jose David Bravo A
For some reason the Makefile provided is doing that , I just downloaded it, ran ./configure and make and it’s trying to link the library.I’m compiling it to try to fix a bug that is causing me a bunch of problems.JoseSent from my iPhoneOn 2/01/2023, at 7:51 AM, Odhiambo Washington  wrote:On Sun, Jan 1, 2023 at 10:57 PM Jose David Bravo A <users@sogo.nu> wrote:HiI'm trying to build from source SOGo 5.8.0, I already copiled and installed SOPE... but I don't know why is this error happening whole doing make on the SOGo source:gobjc -shared \                 -Wl,--no-as-needed -lcurl     -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc  -pthread  -fexceptions -rdynamic -o Appointments.SOGo/./Appointments \		./obj/Appointments.obj/Product.m.o ./obj/Appointments.obj/NSArray+Appointments.m.o ./obj/Appointments.obj/iCalAlarm+SOGo.m.o ./obj/Appointments.obj/iCalCalendar+SOGo.m.o ./obj/Appointments.obj/iCalEntityObject+SOGo.m.o ./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o ./obj/Appointments.obj/iCalEvent+SOGo.m.o ./obj/Appointments.obj/iCalEventChanges+SOGo.m.o ./obj/Appointments.obj/iCalPerson+SOGo.m.o ./obj/Appointments.obj/iCalToDo+SOGo.m.o ./obj/Appointments.obj/SOGoCalendarComponent.m.o ./obj/Appointments.obj/SOGoAppointmentObject.m.o ./obj/Appointments.obj/SOGoTaskObject.m.o ./obj/Appointments.obj/SOGoComponentOccurence.m.o ./obj/Appointments.obj/SOGoAppointmentOccurence.m.o ./obj/Appointments.obj/SOGoTaskOccurence.m.o ./obj/Appointments.obj/SOGoAppointmentFolder.m.o ./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o ./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o ./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o ./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o ./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o ./obj/Appointments.obj/SOGoAppointmentFolders.m.o ./obj/Appointments.obj/SOGoFreeBusyObject.m.o ./obj/Appointments.obj/SOGoUser+Appointments.m.o ./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o ./obj/Appointments.obj/SOGoCalendarProxy.m.o ./obj/Appointments.obj/SOGoAptMailNotification.m.o ./obj/Appointments.obj/SOGoAptMailInvitation.m.o ./obj/Appointments.obj/SOGoAptMailDeletion.m.o ./obj/Appointments.obj/SOGoAptMailICalReply.m.o ./obj/Appointments.obj/SOGoAptMailUpdate.m.o ./obj/Appointments.obj/SOGoAptMailReceipt.m.o ./obj/Appointments.obj/SOGoAptMailReminder.m.o ./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o ./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o ./obj/Appointments.obj/MSExchangeFreeBusy.m.o \                  -L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ -L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo -L../../SOPE/GDLContentStore/obj/    -L/root/GNUstep/Library/Libraries -L/usr/local/lib64 -L/usr/lib64     -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions         -lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl -lDOM -lSaxObjC -lSBJson   -lgnustep-base    -lobjc   -lm/usr/bin/ld: cannot find -lSOGocollect2: error: ld returned 1 exit statusgmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: Appointments.SOGo/./Appointments] Error 1gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: Appointments.all.wobundle.variables] Error 2gmake[1]: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2make: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2Any idea?Well, it says what the error is. Are you sure you want to link SOGo to itself? The  '/usr/bin/ld: cannot find -lSOGo' seems to suggest that, or maybe you should remove it.And why compile manually though?-- Best regards,Odhiambo WASHINGTON,Nairobi,KE+254 7 3200 0004/+254 7 2274 3223"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)


[SOGo] Error compiling SOGo 5.8.0

2023-01-01 Thread Jose David Bravo A
Hi 

I'm trying to build from source SOGo 5.8.0, I already copiled and installed 
SOPE... but I don't know why is this error happening whole doing make on the 
SOGo source: 


gobjc -shared \ 
-Wl,--no-as-needed -lcurl -Wl,-z,relro -Wl,-z,now 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared-libgcc -pthread 
-fexceptions -rdynamic -o Appointments.SOGo/./Appointments \ 
./obj/Appointments.obj/Product.m.o 
./obj/Appointments.obj/NSArray+Appointments.m.o 
./obj/Appointments.obj/iCalAlarm+SOGo.m.o 
./obj/Appointments.obj/iCalCalendar+SOGo.m.o 
./obj/Appointments.obj/iCalEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalRepeatableEntityObject+SOGo.m.o 
./obj/Appointments.obj/iCalEvent+SOGo.m.o 
./obj/Appointments.obj/iCalEventChanges+SOGo.m.o 
./obj/Appointments.obj/iCalPerson+SOGo.m.o 
./obj/Appointments.obj/iCalToDo+SOGo.m.o 
./obj/Appointments.obj/SOGoCalendarComponent.m.o 
./obj/Appointments.obj/SOGoAppointmentObject.m.o 
./obj/Appointments.obj/SOGoTaskObject.m.o 
./obj/Appointments.obj/SOGoComponentOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentOccurence.m.o 
./obj/Appointments.obj/SOGoTaskOccurence.m.o 
./obj/Appointments.obj/SOGoAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderICS.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderObject.m.o 
./obj/Appointments.obj/SOGoAppointmentFolderXML.m.o 
./obj/Appointments.obj/SOGoAppointmentInboxFolder.m.o 
./obj/Appointments.obj/SOGoWebAppointmentFolder.m.o 
./obj/Appointments.obj/SOGoAppointmentFolders.m.o 
./obj/Appointments.obj/SOGoFreeBusyObject.m.o 
./obj/Appointments.obj/SOGoUser+Appointments.m.o 
./obj/Appointments.obj/SOGoUserFolder+Appointments.m.o 
./obj/Appointments.obj/SOGoCalendarProxy.m.o 
./obj/Appointments.obj/SOGoAptMailNotification.m.o 
./obj/Appointments.obj/SOGoAptMailInvitation.m.o 
./obj/Appointments.obj/SOGoAptMailDeletion.m.o 
./obj/Appointments.obj/SOGoAptMailICalReply.m.o 
./obj/Appointments.obj/SOGoAptMailUpdate.m.o 
./obj/Appointments.obj/SOGoAptMailReceipt.m.o 
./obj/Appointments.obj/SOGoAptMailReminder.m.o 
./obj/Appointments.obj/SOGoEMailAlarmsManager.m.o 
./obj/Appointments.obj/MSExchangeFreeBusySOAPRequest.m.o 
./obj/Appointments.obj/MSExchangeFreeBusy.m.o \ 
-L../SOGo/SOGo.framework/Versions/Current/sogo/ -lSOGo -L../../SOGo/./obj/ 
-L../../SOPE/NGCards/./obj/ -lNGCards -L../../SOPE/GDLContentStore/./obj/ 
-lGDLContentStore -L/usr/local/lib -Wl,-rpath,/usr/lib64/sogo 
-L../../SOPE/GDLContentStore/obj/ -L/root/GNUstep/Library/Libraries 
-L/usr/local/lib64 -L/usr/lib64 -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions 
-lGDLAccess -lNGObjWeb -lNGMime -lNGLdap -lNGStreams -lNGExtensions -lEOControl 
-lDOM -lSaxObjC -lSBJson -lgnustep-base -lobjc -lm 
/usr/bin/ld: cannot find -lSOGo 
collect2: error: ld returned 1 exit status 
gmake[3]: *** [/usr/lib64/GNUstep/Makefiles/wobundle.make:173: 
Appointments.SOGo/./Appointments] Error 1 
gmake[2]: *** [/usr/lib64/GNUstep/Makefiles/Master/rules.make:297: 
Appointments.all.wobundle.variables] Error 2 
gmake[1]: *** 
[/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 
make: *** [/usr/lib64/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-all] Error 2 

Any idea? 

Thanks! 


Jose David Bravo Álvarez 





[SOGo] Error wrong JS url in SOGo 5.8.0

2022-12-30 Thread Jose David Bravo A
Hello! 

My SOGo 5.8.0 is generating a wrong URL for Main.js: 

 

And that URL returns a 404 error. And the page goes blank. 

The problem can be solved restarting SOGo but I'm wondering why is it 
happening? 

It's also happening with the logo: 
 

Other resources are being loaded fine! 

After restarting SOGo, it loads the js fine, as follow: 
 

I'm loading SOGo using a nginx reverse proxy and accessing it with the URL: [ 
https://webmail.domain.com/SOGo | https://webmail.domain.com/SOGo ] 

This is how Im setting the nginx reverse proxy: 

location ^~ /SOGo { 

proxy_pass http://127.0.0.1:2; 

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-port $server_port; 
proxy_set_header x-webobjects-server-name $host; 
proxy_set_header x-webobjects-server-url https://$host; 

proxy_set_header x-webobjects-server-protocol HTTP/1.0; 

proxy_busy_buffers_size 64k; 
proxy_buffers 8 64k; 
proxy_buffer_size 64k; 
} 

Thank you! 



Jose David Bravo Álvarez 





[SOGo] Check sogo version

2022-05-24 Thread Jose David Bravo A
Hello, 

How can I get the sogo version I have installed? 

Is there any parameter that I can send to sogod to get the version? something 
like /usr/sbin/sogod --version 

I don't want to get the version from the package manager (yum, apt, etc) 
because Im building a script that can run in diferent linux distros. 

Thank you! 

Jose 




Jose David Bravo Álvarez 
ColombiaHosting S.A.S. - CEO 
jbr...@colombiahosting.com 
[ http://www.colombiahosting.com/ | http://www.colombiahosting.com ] 


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

[SOGo] child 28465 exited (terminated due to signal 6) child spawned with pid 18044

2020-05-13 Thread Jose David Bravo A
Hi guys, 

Sorry for flooding you with errors, but I'm not able to find any solution in 
the list o elsewhere... 

This is another problem that we got today: 


=== Memory map:  
55b9bd5a-55b9bd5ae000 r-xp  fd:00 27402139 /usr/sbin/sogod 
55b9bd7ae000-55b9bd7af000 r--p e000 fd:00 27402139 /usr/sbin/sogod 
55b9bd7af000-55b9bd7b4000 rw-p f000 fd:00 27402139 /usr/sbin/sogod 
55b9bda49000-55b9bdd3 rw-p  00:00 0 [heap] 
55b9bdd3-55b9be22f000 rw-p  00:00 0 [heap] 
55b9be22f000-55b9e72aa000 rw-p  00:00 0 [heap] 
7fc05400-7fc054021000 rw-p  00:00 0 
7fc054021000-7fc05800 ---p  00:00 0 
7fc05a3eb000-7fc05a3f6000 r-xp  fd:00 28443238 
/usr/lib64/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver 
7fc05a3f6000-7fc05a5f5000 ---p b000 fd:00 28443238 
/usr/lib64/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver 
7fc05a5f5000-7fc05a5f6000 r--p a000 fd:00 28443238 
/usr/lib64/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver 
7fc05a5f6000-7fc05a5f9000 rw-p b000 fd:00 28443238 
/usr/lib64/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver 
7fc05a5f9000-7fc05a6fa000 rw-p  00:00 0 
7fc05a6fa000-7fc05a6fb000 r-xp  fd:00 28442757 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/WEExtensions 
7fc05a6fb000-7fc05a8fa000 ---p 1000 fd:00 28442757 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/WEExtensions 
7fc05a8fa000-7fc05a8fb000 r--p  fd:00 28442757 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/WEExtensions 
7fc05a8fb000-7fc05a8fc000 rw-p 1000 fd:00 28442757 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/WEExtensions 
7fc05a8fc000-7fc05a927000 r-xp  fd:00 27402817 
/usr/lib64/libWOExtensions.so.4.9.31 
7fc05a927000-7fc05ab26000 ---p 0002b000 fd:00 27402817 
/usr/lib64/libWOExtensions.so.4.9.31 
7fc05ab26000-7fc05ab27000 r--p 0002a000 fd:00 27402817 
/usr/lib64/libWOExtensions.so.4.9.31 
7fc05ab27000-7fc05ab3a000 rw-p 0002b000 fd:00 27402817 
/usr/lib64/libWOExtensions.so.4.9.31 
7fc05ab3a000-7fc05ab3b000 r-xp  fd:00 28442752 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/WOExtensions 
7fc05ab3b000-7fc05ad3a000 ---p 1000 fd:00 28442752 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/WOExtensions 
7fc05ad3a000-7fc05ad3b000 r--p  fd:00 28442752 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/WOExtensions 
7fc05ad3b000-7fc05ad3c000 rw-p 1000 fd:00 28442752 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/WOExtensions 
7fc05ad3c000-7fc05ad3e000 r-xp  fd:00 28445527 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements 
7fc05ad3e000-7fc05af3d000 ---p 2000 fd:00 28445527 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements 
7fc05af3d000-7fc05af3e000 r--p 1000 fd:00 28445527 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements 
7fc05af3e000-7fc05af3f000 rw-p 2000 fd:00 28445527 
/usr/lib64/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements 
7fc05af3f000-7fc05af5a000 r-xp  fd:00 28314325 
/usr/lib64/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/libxmlSAXDriver 
7fc05af5a000-7fc05b159000 ---p 0001b000 fd:00 28314325 
/usr/lib64/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/libxmlSAXDriver 
7fc05b159000-7fc05b15a000 r--p 0001a000 fd:00 28314325 
/usr/lib64/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/libxmlSAXDriver 
7fc05b15a000-7fc05b162000 rw-p 0001b000 fd:00 28314325 
/usr/lib64/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/libxmlSAXDriver 
7fc05b162000-7fc05b163000 ---p  00:00 0 
7fc05b163000-7fc05b963000 rw-p  00:00 0 
7fc05b963000-7fc05bc41000 r-xp  fd:00 27789756 
/usr/lib64/mysql/libmysqlclient.so.18.0.0 
7fc05bc41000-7fc05be4 ---p 002de000 fd:00 27789756 
/usr/lib64/mysql/libmysqlclient.so.18.0.0 
7fc05be4-7fc05be49000 r--p 002dd000 fd:00 27789756 
/usr/lib64/mysql/libmysqlclient.so.18.0.0 
7fc05be49000-7fc05be5d000 rw-p 002e6000 fd:00 27789756 
/usr/lib64/mysql/libmysqlclient.so.18.0.0 
7fc05be5d000-7fc05be63000 rw-p  00:00 0 
7fc05be63000-7fc05be7b000 r-xp  fd:00 28838061 
/usr/lib64/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL 
7fc05be7b000-7fc05c07a000 ---p 00018000 fd:00 28838061 
/usr/lib64/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL 
7fc05c07a000-7fc05c07b000 r--p 00017000 fd:00 28838061 
/usr/lib64/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL 
7fc05c07b000-7fc05c085000 rw-p 00018000 fd:00 28838061 
/usr/lib64/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL 
7fc05c085000-7fc05c09d000 r-xp  fd:00 28576407 
/usr/lib64/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI 
7fc05c09d000-7fc05c29c000 ---p 00018000 fd:00 28576407 
/usr/lib64/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI 
7fc05c29c000-7fc05c29d000 r--p 00017000 fd:00 28576407 

Re: [SOGo] [ERROR] http server caught

2020-05-13 Thread Jose David Bravo A
Hi Christian, 

First, thanks for your help. 

I'm using nginx and the server didn't die. But I'm having so many complaints 
from users that I have to check all errors that appear in my logs. 

Jose Bravo 

De: "users"  
Para: "users"  
Enviados: Miércoles, 13 de Mayo 2020 9:23:32 
Asunto: Re: [SOGo] [ERROR] http server caught 

Hello 

Am 13.05.20 um 15:32 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co): 
> 
> Any idea why this error may be happening? 
> 
> May 13 08:18:52 sogod [28468]: [ERROR] <0x0x55b9bdfb1820[WOHttpAdaptor]> http 
> server caught: (null) 
> 
> My SOGo version is 4.3.0 
> 

Never had that one. 
Did your reverse proxy (apache2 or nginx) die at that time? 


Kind regards, 
Christian Mack 

-- 
Christian Mack 
Universität Konstanz 
Kommunikations-, Informations-, Medienzentrum (KIM) 
Abteilung IT-Dienste Forschung und Lehre 
78457 Konstanz 
+49 7531 88-4416 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] [ERROR] http server caught

2020-05-13 Thread Jose David Bravo A
Hi 

Any idea why this error may be happening? 

May 13 08:18:52 sogod [28468]: [ERROR] <0x0x55b9bdfb1820[WOHttpAdaptor]> http 
server caught: (null) 

My SOGo version is 4.3.0 

thanks, 

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

Re: [SOGo] the socket was shutdown

2020-05-13 Thread Jose David Bravo A
Thanks Christian Mack! 



De: "users"  
Para: "users"  
Enviados: Miércoles, 13 de Mayo 2020 8:32:03 
Asunto: Re: [SOGo] the socket was shutdown 

Am 13.05.20 um 00:15 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co): 
> Hi guys, 
> 
> Do you have any idea why is it happening? and when it refers that "the socket 
> was shutdown", what socket is it? a socket connection between SOGo and SMTP 
> server? IMAP server? 
> 
> This is the log: 
> 
> May 12 16:30:23 sogod [28474]: [ERROR] <0x0x55b9d2c53060[WOHttpTransaction]> 
> client disconnected during delivery of response for 
>  uri=/SOGo/so/us...@dom1.com/Mail/0/folderSent/expunge app=SOGo rqKey=so 
> rqPath=us...@dom1.com/Mail/0/folderSent/expunge> (len=61): the socket was 
> shutdown 
> 
> Thanks for your help, [ http://www.colombiahosting.com/ ] 
> 

This error means, that SOGo could not send the answer to his request 
back to the user. 
The last request was an expunge operation on IMAP folder "Sent". 
The socket it mentions is the one between sogo worker and HTTP proxy 
(either apache2 or nginx), which is the way for SOGo to correspond with 
the user. 

This usually means, that the user closed his browser or his device 
changed WLAN accesspoints, or switched to or from mobile connection. 


Kind regards, 
Christian Mack 

-- 
Christian Mack 
Universität Konstanz 
Kommunikations-, Informations-, Medienzentrum (KIM) 
Abteilung IT-Dienste Forschung und Lehre 
78457 Konstanz 
+49 7531 88-4416 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] the socket was shutdown

2020-05-12 Thread Jose David Bravo A
Hi guys, 

Do you have any idea why is it happening? and when it refers that "the socket 
was shutdown", what socket is it? a socket connection between SOGo and SMTP 
server? IMAP server? 

This is the log: 

May 12 16:30:23 sogod [28474]: [ERROR] <0x0x55b9d2c53060[WOHttpTransaction]> 
client disconnected during delivery of response for 
 (len=61): the socket was 
shutdown 

Thanks for your help, [ http://www.colombiahosting.com/ ] 

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

Re: [SOGo] Weak passwords

2020-05-12 Thread Jose David Bravo A
Thank you for the patch Boguslaw! 

Jose 

De: "users"  
Para: "users"  
Enviados: Martes, 12 de Mayo 2020 9:16:35 
Asunto: Re: [SOGo] Weak passwords 

W dniu 12.05.2020 o 13:58, Christian Mack 
(christian.m...@uni-konstanz.de) pisze: 
> Am 12.05.20 um 05:39 schrieb Jose David Bravo A 
> (jbr...@colombiahosting.com.co): 
>> I'm using sogo 4.3 but my users are able to set passwords very weak 
>> passwords, like 123. Is there any way to restrict the creation of such weak 
>> passwords? I'm using mysql as a database. 
> 
> With LDAP/AD authentication you can set password constraints in your 
> authentication source and tell SOGo to obey them with 
> passwordPolicy = YES; 
> 
> With authentication per database there is no such thing. 
> Databases don't restrict password fields in any way. 
> 
> You could open an enhancement request at https://sogo.nu/bugs for this. 
> Or you could disable changing passwords in SOGo and provide another way 
> to do so (e.g. a self service webpage). 

You can also do a little patch to the javascript code of SOGo 
webinterface. I did it for SOGO v2.3, but it should be easy to 
adapt it to the never version. I put my patch in attachement. 

Boguslaw Juza 

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

[SOGo] Weak passwords

2020-05-12 Thread Jose David Bravo A
Hi 

I'm using sogo 4.3 but my users are able to set passwords very weak passwords, 
like 123. Is there any way to restrict the creation of such weak passwords? I'm 
using mysql as a database. 

Thanks, 

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

[SOGo] Enable ActiveSync to certain users

2019-07-03 Thread Jose David Bravo A
Hi! 

Is there any way to activate SOGo ActiveSync only to certain users? [ 
http://www.colombiahosting.com/ ] 

thanks! 

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