Skip to content

Configuring docker mail server to relay inbound and outbound mails #3965

Answered by polarathene
furstblumier asked this question in Q&A
Discussion options

You must be logged in to vote

Sounds good so far! Here's some feedback if it helps :)


# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key

This should probably be configured for your actual TLS certs otherwise they're probably not going to be trusted by anyone that cares when connecting with STARTTLS on port 25 to deliver you mail on the public Postfix instance.

There was a recent issue that might have some CLI commands you can try to inspect the certs:

Should be possible to just spin up a alpine container and install the step package like I show at the start of that 2nd link, then use the verify subcom…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Answer selected by furstblumier
Comment options

You must be logged in to vote
3 replies
@polarathene
Comment options

@furstblumier
Comment options

@polarathene
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants