1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +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_level': "4",
'tmp_path': "/tmp/gateway/",
'pop3_enable': "no",
'imap_enable': "no",
'imaps_enable': "yes"
'pop3_listen': "",
'imap_listen': "",
'imaps_listen': "*:993"
}
})