How to fix postfix on macOS Sierra 10.12.6?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I can't seem to get postfix to work. Every time I send something and error comes up (TLS is required, but our TLS engine is unavailable)




Trouble Shooting Steps (that didn't work)



  • Deleted openssl in /opt/local/bin forcing it to use the one in /usr/bin

  • Replaced openssl in /opt/local/bin with openssl in /usr/bin from macOS High Sierra

  • Replaced openssl in /usr/bin with openssl in /usr/bin from macOS High Sierra

  • Installed openssl from brew

/etc/postfix/main.cf



relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = yes
smtp_tls_security_level = encrypt
tls_random_source = dev:/dev/urandom
smtp_sasl_security_options = noanonymous
smtp_always_send_ehlo = yes
smtp_sasl_mechanism_filter = plain
inet_protocols = ipv4


/etc/postfix/sasl_passwd



[smtp.gmail.com]:587 XXXXXXXX@gmail.com:XXXXXXXX


Can't Upgrade to High Sierra so please HELP!!!!!!







share|improve this question
























    up vote
    1
    down vote

    favorite












    I can't seem to get postfix to work. Every time I send something and error comes up (TLS is required, but our TLS engine is unavailable)




    Trouble Shooting Steps (that didn't work)



    • Deleted openssl in /opt/local/bin forcing it to use the one in /usr/bin

    • Replaced openssl in /opt/local/bin with openssl in /usr/bin from macOS High Sierra

    • Replaced openssl in /usr/bin with openssl in /usr/bin from macOS High Sierra

    • Installed openssl from brew

    /etc/postfix/main.cf



    relayhost = [smtp.gmail.com]:587
    smtp_sasl_auth_enable = yes
    smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
    smtp_use_tls = yes
    smtp_tls_security_level = encrypt
    tls_random_source = dev:/dev/urandom
    smtp_sasl_security_options = noanonymous
    smtp_always_send_ehlo = yes
    smtp_sasl_mechanism_filter = plain
    inet_protocols = ipv4


    /etc/postfix/sasl_passwd



    [smtp.gmail.com]:587 XXXXXXXX@gmail.com:XXXXXXXX


    Can't Upgrade to High Sierra so please HELP!!!!!!







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I can't seem to get postfix to work. Every time I send something and error comes up (TLS is required, but our TLS engine is unavailable)




      Trouble Shooting Steps (that didn't work)



      • Deleted openssl in /opt/local/bin forcing it to use the one in /usr/bin

      • Replaced openssl in /opt/local/bin with openssl in /usr/bin from macOS High Sierra

      • Replaced openssl in /usr/bin with openssl in /usr/bin from macOS High Sierra

      • Installed openssl from brew

      /etc/postfix/main.cf



      relayhost = [smtp.gmail.com]:587
      smtp_sasl_auth_enable = yes
      smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
      smtp_use_tls = yes
      smtp_tls_security_level = encrypt
      tls_random_source = dev:/dev/urandom
      smtp_sasl_security_options = noanonymous
      smtp_always_send_ehlo = yes
      smtp_sasl_mechanism_filter = plain
      inet_protocols = ipv4


      /etc/postfix/sasl_passwd



      [smtp.gmail.com]:587 XXXXXXXX@gmail.com:XXXXXXXX


      Can't Upgrade to High Sierra so please HELP!!!!!!







      share|improve this question












      I can't seem to get postfix to work. Every time I send something and error comes up (TLS is required, but our TLS engine is unavailable)




      Trouble Shooting Steps (that didn't work)



      • Deleted openssl in /opt/local/bin forcing it to use the one in /usr/bin

      • Replaced openssl in /opt/local/bin with openssl in /usr/bin from macOS High Sierra

      • Replaced openssl in /usr/bin with openssl in /usr/bin from macOS High Sierra

      • Installed openssl from brew

      /etc/postfix/main.cf



      relayhost = [smtp.gmail.com]:587
      smtp_sasl_auth_enable = yes
      smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
      smtp_use_tls = yes
      smtp_tls_security_level = encrypt
      tls_random_source = dev:/dev/urandom
      smtp_sasl_security_options = noanonymous
      smtp_always_send_ehlo = yes
      smtp_sasl_mechanism_filter = plain
      inet_protocols = ipv4


      /etc/postfix/sasl_passwd



      [smtp.gmail.com]:587 XXXXXXXX@gmail.com:XXXXXXXX


      Can't Upgrade to High Sierra so please HELP!!!!!!









      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 25 '17 at 6:03









      JBis

      1163




      1163




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          10.12.6 has a bug that is causing this to occur, even though the Security Patch that apple released was for 10.13.1 and 10.12.6. Upgrading to High Sierra with 10.13.1 will ultimately fix your issue without any configuration changes.






          share|improve this answer
















          • 1




            Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
            – JBis
            Dec 25 '17 at 14:33










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412895%2fhow-to-fix-postfix-on-macos-sierra-10-12-6%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          10.12.6 has a bug that is causing this to occur, even though the Security Patch that apple released was for 10.13.1 and 10.12.6. Upgrading to High Sierra with 10.13.1 will ultimately fix your issue without any configuration changes.






          share|improve this answer
















          • 1




            Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
            – JBis
            Dec 25 '17 at 14:33














          up vote
          1
          down vote













          10.12.6 has a bug that is causing this to occur, even though the Security Patch that apple released was for 10.13.1 and 10.12.6. Upgrading to High Sierra with 10.13.1 will ultimately fix your issue without any configuration changes.






          share|improve this answer
















          • 1




            Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
            – JBis
            Dec 25 '17 at 14:33












          up vote
          1
          down vote










          up vote
          1
          down vote









          10.12.6 has a bug that is causing this to occur, even though the Security Patch that apple released was for 10.13.1 and 10.12.6. Upgrading to High Sierra with 10.13.1 will ultimately fix your issue without any configuration changes.






          share|improve this answer












          10.12.6 has a bug that is causing this to occur, even though the Security Patch that apple released was for 10.13.1 and 10.12.6. Upgrading to High Sierra with 10.13.1 will ultimately fix your issue without any configuration changes.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 25 '17 at 7:33









          Sokel

          1,28658




          1,28658







          • 1




            Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
            – JBis
            Dec 25 '17 at 14:33












          • 1




            Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
            – JBis
            Dec 25 '17 at 14:33







          1




          1




          Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
          – JBis
          Dec 25 '17 at 14:33




          Is there any chance you can tell me what files change so I can copy them over from a high Sierra install. I have already tried copying openssl
          – JBis
          Dec 25 '17 at 14:33












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412895%2fhow-to-fix-postfix-on-macos-sierra-10-12-6%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay