You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I issue docker start or docker restart jeboehm/mailserver-ssl:latest container the startup exits almost immediately. docker logs 7ecb6ed322h shows the following info:
`
Generating a 2048 bit RSA private key
No SSL certificate found. Creating a new one...
........+++
...............................................+++
writing new private key to '/media/tls/mailserver.key'
Signature ok
subject=/C=DE/ST=Northrhine-Westfalia/L=Duesseldorf/O=Mail/OU=Mail/CN=mail.winlin.nl
Getting Private key
SSL certificate was successfully created! Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
`
My question:
How to enable the ssl-container?
Mailing to domains outside the domain I created the mailserver for, fails.
I suppose that it has to do with opendkim, dmarc and spf.
How can I setup dkim, dmarc and spf in my isp-dns zone?
The text was updated successfully, but these errors were encountered:
the SSL container is designed to run only once when no official certificate exists. So everything is fine here.
In general there should be no problems when you don't have DMARC & stuff set up. The logs of the mta container would help here.
Currently, neither DMARC or OpenDKIM are supported by docker-mailserver.
Your docker-mailserver runs nice on my machine.
I have a few questions:
docker start
ordocker restart jeboehm/mailserver-ssl:latest
container the startup exits almost immediately.docker logs 7ecb6ed322h
shows the following info:`
Generating a 2048 bit RSA private key
No SSL certificate found. Creating a new one...
........+++
...............................................+++
writing new private key to '/media/tls/mailserver.key'
Signature ok
subject=/C=DE/ST=Northrhine-Westfalia/L=Duesseldorf/O=Mail/OU=Mail/CN=mail.winlin.nl
Getting Private key
SSL certificate was successfully created! Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
SSL certificate found. Exiting...
`
My question:
How to enable the ssl-container?
Mailing to domains outside the domain I created the mailserver for, fails.
I suppose that it has to do with opendkim, dmarc and spf.
How can I setup dkim, dmarc and spf in my isp-dns zone?
The text was updated successfully, but these errors were encountered: