diff --git a/NEWS b/NEWS index c0ab39dcb..abfb071d6 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Enhancements - Added apache configuration for Apple autoconfiguration (#2248) - The init scripts now start 3 sogod processes by default instead of 1 - SOGo now also sends a plain/text parts when sending HTML mails (#2217) + - SOGo now listens on 127.0.0.1:20000 by default (instead of *:20000) Bug fixes - Fixed Finnish mail reply/forward templates (#2401) diff --git a/SoObjects/SOGo/SOGoDefaults.plist b/SoObjects/SOGo/SOGoDefaults.plist index 69e506d8e..bb68c62d7 100644 --- a/SoObjects/SOGo/SOGoDefaults.plist +++ b/SoObjects/SOGo/SOGoDefaults.plist @@ -4,6 +4,8 @@ WOLogFile = "/var/log/sogo/sogo.log"; WOPidFile = "/var/run/sogo/sogo.pid"; + WOPort = "127.0.0.1:20000"; + NGImap4ConnectionStringSeparator = "/"; NGImap4ConnectionGroupIdPrefix = "$"; NGImap4DisableIMAP4Pooling = YES;