diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-01-28 00:21:30 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-28 00:21:30 +0800 |
commit | d82becfd6777fed30f5e6dc04ce6e37404dbffc7 (patch) | |
tree | 57a3cc9f68a7c39594832f4f27e201ff4cd8ce5a /templates/docker-compose.yaml.template | |
parent | fc9b7ef5888fe8b9e62fe510a7dffdea13642908 (diff) | |
download | crupest-d82becfd6777fed30f5e6dc04ce6e37404dbffc7.tar.gz crupest-d82becfd6777fed30f5e6dc04ce6e37404dbffc7.tar.bz2 crupest-d82becfd6777fed30f5e6dc04ce6e37404dbffc7.zip |
feat(mail): enable sieve.
Diffstat (limited to 'templates/docker-compose.yaml.template')
-rw-r--r-- | templates/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 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: |