-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-config.conf
43 lines (39 loc) · 1.29 KB
/
sample-config.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
/* Database configuration (mysql://, postgresql:// or oracle://) */
SOGoProfileURL = "postgresql://sogo:sogo@test-postgres:5432/sogo/sogo_user_profile";
OCSFolderInfoURL = "postgresql://sogo:sogo@test-postgres:5432/sogo/sogo_folder_info";
OCSSessionsFolderURL = "postgresql://sogo:sogo@test-postgres:5432/sogo/sogo_sessions_folder";
OCSAdminURL = "postgresql://sogo:sogo@test-postgres:5432/sogo/sogo_admin";
/* Authentication */
SOGoPasswordChangeEnabled = YES;
SOGoUserSources = (
{
type = sql;
id = directory;
viewURL = "postgresql://sogo:sogo@test-postgres:5432/sogo/sogo_view";
canAuthenticate = YES;
isAddressBook = YES;
userPasswordAlgorithm = md5;
}
);
/* Web Interface */
SOGoPageTitle = SOGo;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoSieveScriptsEnabled = YES;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoTrustProxyAuthentication = NO;
SOGoXSRFValidationEnabled = NO;
/* General - SOGoTimeZone *MUST* be defined */
SOGoLanguage = English;
SOGoTimeZone = America/Montreal;
/* Debug */
SOGoDebugRequests = YES;
SoDebugBaseURL = YES;
ImapDebugEnabled = YES;
LDAPDebugEnabled = YES;
PGDebugEnabled = YES;
MySQL4DebugEnabled = YES;
SOGoUIxDebugEnabled = YES;
WODontZipResponse = YES;
}