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;
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
add a comment |
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
add a comment |
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
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
postfix microsoft-office-365
asked Apr 11 '18 at 17:59
MilisterMilister
1538 bronze badges
1538 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Apr 11 '18 at 19:37
MilisterMilister
1538 bronze badges
1538 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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