Skip to content
Discussion options

You must be logged in to vote

When you're reference files in /opt/postal/config in the postal.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/config directory is mounted at /config.

Assuming the files are in /opt/postal/config on the host, you can just do this.

smtp_server:
  port: 25
  tls_enabled: true
  tls_certificate_path: /config/smtp.crt
  tls_private_key_path: /config/smtp.key

Replies: 2 comments 22 replies

Comment options

You must be logged in to vote
18 replies
@mdobydullah
Comment options

@XenyFord
Comment options

@willpower232
Comment options

@XenyFord
Comment options

@willpower232
Comment options

Comment options

You must be logged in to vote
4 replies
@mdobydullah
Comment options

@XenyFord
Comment options

@hswamy
Comment options

@XenyFord
Comment options

Answer selected by adamcooke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants