Sogo/sogo.conf
kevinowino869 9307afa9ab Update sogo.conf
Signed-off-by: kevinowino869 <kevinowino869@www.codelab.nestict.africa>
2025-03-21 07:19:29 +01:00

56 lines
2.5 KiB
Plaintext

{
SOGoLanguage = English;
SOGoTimeZone = UTC;
SOGoFirstDayOfWeek = 0;
SOGoMailMessageCheck = manually;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoMemcachedHost = "127.0.0.1";
SOGoRefreshViewCheck = every_5_minutes;
WOWorkersCount = 3;
SOGoMaximumMessageSizeLimit = 10240;
SxVMemLimit = 1500;
SOGoAppointmentSendEMailNotifications = NO;
SOGoPasswordChangeEnabled = NO;
SOGoUIxLoginTitle = "Nestict Webmail";
SOGoUIxLoginLogo = "https://www.nestict.africa/wp-content/uploads/2024/06/bg-logo-all-300x47.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";
OCSEMailAlarmsFolderURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_alarms_folder";
OCSStoreURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_store";
OCSAclURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_acl";
OCSCacheFolderURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_cache_folder";
SOGoUserSources =
(
{
type = sql;
id = plesk;
viewURL = "mysql://sogo_67d1a112434:1sqXYN3WPPipqWBD@localhost:3306/sogo_67d1a1124404b/sogo_users_view";
canAuthenticate = YES;
isAddressBook = YES;
userPasswordAlgorithm = ssha512;
DomainFieldName = "domain";
}
);
SOGoMailingMechanism = smtp;
SOGoSMTPServer = "smtp://localhost:25/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoSMTPAuthenticationType = PLAIN;
SOGoSentFolderName = "INBOX/Sent";
SOGoTrashFolderName = "INBOX/Trash";
SOGoDraftsFolderName = "INBOX/Drafts";
SOGoJunkFolderName = "INBOX/Spam";
SOGoIMAPServer = "imaps://localhost:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoIMAPAclConformsToIMAPExt = NO;
SOGoMailCustomFromEnabled = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoSieveServer = "sieve://localhost:4190/?tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoForwardEnabled = YES;
SOGoVacationEnabled = YES;
SOGoSieveScriptsEnabled = YES;
}