[SOGo] BTS activities for Tuesday, March 05 2024

2024-03-05 Thread SOGo reporter
Title: BTS activities for Tuesday, March 05 2024





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5921
	2024-03-05 17:21:19
	feedback (reopened)
	ActiveSync
	Oulook 2021 (365) stoped syncing via EAS with latest SoGo
	
	  
	
5920
	2024-03-05 22:10:30
	feedback (open)
	Web Mail
	[EDIT] Update CKEditor version ~~CKEditor version check warning message~~
	
	  
	
  
  




Re: [SOGo] Forwarding to internal domains only

2024-03-05 Thread Kees van Vloten



On 04-03-2024 09:03, qhivert (qhiv...@alinto.eu) wrote:

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


Thanks Quentin, I have tested this setting, it works!

This option '3' and the extra config key 'SOGoForwardConstraintsDomains' 
are not in the documentation (I checked that before asking here).

Could you add that, please?

- Kees.



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.