Displaying 1 result from an estimated 1 matches for "chain2023".
2023 Jan 27
0
[REVISIONS] How to install SSL Certificate on Dovecot and Postfix
...n-ming-corp/inter2023.crt
# nano /etc/dovecot/dovecot.conf
protocols = imap pop3
!include conf.d/*.conf
SECTION ON POSTFIX
===================
# nano /etc/postfix/main.cf
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/2023.key
smtpd_tls_cert_file = /etc/postfix/chain2023.crt
smtpd_tls_CAfile = /etc/postfix/inter2023.crt
Note: chain2023.crt is made by combining 2023.crt and inter2023.crt
# nano /etc/postfix/master.cf
submission inet n - n - - smtpd
smtps inet n - n - - smtpd
tlsmgr unix - - n 1000? 1 tlsmgr
That's all.
Regards,
Mr. Turritopsis Dohrnii Teo...