Failed to read SMTP TLS certificate #1512
-
|
Hi, I set up Postal with docker (followed: https://docs.postalserver.io/) and added cert files to the postal.yml file. Tested with: https://www.gmass.co/smtp-test Results: Then I checked Postal SMTP log: How can I solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 22 replies
-
|
I think you should use |
Beta Was this translation helpful? Give feedback.
-
|
When you're reference files in Assuming the files are in smtp_server:
port: 25
tls_enabled: true
tls_certificate_path: /config/smtp.crt
tls_private_key_path: /config/smtp.key |
Beta Was this translation helpful? Give feedback.



When you're reference files in
/opt/postal/configin thepostal.yml, you need to remember that the containers that are running Postal don't have access to operating system's file system. The/opt/postal/configdirectory is mounted at/config.Assuming the files are in
/opt/postal/configon the host, you can just do this.