Use memcached and changed title
parent
4c75967b2b
commit
1aa5280fc2
|
@ -19,10 +19,9 @@
|
||||||
|
|
||||||
SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
|
SOGoIMAPServer = "imap://dovecot:143/?tls=YES";
|
||||||
SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
|
SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
|
||||||
// Can be used by SOGo as DOCKER_SUBNET is in mynetworks, TLS auth. is disabled here
|
|
||||||
SOGoSMTPServer = "postfix:588";
|
SOGoSMTPServer = "postfix:588";
|
||||||
// Binds to DOCKER_SUBNET IP, do not change to 127./localhost, port is not exposed
|
|
||||||
WOPort = "0.0.0.0:20000";
|
WOPort = "0.0.0.0:20000";
|
||||||
|
SOGoMemcachedHost = "memcached";
|
||||||
|
|
||||||
SOGoLanguage = English;
|
SOGoLanguage = English;
|
||||||
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
||||||
|
@ -44,10 +43,9 @@
|
||||||
WOWatchDogRequestTimeout = 10;
|
WOWatchDogRequestTimeout = 10;
|
||||||
WOListenQueueSize = 300;
|
WOListenQueueSize = 300;
|
||||||
WONoDetach = YES;
|
WONoDetach = YES;
|
||||||
WOPort = "0.0.0.0:20000";
|
|
||||||
|
|
||||||
SOGoIMAPAclConformsToIMAPExt = Yes;
|
SOGoIMAPAclConformsToIMAPExt = Yes;
|
||||||
SOGoPageTitle = "SOGo Moo";
|
SOGoPageTitle = "SOGo Groupware";
|
||||||
SOGoFirstDayOfWeek = "1";
|
SOGoFirstDayOfWeek = "1";
|
||||||
|
|
||||||
SOGoSieveFolderEncoding = "UTF-8";
|
SOGoSieveFolderEncoding = "UTF-8";
|
||||||
|
|
Loading…
Reference in New Issue