1{
2    WOWorkersCount = 1;
3    WOListenQueueSize = 5;
4    SxVMemLimit = 384;
5    WOLogFile = "/var/log/sogo/sogo.log";
6    WOPidFile = "/var/run/sogo/sogo.pid";
7    WOHTTPAdaptorCapitalizeHeaders = YES;
8    WOPort = "127.0.0.1:20000";
9
10    NGImap4ConnectionStringSeparator = "/";
11    NGImap4ConnectionGroupIdPrefix = "$";
12    NGImap4DisableIMAP4Pooling = YES;
13
14    SOGoZipPath = "/usr/bin/zip";
15
16    SOGoEncryptionKey = "MySOGoEncryptionKey";
17    SOGoSieveFolderEncoding = "UTF-7";
18
19    WOUseRelativeURLs = YES;
20    WOMessageUseUTF8 = YES;
21    WOParsersUseUTF8 = YES;
22    NGUseUTF8AsURLEncoding = YES;
23
24    SOGoCacheCleanupInterval = 300.0;
25    SOGoMemcachedHost = "localhost";
26
27    SOGoUIxDebugEnabled = NO;
28
29    SOGoLDAPContactInfoAttribute = "description";
30
31    SOGoMailingMechanism = "sendmail";
32    SOGoSMTPServer = "smtp://localhost";
33    SOGoMailSpoolPath = "/var/spool/sogo";
34
35    SOGoWebAccessEnabled = YES;
36    SOGoCalendarDAVAccessEnabled = YES;
37    SOGoAddressBookDAVAccessEnabled = YES;
38    SOGoEnableDomainBasedUID = NO;
39
40    SOGoLoginModule = "Mail";
41    WODefaultLanguages = ();
42    SOGoLanguage = "English";
43    SOGoSupportedLanguages = (
44        "Arabic",
45        "Basque",
46        "BrazilianPortuguese",
47        "Catalan",
48        "ChineseChina",
49        "ChineseTaiwan",
50        "Croatian",
51        "Czech",
52        "Danish",
53        "Dutch",
54        "English",
55        "Finnish",
56        "French",
57        "German",
58        "Hebrew",
59        "Hungarian",
60        "Icelandic",
61        "Italian",
62        "Latvian",
63        "Lithuanian",
64        "Macedonian",
65        "NorwegianBokmal",
66        "NorwegianNynorsk",
67        "Polish",
68        "Portuguese",
69        "Russian",
70        "Serbian",
71        "Slovak",
72        "Slovenian",
73        "SpanishArgentina",
74        "SpanishSpain",
75        "Swedish",
76        "TurkishTurkey",
77        "Ukrainian",
78        "Welsh"
79    );
80
81    SOGoTimeZone = "UTC";
82    SOGoDayStartTime = "8";
83    SOGoDayEndTime = "18";
84    SOGoTimeFormat = "%H:%M";
85    SOGoFirstDayOfWeek = 0;
86    SOGoFirstWeekOfYear = "January1";
87
88    SOGoIMAPServer = "localhost";
89    SOGoMailDomain = "localhost";
90    SOGoSelectedAddressBook = "collected";
91    SOGoRefreshViewCheck = "manually";
92    SOGoMailMessageForwarding = "inline";
93    SOGoMailReplyPlacement = "below";
94    SOGoMailSignaturePlacement = "below";
95    SOGoRefreshViewIntervals = ( 1, 2, 5, 10, 20, 30, 60 );
96    SOGoMailComposeMessageType = "text";
97    SOGoMailListViewColumnsOrder = ( "Thread", "Flagged", "Attachment", "Subject",
98                                     "From", "Unread", "Date", "Priority",
99                                     "Size" );
100    SOGoSentFolderName = "Sent";
101    SOGoDraftsFolderName = "Drafts";
102    SOGoTrashFolderName = "Trash";
103    SOGoJunkFolderName = "Junk";
104
105    SOGoMailAutoSave = "5";
106
107    SOGoCalendarShouldDisplayWeekend = YES;
108    SOGoCalendarEventsDefaultClassification = "PUBLIC";
109    SOGoCalendarTasksDefaultClassification = "PUBLIC";
110    SOGoCalendarDefaultReminder = "NONE";
111
112    SOGoFreeBusyDefaultInterval = ( 7, 7 );
113
114    SOGoSearchMinimumWordLength = 2;
115
116    SOGoMailLabelsColors = {
117        $label1 = ("Important", "#FF0000");
118        $label2 = ("Work", "#FF9900");
119        $label3 = ("Personal", "#009900");
120        $label4 = ("To Do", "#3333FF");
121        $label5 = ("Later", "#993399");
122    };
123
124    SOGoCalendarCategoriesColors = {
125        "Customer" = "#F0F0F0";
126        "Calls" = "#F0F0F0";
127        "Favorites" = "#F0F0F0";
128        "Meeting" = "#F0F0F0";
129        "Ideas" = "#F0F0F0";
130        "Miscellaneous" = "#F0F0F0";
131        "Birthday" = "#F0F0F0";
132        "Anniversary" = "#F0F0F0";
133        "Vacation" = "#F0F0F0";
134        "Travel" = "#F0F0F0";
135        "Projects" = "#F0F0F0";
136        "Suppliers" = "#F0F0F0";
137        "Gifts" = "#F0F0F0";
138        "Clients" = "#F0F0F0";
139        "Issues" = "#F0F0F0";
140        "Business" = "#F0F0F0";
141        "Holidays" = "#F0F0F0";
142        "Personal" = "#F0F0F0";
143        "Status" = "#F0F0F0";
144        "Competition" = "#F0F0F0";
145        "Follow up" = "#F0F0F0";
146        "Public Holiday" = "#F0F0F0";
147    };
148
149    SOGoSubscriptionFolderFormat = "%{FolderName} (%{UserName} <%{Email}>)";
150}
151