Hi All,
short guide how to set tls for you mail server
Step 1:
go to --> /etc/dovecot/conf.d/10-ssl.conf
and edit the rows:
ssl_cert = </etc/letsencrypt/live/mail.domain.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.domain.com/privkey.pem
Step 2:
go to --> /etc/postfix/main.cf
and edit the rows:
smtpd_tls_cert_file=/etc/letsencrypt/live/mail.domain.com/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/mail.domain.com/privkey.pem
smtpd_use_tls=yes
step 3 :
restart mail + apache2 services
now check your mil account via web http://checktls.com/perl/TestReceiver.pl?ASSURETLS
enjoy hope you like that
short guide how to set tls for you mail server
Step 1:
go to --> /etc/dovecot/conf.d/10-ssl.conf
and edit the rows:
ssl_cert = </etc/letsencrypt/live/mail.domain.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.domain.com/privkey.pem
Step 2:
go to --> /etc/postfix/main.cf
and edit the rows:
smtpd_tls_cert_file=/etc/letsencrypt/live/mail.domain.com/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/mail.domain.com/privkey.pem
smtpd_use_tls=yes
step 3 :
restart mail + apache2 services
now check your mil account via web http://checktls.com/perl/TestReceiver.pl?ASSURETLS
enjoy hope you like that