1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 13:52:56 +00:00

Add softdelete and backup to scheduler (#189)

* disable soft delete in kopano-server and add cron in scheduler to execute it there (fixes #187)
* fix cron example for backup
This commit is contained in:
Felix Bartels
2019-06-21 07:50:48 +02:00
committed by GitHub
parent 4d2cffbe09
commit f0cc708933
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ kcconf.configkopano({
'server_listen': "*:236",
'server_listen_tls': "*:237",
'sync_gab_realtime': "no",
'softdelete_lifetime': "0",
'kcoidc_initialize_timeout': "360"
}
})