Set default listening address to 127.0.0.1:20000

No reason to listen on 0.0.0.0 by default
pull/13/head
Jean Raby 2013-09-20 15:37:34 -04:00
parent ab6e4841ba
commit 28e600a4e6
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@ -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)

View File

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