Sending Secure Email with a signed Godaddy cert.
I noticed today that my secure email was using the self signed cert. I did some poking around and saw that dovecot and posfix might be to blame.
I went into:
vi /etc/dovecot/dovecot.conf
and added:
ssl_cert_file = /var/www/server.example.com/ssl/server.example.com.crt
ssl_key_file = /var/www/server.example.com/ssl/server.example.com.key
and then:
vi /etc/postfix/main.cf
and added:
smtpd_tls_cert_file = /var/www/server.example.com/ssl/server.example.com.crt
smtpd_tls_key_file = /var/www/server.example.com/ssl/server.example.com.key
Everything seems to work now with ssl/tls with my Godaddy cert. Is this correct?
|
Recent comments
1 day 13 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 2 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 7 hours ago
2 days 8 hours ago
3 days 22 min ago
3 days 1 hour ago