From 28e600a4e6e0b988b23a9c6ad77e26e42d55a163 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Fri, 20 Sep 2013 15:37:34 -0400 Subject: [PATCH] Set default listening address to 127.0.0.1:20000 No reason to listen on 0.0.0.0 by default --- NEWS | 1 + SoObjects/SOGo/SOGoDefaults.plist | 2 ++ 2 files changed, 3 insertions(+) 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;