-
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Hi,
I'm trying to enable SMTP TLS on a Docker + Traefik/LetsEncrypt stack. I've set these 2 variables to true:
POSTFIX_SMTPD_TLS=true
POSTFIX_SMTP_TLS=trueHowever, I can't figure out the next steps and what to do with these variables:
POSTFIX_SMTPD_TLS_CERT_FILE
POSTFIX_SMTPD_TLS_KEY_FILE
POSTFIX_SMTP_TLS
POSTFIX_RELAYHOST
POSTFIX_RELAYHOST_AUTH_ENABLE
POSTFIX_RELAYHOST_USERNAME
POSTFIX_RELAYHOST_PASSWORD
Basically, all email received by Gmail are marked as "domain.tld did not encrypt this message" and they end up in SPAM.
- Am I on the right track with Postfix TLS?
- If yes, how to implement it?
Metadata
Metadata
Assignees
Labels
No labels