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";