[SOGo] BTS activities for Monday, March 04 2024

2024-03-04 Thread SOGo reporter
Title: BTS activities for Monday, March 04 2024





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, March 04 2024

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5914
	2024-03-04 14:11:22
	updated (open)
	Web Calendar
	RRDATEs are shown in UTC and not in local timezone in web calendar
	
	  
	
5936
	2024-03-04 09:10:06
	updated (open)
	Web General
	Message of the day with auth CAS
	
	  
	
5937
	2024-03-04 11:17:15
	updated (open)
	Web Mail
	The "Font Definitions" within the -tag show up in content when answering/forwarding messages from Outlook
	
	  
	
5921
	2024-03-04 16:37:21
	feedback (open)
	ActiveSync
	Oulook 2021 (365) stoped syncing via EAS with latest SoGo
	
	  
	
5920
	2024-03-04 15:51:29
	feedback (open)
	Web Mail
	[EDIT] Update CKEditor version ~~CKEditor version check warning message~~
	
	  
	
5934
	2024-03-04 17:34:36
	assigned (open)
	GUI
	SoGo Adressbook do not show members of address group when there is 20 items
	
	  
	
  
  




RE: [SOGo] Forwarding to internal domains only

2024-03-04 Thread qhivert


Hello,
Yes, you can like this:
SOGoForwardEnabled = YES
SOGoForwardConstraints = 3;
SOGoForwardConstraintsDomains = ("gmail.com", "googlemail.com");

The value 3 will check for both internal domain known by sogo and domains in 
the list SOGoForwardConstraintsDomains

Quentin
-Original Message-
From: users-requ...@sogo.nu  On Behalf Of Kees van Vloten
Sent: vendredi 1 mars 2024 15:05
To: users@sogo.nu
Subject: [SOGo] Forwarding to internal domains only

Hi,

I want to allow users to set forwarding to internal mail accounts, so mail 
sogo.conf contains:

 SOGoForwardEnabled = YES;
 SOGoForwardConstraints = 1;

The fact is that there are multiple internal domains and not all users can send 
mails in all domains.

Now it looks like sogo looks at the user's mail identities to determine what 
internal domains are for that user. Because what sogo deems an internal domain 
differs per user.

So if you have identities in example.com and example.org you can forward within 
both, but if you just have an identity in example.com you can only forward to 
example.com addresses. What I want is that all users can forward to both 
because both are in internal domains.

Is it possible to specify a list of internal domains in sogo.conf?
Or perhaps configure a LDAP query to fetch internal domains there?

- Kees.