Skip to content

Commit 81391f4

Browse files
adbenitezmissytake
andauthored
Update cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2
Co-authored-by: missytake <missytake@systemli.org>
1 parent 55cfd00 commit 81391f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ protocol imap {
253253
}
254254
{% endif %}
255255

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

0 commit comments

Comments
 (0)