Add DKIM to 'values.yaml.template'
This commit is contained in:
parent
b000116584
commit
87aa884b58
@ -29,6 +29,10 @@ BACKEND:
|
|||||||
# SMTP_PORT: "465"
|
# SMTP_PORT: "465"
|
||||||
# SMTP_IGNORE_TLS: 'true'
|
# SMTP_IGNORE_TLS: 'true'
|
||||||
# SMTP_SECURE: 'true' # true for 465, false for other ports
|
# SMTP_SECURE: 'true' # true for 465, false for other ports
|
||||||
|
# optional
|
||||||
|
SMTP_DKIM_DOMAINNAME: ocelot.social
|
||||||
|
SMTP_DKIM_KEYSELECTOR: 2017
|
||||||
|
SMTP_DKIM_PRIVATKEY: "-----BEGIN RSA PRIVATE KEY-----\n<private.key>\n-----END RSA PRIVATE KEY-----\n"
|
||||||
|
|
||||||
# most likely you don't need to change this
|
# most likely you don't need to change this
|
||||||
MIN_READY_SECONDS: "15"
|
MIN_READY_SECONDS: "15"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user