Update cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2

Co-authored-by: missytake <missytake@systemli.org>
This commit is contained in:
adb
2025-12-10 20:43:03 +01:00
committed by GitHub
parent 55cfd00505
commit 81391f4066

View File

@@ -253,6 +253,7 @@ protocol imap {
}
{% endif %}
{% if not config.imap_compress %}
# Hibernate IDLE users to save memory and CPU resources
# NOTE: this will have no effect if imap_zlib plugin is used
imap_hibernate_timeout = 30s
@@ -275,3 +276,4 @@ service imap-hibernate {
group = $default_internal_group
}
}
{% endif %}