From f32d0aaf4ff084ad321af7d6d64af19821fe99bd Mon Sep 17 00:00:00 2001 From: kevinowino869 Date: Fri, 21 Mar 2025 07:18:44 +0100 Subject: [PATCH] Update sogo.conf --- sogo.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sogo.conf b/sogo.conf index a19058f..0652e49 100644 --- a/sogo.conf +++ b/sogo.conf @@ -13,7 +13,8 @@ SOGoAppointmentSendEMailNotifications = NO; SOGoPasswordChangeEnabled = NO; - +SOGoUIxLoginTitle = "Nestict Webmail"; +SOGoUIxLoginLogo = "https://yourdomain.com/path/to/logo.png"; SOGoProfileURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_user_profile"; OCSFolderInfoURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_folder_info"; OCSSessionsFolderURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_sessions_folder";