sogo/SoObjects/SOGo/SOGoDefaults.plist
Wolfgang Sourdeau d28c57e9b5 Monotone-Parent: 314cdc639d9d8e37c3b7d63829a17bbd875a093e
Monotone-Revision: 7283e847d5338d046cd6d5bd9ea7475d0248528f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-08T20:31:37
Monotone-Branch: ca.inverse.sogo
2010-10-08 20:31:37 +00:00

70 lines
2 KiB
Plaintext

{
WOWorkersCount = 1;
SxVMemLimit = 384;
WOLogFile = "/var/log/sogo/sogo.log";
WOPidFile = "/var/run/sogo/sogo.pid";
NGImap4ConnectionStringSeparator = "/";
SOGoZipPath = "/usr/bin/zip";
WOUseRelativeURLs = YES;
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
NGUseUTF8AsURLEncoding = YES;
SOGoCacheCleanupInterval = 300.0;
SOGoMemcachedHost = "localhost";
SOGoUIxDebugEnabled = NO;
SOGoLDAPContactInfoAttribute = "description";
SOGoMailingMechanism = "sendmail";
SOGoSMTPServer = "localhost";
SOGoMailSpoolPath = "/tmp";
SOGoWebAccessEnabled = YES;
SOGoCalendarDAVAccessEnabled = YES;
SOGoAddressBookDAVAccessEnabled = YES;
SOGoLoginModule = "Mail";
SOGoLanguage = "English";
SOGoSupportedLanguages = ( "Catalan", "Czech", "Welsh", "English", "Spanish",
"French", "German", "Italian", "Hungarian",
"Dutch", "BrazilianPortuguese", "Polish", "Russian",
"Ukrainian", "Swedish");
SOGoTimeZone = "UTC";
SOGoDayStartTime = "8";
SOGoDayEndTime = "18";
SOGoTimeFormat = "%H:%M";
SOGoIMAPServer = "localhost";
SOGoFirstDayOfWeek = 0;
SOGoFirstWeekOfYear = "January1";
SOGoMailDomain = "localhost";
SOGoMailMessageCheck = "manually";
SOGoMailMessageForwarding = "inline";
SOGoMailReplyPlacement = "below";
SOGoMailSignaturePlacement = "below";
SOGoMailPollingIntervals = ( 1, 2, 5, 10, 20, 30, 60 );
SOGoMailComposeMessageType = "text";
SOGoMailListViewColumnsOrder = ( "Flagged", "Attachment", "Subject",
"From", "Unread", "Date", "Priority",
"Size" );
SOGoSentFolderName = "Sent";
SOGoDraftsFolderName = "Drafts";
SOGoTrashFolderName = "Trash";
SOGoCalendarDefaultCategoryColor = "#aaa";
SOGoCalendarShouldDisplayWeekend = YES;
SOGoFreeBusyDefaultInterval = ( 7, 7 );
SOGoReminderEnabled = YES;
SOGoRemindWithASound = YES;
}