mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Set default listening address to 127.0.0.1:20000
No reason to listen on 0.0.0.0 by default
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user