diff --git a/sogo.conf b/sogo.conf
new file mode 100644
index 0000000..a19058f
--- /dev/null
+++ b/sogo.conf
@@ -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;
+}
\ No newline at end of file