docker-mail-relay icon indicating copy to clipboard operation
docker-mail-relay copied to clipboard

Postfix Mail Relay in a Docker container

Results 4 docker-mail-relay issues
Sort by recently updated
recently updated
newest added

I'm using Docker for windows. How I must to edit setting? Thanks

Hi, Neither alpine nor ca-certificates package provide ssl certificate and private key used in your [postfix main.cf template](https://github.com/alterrebe/docker-mail-relay/blob/master/conf/postfix-main.cf#L21-L22) Since `smtpd_use_tls` is set to `true`, the postfix daemon reply with :...

I can't relay messages to Sendgrid using TLS, I get this error in the mailllog 2017-07-31T19:25:14.229313+00:00 smtp postfix/smtpd[312]: warning: cannot get RSA certificate from file "/etc/ssl/certs/ssl-cert-snakeoil.pem": disabling TLS support 2017-07-31T19:25:14.229345+00:00...

Hi, I'd like to run this in production, so I'd like to know how to troubleshoot this service. So several questions about maintenance: - Where do I find logs? -...