<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">On 17/10/2020 19:13, Tech Support
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:000801d6a4a8$e04d6d80$a0e84880$@voipbusiness.us">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">All;<o:p></o:p></p>
        <p class="MsoNormal">    I’m trying to setup dovecot to use SSL,
          but I’m getting an error message in the logs. I’m getting the
          error imap-login: Fatal: Couldn't parse private ssl_key. I’m
          using a commercial cert so I know that the .crt and .key files
          themselves are not the problem. I have them configured like
          so:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">ssl_cert =
          </etc/pki/tls/certs/mail_acmewidgets_net.crt<o:p></o:p></p>
        <p class="MsoNormal">ssl_key =
          </etc/pki/tls/private/mail_acmewidgets_net.key <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">The crt is mode 444 and the key is mode
          400. <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Since the log is not giving any other
          information, I don’t know what the problem is. Any insight at
          all would be greatly appreciated.<o:p></o:p></p>
        <p class="MsoNormal">Thanks;<o:p></o:p></p>
        <p class="MsoNormal">Frank<o:p></o:p></p>
      </div>
    </blockquote>
    <p>Frank</p>
    <p>it might help having the full error message that was in the log
      including any error code.</p>
    <p>Despite your certainty of the private key file, that's where I
      would suggest looking. Is your key file in PEM format? Does it
      have a password?<br>
    </p>
    <p>You can use this command (without posting the output) to check an
      rsa kkey:</p>
    <pre>openssl rsa -in /etc/pki/tls/private/mail_acmewidgets_net.key -check

You should get somethings like:

RSA key ok
writing RSA key
-----BEGIN RSA PRIVATE KEY-----
<key data is here>
-----END RSA PRIVATE KEY-----

John
</pre>
  </body>
</html>