Projeto

Geral

Perfil

Estatísticas
| Branch: | Revisão:

expressolivretools / docker / conf / sogo_new.conf @ 3e379cec

Histórico | Ver | Anotar | Baixar (5,6 KB)

1
{
2
  /* *********************  Main SOGo configuration file  **********************
3
   *                                                                           *
4
   * Since the content of this file is a dictionary in OpenStep plist format,  *
5
   * the curly braces enclosing the body of the configuration are mandatory.   *
6
   * See the Installation Guide for details on the format.                     *
7
   *                                                                           *
8
   * C and C++ style comments are supported.                                   *
9
   *                                                                           *
10
   * This example configuration contains only a subset of all available        *
11
   * configuration parameters. Please see the installation guide more details. *
12
   *                                                                           *
13
   * ~sogo/GNUstep/Defaults/.GNUstepDefaults has precedence over this file,    *
14
   * make sure to move it away to avoid unwanted parameter overrides.          *
15
   *                                                                           *
16
   * **************************************************************************/
17

    
18
  /* Database configuration (mysql://, postgresql:// or oracle://) */
19
  SOGoProfileURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_user_profile";
20
  OCSFolderInfoURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_folder_info";
21
  OCSSessionsFolderURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_sessions_folder";
22
  OCSEMailAlarmsFolderURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_alarms_folder";
23

    
24
  /* With 3 parameters below, SOGo requires only 9 SQL tables in total */
25
  /* instead of creating 4 SQL tables for each user. */
26
  OCSStoreURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_store";
27
  OCSAclURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_acl";
28
  OCSCacheFolderURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_cache_folder";
29
 
30
  /* General Preferences */
31
  SOGoLanguage = BrazilianPortuguese;
32
  SOGoTimeZone = America/Sao_Paulo;
33
  SOGoFirstDayOfWeek = 1;
34
  SOGoMaximumFailedLoginCount = 3;
35
  SOGoMaximumFailedLoginInterval = 20;
36
  SOGoFailedLoginBlockInterval = 300;
37
  SOGoMemcachedHost = "memcache.expresso:11211";
38
  SxVMemLimit = 384;
39
  WOListenQueueSize = 100;
40
  WOPidFile = "/var/run/sogo/sogo.pid";
41

    
42
 
43
  /* Mail */
44
  SOGoDraftsFolderName = INBOX/Rascunhos;
45
  SOGoSentFolderName = INBOX/Enviados;
46
  SOGoTrashFolderName = INBOX/Lixeira;
47
  SOGoJunkFolderName = INBOX/Spam;
48
  SOGoIMAPServer = "mailboxes.expresso";
49
  SOGoSieveServer = "sieve://mailboxes.expresso:4190";
50
  SOGoSMTPServer = "smtp://mailboxes.expresso";
51
  SOGoMailingMechanism = smtp;
52
  SOGoSMTPAuthenticationType = PLAIN;
53
  SOGoMailJunkSettings = {
54
    vendor = "generic";
55
    junkEmailAddress = "expresso-admin@expressovm.com.br";
56
    notJunkEmailAddress = "expresso-admin@expressovm.com.br";
57
  };
58
  SOGoForceExternalLoginWithEmail = NO;
59
  SOGoMailSpoolPath = /var/spool/sogo;
60
  NGImap4ConnectionStringSeparator = "/";
61

    
62
  /* Notifications */
63
  SOGoAppointmentSendEMailNotifications = YES;
64
  SOGoACLsSendEMailNotifications = YES;
65
  SOGoFoldersSendEMailNotifications = YES;
66
  SOGoNotifyOnPersonalModifications = YES;
67
  SOGoNotifyOnExternalModifications = YES;
68
  SOGoEnableEMailAlarms = YES;
69

    
70
  /* Authentication */
71
  //SOGoPasswordChangeEnabled = YES;
72

    
73
  /* LDAP authentication/catalog */
74
  SOGoUserSources = (
75
  {
76
      id = public;
77
      isAddressBook = YES;
78
      type = ldap;
79
      CNFieldName = cn;
80
      IDFieldName = uid;
81
      baseDN = "dc=expressovm,dc=com,dc=br";
82
      bindDN = "cn=admin,dc=expressovm,dc=com,dc=br";
83
      bindPassword = "senha";
84
      filter = "( phpgwaccountstatus = 'A' AND phpgwaccountvisible <> '-1' AND phpgwaccounttype ='u' )";
85
      canAuthenticate = NO;
86
      displayName = "Lista Geral";
87
      hostname = "ldap://ldap.expresso";
88
      SOGoLDAPContactInfoAttribute = cn;
89
      SOGoLDAPQueryLimit = 200;
90
      mapping = {
91
          photo = ("jpegphoto");
92
      }
93
  });
94

    
95
  domains = {
96
	celepar.pr.gov.br = {
97
        SOGoMailDomain = expressovm.com.br;
98
        SOGoMailReplyPlacement = above;
99
        SOGoMailSignaturePlacement = above;
100
        SOGoUserSources = (
101
	      {
102
		      id = ldap_auth;  
103
	        isAddressBook = NO;
104
	        type = ldap;
105
	        CNFieldName = cn;
106
	        UIDFieldName = uid;
107
	        bindFields = (uid);
108
	        baseDN = "dc=expressovm,dc=com,dc=br";
109
	        bindDN = "uid=expresso-admin,ou=celepar,dc=expressovm,dc=com,dc=br";
110
		      bindPassword = "senha";
111
		      filter = "( phpgwaccountstatus = 'A' AND phpgwaccounttype = 'u' )";
112
	        canAuthenticate = YES;
113
	        hostname = "ldap://ldap.expresso";
114
	        SOGoLDAPGroupExpansionEnabled = YES;
115
	      });};
116
  };
117
   
118
  /* Web Interface */
119
  SOGoPageTitle = "Governo do Estado do Paraná";
120
  SOGoVacationEnabled = YES;
121
  SOGoForwardEnabled = YES;
122
  SOGoSieveScriptsEnabled = YES;
123
  SOGoMailAddOutgoingAddresses = YES;
124
  SOGoMailAuxiliaryUserAccountsEnabled = YES;
125
  //SOGoEnableEMailAlarms = YES;
126
  SOGoTrustProxyAuthentication = NO;
127
  SOGoXSRFValidationEnabled = YES;
128
  //SOGoFaviconRelativeURL = "/SOGo.woa/WebServerResources/img/celepar.ico";
129

    
130
  /* General * /
131
  WOMaxUploadSize = 21200;
132
  SOGoMaximumMessageSizeLimit = 21200;
133
  SOGoCalendarDefaultRoles = (
134
      PublicDAndTViewer,
135
      ConfidentialDAndTViewer 
136
  );
137
 
138
  /* Debug */
139
  //SOGoDebugRequests = YES;
140
  //SoDebugBaseURL = YES;
141
  //ImapDebugEnabled = YES;
142
  //LDAPDebugEnabled = YES;
143
  //PGDebugEnabled = YES;
144
  //MySQL4DebugEnabled = YES;
145
  //SOGoUIxDebugEnabled = YES;
146
  //WODontZipResponse = YES;
147
  WOLogFile = /var/log/sogo/sogo.log;
148
}