From 1aa5280fc20e8ef18df0699dded7a5c5e0b4cf5b Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 15 Dec 2016 10:04:32 +0100 Subject: [PATCH] Use memcached and changed title --- data/conf/sogo/sogo.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index b5a3f77c..ed5ec384 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -19,10 +19,9 @@ SOGoIMAPServer = "imap://dovecot:143/?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"; - // Binds to DOCKER_SUBNET IP, do not change to 127./localhost, port is not exposed WOPort = "0.0.0.0:20000"; + SOGoMemcachedHost = "memcached"; SOGoLanguage = English; SOGoMailAuxiliaryUserAccountsEnabled = YES; @@ -44,10 +43,9 @@ WOWatchDogRequestTimeout = 10; WOListenQueueSize = 300; WONoDetach = YES; - WOPort = "0.0.0.0:20000"; SOGoIMAPAclConformsToIMAPExt = Yes; - SOGoPageTitle = "SOGo Moo"; + SOGoPageTitle = "SOGo Groupware"; SOGoFirstDayOfWeek = "1"; SOGoSieveFolderEncoding = "UTF-8";