aboutsummaryrefslogtreecommitdiff
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
commitdcda6710930f330f0061a717369e4eb3166e6322 (patch)
tree57a3cc9f68a7c39594832f4f27e201ff4cd8ce5a
parent23ff15bbfa618ba144e302216332a0c816367a6a (diff)
downloadcrupest-dcda6710930f330f0061a717369e4eb3166e6322.tar.gz
crupest-dcda6710930f330f0061a717369e4eb3166e6322.tar.bz2
crupest-dcda6710930f330f0061a717369e4eb3166e6322.zip
feat(mail): enable sieve.
-rw-r--r--templates/docker-compose.yaml.template2
-rw-r--r--templates/mailserver.env2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template
index 0150c18..1d2de80 100644
--- a/templates/docker-compose.yaml.template
+++ b/templates/docker-compose.yaml.template
@@ -170,7 +170,7 @@ services:
- ROUNDCUBEMAIL_SMTP_SERVER=ssl://mail.crupest.life
- ROUNDCUBEMAIL_SMTP_PORT=465
- ROUNDCUBEMAIL_DB_TYPE=sqlite
- - ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,newmail_notifier,show_additional_headers,userinfo,zipdownload
+ - ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,newmail_notifier,show_additional_headers,userinfo,zipdownload,managesieve
restart: on-failure:3
2fauth:
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.