Office365 relay-POSTFIX-Authentication unsuccessfulHow to configure Postfix client relay to Exchange 2010 serverSASL + postfixadmin - SMTP authentication with hashed passwordPostfix SASL errorPostfix smtpd won't talk to saslauthdUpgrading to Debian 7: Postfix Auth failssaslauthd + PostFix producing password verification and authentication errorscouldn't authenticate to backend server: no mechanism availablepostfix relaying all mail through office365 problemsPOSTFIX fatal: no SASL authentication mechanismsSASL authentication failure: Password verification failed (postfix + cyrus + saslauthd)

The Puzzling Reverse and Add Sequence

Does the UK have a written constitution?

Do we or do we not observe (measure) superpositions all the time?

Can I travel from Germany to England alone as an unaccompanied minor?

Can a single server be associated with multiple domains?

How do I spend money in Sweden and Denmark?

Fluently Validation of Objects

Drawing game tree - Tikz or Forest?

Should I report a leak of confidential HR information?

Difference between 'demás' and 'otros'?

Why do I have to press the shutter button twice on my Canon 6d Mark II?

Conduit Fill and Derating for THHN Cables (outdoor run)

Polish letters in ASME English template

The difference between Rad1 and Rfd1

Why Is Abelian Gauge Theory So Special?

Analog is Obtuse!

Was touching your nose a greeting in second millenium Mesopotamia?

Do sudoku answers always have a single minimal clue set?

Wilcoxon signed rank test – critical value for n>50

How can I create ribbons like these in Microsoft word 2010?

How well known and how commonly used was Huffman coding in 1979?

For people who believe in Jesus and not the devil, what happend in the desert?

Does anycast addressing add additional latency in any way?

What's the point of DHS warning passengers about Manila airport?



Office365 relay-POSTFIX-Authentication unsuccessful


How to configure Postfix client relay to Exchange 2010 serverSASL + postfixadmin - SMTP authentication with hashed passwordPostfix SASL errorPostfix smtpd won't talk to saslauthdUpgrading to Debian 7: Postfix Auth failssaslauthd + PostFix producing password verification and authentication errorscouldn't authenticate to backend server: no mechanism availablepostfix relaying all mail through office365 problemsPOSTFIX fatal: no SASL authentication mechanismsSASL authentication failure: Password verification failed (postfix + cyrus + saslauthd)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Having issues setting Office 365 as relay in postfix



yum install cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5


sasl_passwd:



[smtp.office365.com]:587 user@xompany.com:password


main.cf:



relayhost = [smtp.office365.com]:587
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_auth_enable = yes
smtp_generic_maps = hash:/etc/postfix/generic

smtp_tls_security_level = may
smtp_sasl_security_options = noanonymous


cat /etc/sasl2/smtpd.conf



pwcheck_method: saslauthd



mech_list: plain login



Error:



localhost postfix/smtp[6073]: 60B1E400E9F9: SASL authentication failed; server smtp.office365.com[40.101.77.82] said: 535 5.7.3 Authentication unsuccessful [VI1PR07CA0165.eurprd07.prod.outlook.com]


what am i missing ? I see in some guides SSL certificates are used, if it's a must, what's procedure to obtain them ?










share|improve this question




























    1















    Having issues setting Office 365 as relay in postfix



    yum install cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5


    sasl_passwd:



    [smtp.office365.com]:587 user@xompany.com:password


    main.cf:



    relayhost = [smtp.office365.com]:587
    smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
    smtp_sasl_auth_enable = yes
    smtp_generic_maps = hash:/etc/postfix/generic

    smtp_tls_security_level = may
    smtp_sasl_security_options = noanonymous


    cat /etc/sasl2/smtpd.conf



    pwcheck_method: saslauthd



    mech_list: plain login



    Error:



    localhost postfix/smtp[6073]: 60B1E400E9F9: SASL authentication failed; server smtp.office365.com[40.101.77.82] said: 535 5.7.3 Authentication unsuccessful [VI1PR07CA0165.eurprd07.prod.outlook.com]


    what am i missing ? I see in some guides SSL certificates are used, if it's a must, what's procedure to obtain them ?










    share|improve this question
























      1












      1








      1








      Having issues setting Office 365 as relay in postfix



      yum install cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5


      sasl_passwd:



      [smtp.office365.com]:587 user@xompany.com:password


      main.cf:



      relayhost = [smtp.office365.com]:587
      smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
      smtp_sasl_auth_enable = yes
      smtp_generic_maps = hash:/etc/postfix/generic

      smtp_tls_security_level = may
      smtp_sasl_security_options = noanonymous


      cat /etc/sasl2/smtpd.conf



      pwcheck_method: saslauthd



      mech_list: plain login



      Error:



      localhost postfix/smtp[6073]: 60B1E400E9F9: SASL authentication failed; server smtp.office365.com[40.101.77.82] said: 535 5.7.3 Authentication unsuccessful [VI1PR07CA0165.eurprd07.prod.outlook.com]


      what am i missing ? I see in some guides SSL certificates are used, if it's a must, what's procedure to obtain them ?










      share|improve this question














      Having issues setting Office 365 as relay in postfix



      yum install cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5


      sasl_passwd:



      [smtp.office365.com]:587 user@xompany.com:password


      main.cf:



      relayhost = [smtp.office365.com]:587
      smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
      smtp_sasl_auth_enable = yes
      smtp_generic_maps = hash:/etc/postfix/generic

      smtp_tls_security_level = may
      smtp_sasl_security_options = noanonymous


      cat /etc/sasl2/smtpd.conf



      pwcheck_method: saslauthd



      mech_list: plain login



      Error:



      localhost postfix/smtp[6073]: 60B1E400E9F9: SASL authentication failed; server smtp.office365.com[40.101.77.82] said: 535 5.7.3 Authentication unsuccessful [VI1PR07CA0165.eurprd07.prod.outlook.com]


      what am i missing ? I see in some guides SSL certificates are used, if it's a must, what's procedure to obtain them ?







      postfix microsoft-office-365






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 11 '18 at 17:59









      MilisterMilister

      1538 bronze badges




      1538 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          0














          Got it working, i missed one letter in username, once corrected it ran postmap hash:/etc/postfix/sasl_passwd,restarted postfix and messages started to flow






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f907219%2foffice365-relay-postfix-authentication-unsuccessful%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Got it working, i missed one letter in username, once corrected it ran postmap hash:/etc/postfix/sasl_passwd,restarted postfix and messages started to flow






            share|improve this answer



























              0














              Got it working, i missed one letter in username, once corrected it ran postmap hash:/etc/postfix/sasl_passwd,restarted postfix and messages started to flow






              share|improve this answer

























                0












                0








                0







                Got it working, i missed one letter in username, once corrected it ran postmap hash:/etc/postfix/sasl_passwd,restarted postfix and messages started to flow






                share|improve this answer













                Got it working, i missed one letter in username, once corrected it ran postmap hash:/etc/postfix/sasl_passwd,restarted postfix and messages started to flow







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 11 '18 at 19:37









                MilisterMilister

                1538 bronze badges




                1538 bronze badges



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f907219%2foffice365-relay-postfix-authentication-unsuccessful%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos

                    Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?