[SOGo] BTS activities for Wednesday, March 03 2021

2021-03-03 Thread SOGo reporter
Title: BTS activities for Wednesday, March 03 2021





  
BTS Activities

  Home page: https://sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, March 03 2021

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5264
	2021-03-03 08:22:55
	updated (open)
	ActiveSync
	Outlook Active Sync duplicated outbox emails
	
	  
	
5229
	2021-03-03 02:24:41
	updated (open)
	Web Calendar
	IOS CalDav incorrect start time
	
	  
	
2242
	2021-03-03 03:50:52
	updated (open)
	Web Mail
	Web Mail should decode TNEF attachments (winmail.dat)
	
	  
	
5272
	2021-03-03 11:04:44
	updated (open)
	Web Mail
	Mail editor: icons in toolbar are missing
	
	  
	
  
  


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

Re: [SOGo] Restrict Web Access at SOGo from specific User - Domain

2021-03-03 Thread Pou Pas Kale
Hi Matthias,

Many thanks again for your advice - feedback on this

Best regards



From: users-requ...@sogo.nu  on behalf of Matthias Kneer 

Sent: Monday, March 1, 2021 9:09 PM
To: users@sogo.nu 
Subject: Re: [SOGo] Restrict Web Access at SOGo from specific User - Domain

Hi,

>  We have found the solution at the below path:
>
>  /usr/lib64/GNUstep/SOGo/WebServerResources/js/Main.js

While this might work for now, I don't think that this is a good long
term solution. You will / might run into trouble once you update SOGo
since this file might be overwritten. Another issue: This won't work
dynamically if you need to allow multiple domains in the future.

I would suggest to create / modify a table view which only returns users
from the domain that should be able to login. Your view should return
following columns (documented in section "5.10. Authentication using
SQL" of the installation guide):
c_uid: will be used for authentication - it’s a username or
usern...@domain.tld
c_name: will be used to uniquely identify entries - which can be
identical to c_uid
c_password: password of the user, plain text, crypt, md5 or sha encoded
c_cn: the user’s common name
mail: the user’s email address

I don't know how your current sogo user database table looks like, so
here's just an rough example on how to create such a "filtered" view,
the view is called "sogo_view" and the souce table is called
"mail_users", this has to be adjusted to match your environment:
CREATE VIEW sogo_view AS SELECT username AS c_uid, password AS
c_password, username AS c_name, fullname AS c_cn FROM mail_users WHERE
username LIKE '%@test2.com';

After you've created that view, and granted privileges to the sogo
postgres user, you can reference it in you SOGoUserSources hash like
this:

viewURL = "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_view";

I hope this helps.

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

Re: [SOGo] Change Custom URL at SOGo

2021-03-03 Thread Pou Pas Kale
Hi Benoît,
Sorry for my mistake..
Could you please send us an example with an nginx configuration 
(https://IP_Server/mail) in order to change the URL?
Many thanks again!
Best regards



From: users-requ...@sogo.nu  on behalf of Benoît 

Sent: Wednesday, March 3, 2021 4:45 PM
To: users@sogo.nu 
Subject: Re: [SOGo] Change Custom URL at SOGo

Hi

Its not support its community mailing list :)

Yes you can do it with apache or nginx.


Le 3 mars 2021 13:48:49 GMT+01:00, Pou Pas Kale  a écrit :
Hello Support,

We have a CentOS 8 Server with the latest version of SOGo installed. My 
question is, if final is it possible to change the /SOGo at the end of the url 
of the web access via a proxy or something else.
Your assistance is highly appreciated.
Thanks

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

--
Benoît Pélissier - Lan2Net
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Change Custom URL at SOGo

2021-03-03 Thread bpeliss...@lan2net.fr
Hi

Its not support its community mailing list :)

Yes you can do it with apache or nginx.


Le 3 mars 2021 13:48:49 GMT+01:00, Pou Pas Kale  a écrit :
>Hello Support,
>
>We have a CentOS 8 Server with the latest version of SOGo installed. My
>question is, if final is it possible to change the /SOGo at the end of
>the url of the web access via a proxy or something else.
>Your assistance is highly appreciated.
>Thanks
>
>-- 
>users@sogo.nu
>https://inverse.ca/sogo/lists

-- 
Benoît Pélissier - Lan2Net
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Change Custom URL at SOGo

2021-03-03 Thread Pou Pas Kale
Hello Support,

We have a CentOS 8 Server with the latest version of SOGo installed. My 
question is, if final is it possible to change the /SOGo at the end of the url 
of the web access via a proxy or something else.
Your assistance is highly appreciated.
Thanks

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