aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-10-23 23:32:32 +0800
committercrupest <crupest@outlook.com>2024-10-23 23:51:33 +0800
commita6426ffac0fcbfd65e4f3194b1cf9123f7e0b163 (patch)
tree1307ad8fbdc361740529ff9f662b316d3b1bd60e
parent49f062b8984a5265c261a4a854db09bd5f7d3eb7 (diff)
downloadcrupest-a6426ffac0fcbfd65e4f3194b1cf9123f7e0b163.tar.gz
crupest-a6426ffac0fcbfd65e4f3194b1cf9123f7e0b163.tar.bz2
crupest-a6426ffac0fcbfd65e4f3194b1cf9123f7e0b163.zip
feat(dms): add ssl.
-rw-r--r--template/mailserver.env.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/mailserver.env.template b/template/mailserver.env.template
index d8d3117..031c196 100644
--- a/template/mailserver.env.template
+++ b/template/mailserver.env.template
@@ -238,7 +238,7 @@ SMTP_ONLY=
# custom => Enables custom certificates
# manual => Let's you manually specify locations of your SSL certificates for non-standard cases
# self-signed => Enables self-signed certificates
-SSL_TYPE=
+SSL_TYPE=letsencrypt
# These are only supported with `SSL_TYPE=manual`.
# Provide the path to your cert and key files that you've mounted access to within the container.