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 }}
|
{{- with .Values.mastodon.smtp.from_address }}
|
||||||
SMTP_FROM_ADDRESS: {{ . }}
|
SMTP_FROM_ADDRESS: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.mastodon.smtp.return_path }}
|
||||||
|
SMTP_RETURN_PATH: {{ . }}
|
||||||
|
{{- end }}
|
||||||
{{- with .Values.mastodon.smtp.openssl_verify_mode }}
|
{{- with .Values.mastodon.smtp.openssl_verify_mode }}
|
||||||
SMTP_OPENSSL_VERIFY_MODE: {{ . }}
|
SMTP_OPENSSL_VERIFY_MODE: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -137,6 +137,7 @@ mastodon:
|
||||||
domain:
|
domain:
|
||||||
enable_starttls: 'auto'
|
enable_starttls: 'auto'
|
||||||
from_address: notifications@example.com
|
from_address: notifications@example.com
|
||||||
|
return_path:
|
||||||
openssl_verify_mode: peer
|
openssl_verify_mode: peer
|
||||||
port: 587
|
port: 587
|
||||||
reply_to:
|
reply_to:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user