Added SMTP_RETURN_PATH option
This commit is contained in:
parent
94ffdc8f83
commit
1b503bb6b3
|
@ -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 }}
|
||||
|
|
|
@ -137,6 +137,7 @@ mastodon:
|
|||
domain:
|
||||
enable_starttls: 'auto'
|
||||
from_address: notifications@example.com
|
||||
return_path:
|
||||
openssl_verify_mode: peer
|
||||
port: 587
|
||||
reply_to:
|
||||
|
|
Loading…
Reference in New Issue
Block a user