Hello,
Beside PrivateKey file, I have 2 bundles of SSL files from Comodo and GogetSSL -
FYI I already installed the cert successfully on http level from Plesk UI. So its only for mail (SMTP, POP, IMAP) that I failed.
After I backup postfix_default.pem & ssl-cert-and-key.pem file I begin to install
Restart mail
And I only found that my mail client cannot connect to my mail server anymore. After some time I had received MailerDaemon error TLS not available due to local problem.
Anybody could help me ???
Beside PrivateKey file, I have 2 bundles of SSL files from Comodo and GogetSSL -
From Comodo:
mydomain.crt
mydomain.ca-bundle
From GoGetSSL:
AddTrustExternalCARoot.crt
COMODORSAAddTrustCA.crt
COMODORSADomainValidationSecureServerCA.crt
my_domain.crt
FYI I already installed the cert successfully on http level from Plesk UI. So its only for mail (SMTP, POP, IMAP) that I failed.
After I backup postfix_default.pem & ssl-cert-and-key.pem file I begin to install
For Postfix
cat PrivateKey mydomain.crt > postfix_default.pem
cp postfix_default.pem /etc/postfix/
And for Dovecot
cp postfix_default.pem /etc/dovecot/private/ssl-cert-and-key.pem
Restart mail
/usr/local/psa/admin/sbin/mailmng --restart-service
And I only found that my mail client cannot connect to my mail server anymore. After some time I had received MailerDaemon error TLS not available due to local problem.
Transcript of session follows.
Out: 220 mydomain ESMTP Postfix
In: EHLO [192.168.1.100]
Out: 250-mydomain
Out: 250-PIPELINING
Out: 250-SIZE 51200000
Out: 250-ETRN
Out: 250-STARTTLS
Out: 250-AUTH CRAM-MD5 PLAIN LOGIN DIGEST-MD5
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: STARTTLS
Out: 454 4.7.0 TLS not available due to local problem
Session aborted, reason: lost connection
Anybody could help me ???