3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Added SMTP_RETURN_PATH option

This commit is contained in:
Tim Campbell 2023-04-12 08:18:09 -07:00 committed by Renaud Chaput
parent 94ffdc8f83
commit 1b503bb6b3
2 changed files with 4 additions and 0 deletions

View File

@ -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 }}

View File

@ -137,6 +137,7 @@ mastodon:
domain:
enable_starttls: 'auto'
from_address: notifications@example.com
return_path:
openssl_verify_mode: peer
port: 587
reply_to: