From 1b503bb6b379b4e602c16357a17f97d0c2d0e08a Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Wed, 12 Apr 2023 08:18:09 -0700 Subject: [PATCH] Added SMTP_RETURN_PATH option --- templates/configmap-env.yaml | 3 +++ values.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index 265bd41..fbb8788 100644 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -82,6 +82,9 @@ data: {{- with .Values.mastodon.smtp.from_address }} SMTP_FROM_ADDRESS: {{ . }} {{- end }} + {{- with .Values.mastodon.smtp.return_path }} + SMTP_RETURN_PATH: {{ . }} + {{- end }} {{- with .Values.mastodon.smtp.openssl_verify_mode }} SMTP_OPENSSL_VERIFY_MODE: {{ . }} {{- end }} diff --git a/values.yaml b/values.yaml index 930a5b3..ea9848b 100644 --- a/values.yaml +++ b/values.yaml @@ -137,6 +137,7 @@ mastodon: domain: enable_starttls: 'auto' from_address: notifications@example.com + return_path: openssl_verify_mode: peer port: 587 reply_to: