aboutsummaryrefslogtreecommitdiff
path: root/templates/mailserver.env
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-01-28 00:21:30 +0800
committerYuqian Yang <crupest@crupest.life>2025-01-28 00:21:30 +0800
commitd82becfd6777fed30f5e6dc04ce6e37404dbffc7 (patch)
tree57a3cc9f68a7c39594832f4f27e201ff4cd8ce5a /templates/mailserver.env
parentfc9b7ef5888fe8b9e62fe510a7dffdea13642908 (diff)
downloadcrupest-d82becfd6777fed30f5e6dc04ce6e37404dbffc7.tar.gz
crupest-d82becfd6777fed30f5e6dc04ce6e37404dbffc7.tar.bz2
crupest-d82becfd6777fed30f5e6dc04ce6e37404dbffc7.zip
feat(mail): enable sieve.
Diffstat (limited to 'templates/mailserver.env')
-rw-r--r--templates/mailserver.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mailserver.env b/templates/mailserver.env
index 031c196..9b12dfe 100644
--- a/templates/mailserver.env
+++ b/templates/mailserver.env
@@ -220,7 +220,7 @@ FAIL2BAN_BLOCKTYPE=drop
# 1 => Enables Managesieve on port 4190
# empty => disables Managesieve
-ENABLE_MANAGESIEVE=
+ENABLE_MANAGESIEVE=1
# **enforce** => Allow other tests to complete. Reject attempts to deliver mail with a 550 SMTP reply, and log the helo/sender/recipient information. Repeat this test the next time the client connects.
# drop => Drop the connection immediately with a 521 SMTP reply. Repeat this test the next time the client connects.