aboutsummaryrefslogtreecommitdiff
path: root/template
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
commit9b1f66d7c2700d16e08ed5c0e002e98fb44801d0 (patch)
tree1307ad8fbdc361740529ff9f662b316d3b1bd60e /template
parent58663148f6b84da97c25d0fd56bd0356c266b152 (diff)
downloadcrupest-9b1f66d7c2700d16e08ed5c0e002e98fb44801d0.tar.gz
crupest-9b1f66d7c2700d16e08ed5c0e002e98fb44801d0.tar.bz2
crupest-9b1f66d7c2700d16e08ed5c0e002e98fb44801d0.zip
feat(dms): add ssl.
Diffstat (limited to 'template')
-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.