public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/sogo/sogo.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
SOGoCalendarDefaultRoles = (
3
PublicViewer,
4
ConfidentialDAndTViewer,
5
PrivateDAndTViewer
6
);
8
WOWorkersCount = "20";
9
SOGoACLsSendEMailNotifications = YES;
10
SOGoAppointmentSendEMailNotifications = YES;
11
SOGoDraftsFolderName = "Drafts";
12
SOGoJunkFolderName= "Junk";
13
SOGoMailDomain = "sogo.local";
14
SOGoEnableEMailAlarms = YES;
15
SOGoMailHideInlineAttachments = YES;
16
SOGoFoldersSendEMailNotifications = YES;
17
SOGoForwardEnabled = YES;
19
// Added with SOGo 5.12 - Allows users to cleanup there maildirectories by deleting mails oder than X
20
SOGoEnableMailCleaning = YES;
22
// Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services
23
SOGoDisableOrganizerEventCheck = YES;
25
// Option to set Users as admin to globally manage calendar permissions etc. Disabled by default
26
// SOGoSuperUsernames = ("[email protected]");
28
SOGoUIAdditionalJSFiles = (
29
js/theme.js,
30
js/custom-sogo.js
31
);
33
SOGoEnablePublicAccess = YES;
35
// Multi-domain setup
36
// Domains are isolated, you can define visibility options here.
37
// Example:
39
// SOGoDomainsVisibility = (
40
// (domain1.tld, domain5.tld),
41
// (domain3.tld, domain2.tld)
42
// );
44
// self-signed is not trusted anymore
45
WOPort = "0.0.0.0:20000";
46
SOGoMemcachedHost = "memcached";
48
SOGoLanguage = English;
49
SOGoMailAuxiliaryUserAccountsEnabled = YES;
50
// SOGoCreateIdentitiesDisabled = NO;
51
SOGoMailCustomFromEnabled = YES;
52
SOGoMailingMechanism = smtp;
53
SOGoSMTPAuthenticationType = plain;
55
SxVMemLimit = 384;
57
SOGoMaximumPingInterval = 3540;
59
SOGoInternalSyncInterval = 45;
60
SOGoMaximumSyncInterval = 3540;
62
// 100 seems to break some Android clients
63
//SOGoMaximumSyncWindowSize = 99;
64
// This should do the trick for Outlook 2016
65
SOGoMaximumSyncResponseSize = 512;
67
WOWatchDogRequestTimeout = 30;
68
WOListenQueueSize = 16;
69
WONoDetach = YES;
71
SOGoIMAPAclConformsToIMAPExt = Yes;
72
SOGoPageTitle = "SOGo Groupware";
73
SOGoFirstDayOfWeek = "1";
75
SOGoSieveFolderEncoding = "UTF-8";
76
SOGoPasswordChangeEnabled = NO;
77
SOGoSentFolderName = "Sent";
78
SOGoMailShowSubscribedFoldersOnly = NO;
79
NGImap4ConnectionStringSeparator = "/";
80
SOGoSieveScriptsEnabled = YES;
81
SOGoTrashFolderName = "Trash";
82
SOGoVacationEnabled = YES;
84
SOGoCacheCleanupInterval = 900;
85
SOGoMaximumFailedLoginCount = 10;
86
SOGoMaximumFailedLoginInterval = 900;
87
SOGoFailedLoginBlockInterval = 900;
89
// Enable SOGo URL Description for GDPR compliance, this may cause some issues with calendars and contacts. Also uncomment the encryption key below to use it.
90
//SOGoURLEncryptionEnabled = NO;
92
// Set a 16 character encryption key for SOGo URL Description, change this to your own value
93
//SOGoURLPathEncryptionKey = "SOGoSuperSecret0";
95
GCSChannelCollectionTimer = 60;
96
GCSChannelExpireAge = 60;
98
MySQL4Encoding = "utf8mb4";
99
//SOGoDebugRequests = YES;
100
//SoDebugBaseURL = YES;
101
//ImapDebugEnabled = YES;
102
//SOGoEASDebugEnabled = YES;
103
SOGoEASSearchInBody = YES;
104
//LDAPDebugEnabled = YES;
105
//PGDebugEnabled = YES;
106
//MySQL4DebugEnabled = YES;
107
//SOGoUIxDebugEnabled = YES;
108
//WODontZipResponse = YES;
109
WOLogFile = "/dev/sogo_log";
110
}