Upload files to "/"

This commit is contained in:
kevinowino869 2025-03-21 07:17:38 +01:00
parent d39d155d1b
commit 653eb93e21

55
sogo.conf Normal file
View File

@ -0,0 +1,55 @@
{
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;
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;
}