Merge pull request #2413 from fm/master
Fix SOGo default access comment
This commit is contained in:
		@@ -141,7 +141,7 @@ $MAILBOX_DEFAULT_ATTRIBUTES['tls_enforce_out'] = false;
 | 
				
			|||||||
// Force password change on next login (only allows login to mailcow UI)
 | 
					// Force password change on next login (only allows login to mailcow UI)
 | 
				
			||||||
$MAILBOX_DEFAULT_ATTRIBUTES['force_pw_update'] = false;
 | 
					$MAILBOX_DEFAULT_ATTRIBUTES['force_pw_update'] = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Force password change on next login (only allows login to mailcow UI)
 | 
					// Enable SOGo access (set to false to disable access by default)
 | 
				
			||||||
$MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
 | 
					$MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Send notification when quarantine is not empty (never, hourly, daily, weekly)
 | 
					// Send notification when quarantine is not empty (never, hourly, daily, weekly)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user