From 864a8fc64c09ce8f0db27b114a0e8f8c0adc2d1d Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 16 Oct 2018 14:02:04 +0200 Subject: [PATCH] fix failure to start for dagent with recent master builds (change also compatible with 8.6.x) Signed-off-by: Felix Bartels --- core/defaultconfigs/gateway.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/defaultconfigs/gateway.py b/core/defaultconfigs/gateway.py index 0f86fcf..86454c4 100644 --- a/core/defaultconfigs/gateway.py +++ b/core/defaultconfigs/gateway.py @@ -8,9 +8,9 @@ kcconf.configkopano({ 'log_file': "-", 'log_level': "4", 'tmp_path': "/tmp/gateway/", - 'pop3_enable': "no", - 'imap_enable': "no", - 'imaps_enable': "yes" + 'pop3_listen': "", + 'imap_listen': "", + 'imaps_listen': "*:993" } })