Skip to content

Commit

Permalink
Added SMTP_RETURN_PATH option
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim authored and renchap committed Apr 12, 2023
1 parent 94ffdc8 commit 1b503bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ mastodon:
domain:
enable_starttls: 'auto'
from_address: notifications@example.com
return_path:
openssl_verify_mode: peer
port: 587
reply_to:
Expand Down

0 comments on commit 1b503bb

Please sign in to comment.