1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-08 08:26:13 +00:00

fix failure to start for dagent with recent master builds (change also compatible with 8.6.x)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-10-16 14:02:04 +02:00
parent 8b00fbccf9
commit 864a8fc64c

View File

@ -8,9 +8,9 @@ kcconf.configkopano({
'log_file': "-", 'log_file': "-",
'log_level': "4", 'log_level': "4",
'tmp_path': "/tmp/gateway/", 'tmp_path': "/tmp/gateway/",
'pop3_enable': "no", 'pop3_listen': "",
'imap_enable': "no", 'imap_listen': "",
'imaps_enable': "yes" 'imaps_listen': "*:993"
} }
}) })