sogo/SoObjects/SOGo/SOGoDefaults.plist
Nicolas Höft cd3095e43b feat(core): Support smtps and STARTTLS for SMTP
Support uri schemes for SMTP, enabling STARTTLS and SMTPS for SMTP
connections.
The new format for configuration value SMTPServer supports passing a
URI scheme (either smtp:// or smtps://). To support old configurations,
if no scheme is given, smtp:// is assumed.

Fixes #31
2020-05-16 04:58:40 +02:00

151 lines
4.1 KiB
Plaintext

{
WOWorkersCount = 1;
WOListenQueueSize = 5;
SxVMemLimit = 384;
WOLogFile = "/var/log/sogo/sogo.log";
WOPidFile = "/var/run/sogo/sogo.pid";
WOHTTPAdaptorCapitalizeHeaders = YES;
WOPort = "127.0.0.1:20000";
NGImap4ConnectionStringSeparator = "/";
NGImap4ConnectionGroupIdPrefix = "$";
NGImap4DisableIMAP4Pooling = YES;
SOGoZipPath = "/usr/bin/zip";
SOGoEncryptionKey = "MySOGoEncryptionKey";
SOGoSieveFolderEncoding = "UTF-7";
WOUseRelativeURLs = YES;
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
NGUseUTF8AsURLEncoding = YES;
SOGoCacheCleanupInterval = 300.0;
SOGoMemcachedHost = "localhost";
SOGoUIxDebugEnabled = NO;
SOGoLDAPContactInfoAttribute = "description";
SOGoMailingMechanism = "sendmail";
SOGoSMTPServer = "smtp://localhost";
SOGoMailSpoolPath = "/var/spool/sogo";
SOGoWebAccessEnabled = YES;
SOGoCalendarDAVAccessEnabled = YES;
SOGoAddressBookDAVAccessEnabled = YES;
SOGoEnableDomainBasedUID = NO;
SOGoLoginModule = "Mail";
WODefaultLanguages = ();
SOGoLanguage = "English";
SOGoSupportedLanguages = (
"Arabic",
"Basque",
"BrazilianPortuguese",
"Catalan",
"ChineseChina",
"ChineseTaiwan",
"Croatian",
"Czech",
"Danish",
"Dutch",
"English",
"Finnish",
"French",
"German",
"Hebrew",
"Hungarian",
"Icelandic",
"Italian",
"Latvian",
"Lithuanian",
"Macedonian",
"NorwegianBokmal",
"NorwegianNynorsk",
"Polish",
"Portuguese",
"Russian",
"Serbian",
"Slovak",
"Slovenian",
"SpanishArgentina",
"SpanishSpain",
"Swedish",
"TurkishTurkey",
"Ukrainian",
"Welsh"
);
SOGoTimeZone = "UTC";
SOGoDayStartTime = "8";
SOGoDayEndTime = "18";
SOGoTimeFormat = "%H:%M";
SOGoFirstDayOfWeek = 0;
SOGoFirstWeekOfYear = "January1";
SOGoIMAPServer = "localhost";
SOGoMailDomain = "localhost";
SOGoSelectedAddressBook = "collected";
SOGoRefreshViewCheck = "manually";
SOGoMailMessageForwarding = "inline";
SOGoMailReplyPlacement = "below";
SOGoMailSignaturePlacement = "below";
SOGoRefreshViewIntervals = ( 1, 2, 5, 10, 20, 30, 60 );
SOGoMailComposeMessageType = "text";
SOGoMailListViewColumnsOrder = ( "Thread", "Flagged", "Attachment", "Subject",
"From", "Unread", "Date", "Priority",
"Size" );
SOGoSentFolderName = "Sent";
SOGoDraftsFolderName = "Drafts";
SOGoTrashFolderName = "Trash";
SOGoJunkFolderName = "Junk";
SOGoMailAutoSave = "5";
SOGoCalendarShouldDisplayWeekend = YES;
SOGoCalendarEventsDefaultClassification = "PUBLIC";
SOGoCalendarTasksDefaultClassification = "PUBLIC";
SOGoCalendarDefaultReminder = "NONE";
SOGoFreeBusyDefaultInterval = ( 7, 7 );
SOGoSearchMinimumWordLength = 2;
SOGoMailLabelsColors = {
$label1 = ("Important", "#FF0000");
$label2 = ("Work", "#FF9900");
$label3 = ("Personal", "#009900");
$label4 = ("To Do", "#3333FF");
$label5 = ("Later", "#993399");
};
SOGoCalendarCategoriesColors = {
"Customer" = "#F0F0F0";
"Calls" = "#F0F0F0";
"Favorites" = "#F0F0F0";
"Meeting" = "#F0F0F0";
"Ideas" = "#F0F0F0";
"Miscellaneous" = "#F0F0F0";
"Birthday" = "#F0F0F0";
"Anniversary" = "#F0F0F0";
"Vacation" = "#F0F0F0";
"Travel" = "#F0F0F0";
"Projects" = "#F0F0F0";
"Suppliers" = "#F0F0F0";
"Gifts" = "#F0F0F0";
"Clients" = "#F0F0F0";
"Issues" = "#F0F0F0";
"Business" = "#F0F0F0";
"Holidays" = "#F0F0F0";
"Personal" = "#F0F0F0";
"Status" = "#F0F0F0";
"Competition" = "#F0F0F0";
"Follow up" = "#F0F0F0";
"Public Holiday" = "#F0F0F0";
};
SOGoSubscriptionFolderFormat = "%{FolderName} (%{UserName} <%{Email}>)";
}