- Edited
Mail server 4.5
Google mail client on Android does not accept the certificate. So it is not Let's Encrypt. Although updated today.
I understand that the problem is in the postfix config.
How to specify the correct path to Let's Encrypt?
In the config smtpd_tls_chain_files = /etc/ssl/private/ssl-cert-snakeoil.key,/etc/ssl/certs/ssl-cert-snakeoil.pem
should I also specify the paths to the certificates for Dovecot?
smtpd_tls_cert_file = /www/server/panel/vhost/cert/yourdomain/fullchain.pem
smtpd_tls_key_file = /www/server/panel/vhost/cert/yourdomain/private.key
smtpd_tls_CAfile = /www/server/panel/vhost/cert/yourdomain/chain.pem
is that correct?