sogo/SoObjects/SOGo/SOGoDefaults.plist
Wolfgang Sourdeau d54b59625d Monotone-Parent: bbbdf59fa48b91230965d91f5c9ef35eb49d2bd7
Monotone-Revision: 25981bbe4cfcd07274a992ad80a5674cdcfe302f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-02T20:48:20
Monotone-Branch: ca.inverse.sogo
2009-12-02 20:48:20 +00:00

66 lines
1.9 KiB
Plaintext

{
WOWorkersCount = 1;
SxVMemLimit = 384;
WOLogFile = "/var/log/sogo/sogo.log";
WOPidFile = "/var/run/sogo/sogo.pid";
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";
SOGoLoginModule = "Mail";
SOGoLanguage = "English";
SOGoSupportedLanguages = ( "Czech", "Welsh", "English", "Spanish",
"French", "German", "Italian", "Hungarian",
"Dutch", "BrazilianPortuguese", "Russian",
"Swedish");
SOGoTimeZone = "UTC";
SOGoDayStartTime = "8";
SOGoDayEndTime = "18";
SOGoTimeFormat = "%H:00";
SOGoIMAPServer = "localhost";
SOGoFirstDayOfWeek = 0;
SOGoFirstWeekOfYear = "January1";
SOGoMailDomain = "localhost";
SOGoMailMessageCheck = "manually";
SOGoMailMessageForwarding = "inline";
SOGoMailReplyPlacement = "below";
SOGoMailSignaturePlacement = "below";
SOGoMailPollingIntervals = ( 1, 2, 5, 10, 20, 30, 30 );
SOGoMailComposeMessageType = "text";
SOGoMailListViewColumnsOrder = ( "Flagged", "Attachment", "Subject",
"From", "Unread", "Date", "Priority",
"Size" );
SOGoSentFolderName = "Sent";
SOGoDraftsFolderName = "Drafts";
SOGoTrashFolderName = "Trash";
SOGoOtherUsersFolderName = "Other Users";
SOGoSharedFolderName = "Shared Folders";
SOGoCalendarDefaultCategoryColor = "#F0F0F0";
SOGoCalendarShouldDisplayWeekend = YES;
SOGoFreeBusyDefaultInterval = ( 7, 7 );
SOGoReminderEnabled = YES;
SOGoRemindWithASound = YES;
}