Category Archives: Office 365

Office 365 can not send emails through smtp

After move one domain to office 365 we try to send emails through smtp but not working,

we disable multifactor authentication for the user and domain:

the problem can be identified and demostrated with powershell:

execute from internet explorer:

  1. $credential = Get-Credential  ( enter user id and passwod of one account with outlook license)
  2. Send-MailMessage -From user1@clientdomain.com -To user2@clientdomain.com -Subject “test” -SmtpServer smtp.office365.com -Credential $credential -UseSsl -Port 587
  3. this error appear :  5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM [MR2P264CA0054.FRAP264.PROD.OUTLOOK.COM]

to solve it go to powershell session and chech this:

  • Get-TransportConfig | Format-List SmtpClientAuthenticationDisabled
  • if was true, change it to false : Set-TransportConfig -SmtpClientAuthenticationDisabled $false
Facebooktwitterredditpinterestlinkedinmail

Read More ...

Hybrid configuration Office 365 and exchange 2010

This is a step by step to how to cofigure office 365 in a hybrid enviromment, with an exchange 2010 on premise single server, once you have your subscription activated,

the first step:

add your domain to office 665 console, you have two options to validate that you are the owner of the domain, adding some dns records is the option prefered:

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Outlook with Office 365

to understand how the configuration of Outlook with Office 365, basically i using https proxy server exchange:
Outlook with office 365

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Office 365 DNS configuration

365 Dns records set well to work with “365 office” is not an easy task to have it more clear, is the steps I’ve done:

  • we need to modify several parameters in dns records assuming that our domain is (“dominio.com”):
  • 1. Add validation records (the register office service 365)

tye:  txt value: “MS=ms93xxxxxx”  where the value ms93xxxxxx microsoft gives us when we sign up for the service

type: txt value: “v=verifydomain MS=ms93xxxxxx

we also do validation using MX records, these records will be meaningless once the service set.

type: MX (99)value:”ms93xxxxxx.msv1.invalid

  • 2. Add MX records:
type: MX (10)value:”dominio-com.mail.eo.outlook.com”  ( attention to the first part corresponds to the domain)
  • 3. Add registers spf:
tipo: txt  value: “v=spf1 include:outlook.com ~all“.
tipo: txtvalue: “v=spf1 include:spf.microsoftonline.com ~all“.
  • 4 Add the register at the dns of “autodiscover” for the outlook and mobile devices are configured automatically:
type: cname value: autodiscover points to:  autodiscover.outlook.com
 
In this way the requests are redirected to: autodiscover.dominio.com hacia autodiscover.outlook.com
{jcomments on}
 
my latest development (Multiplayer Online Charts game): http://mp.colome.org
Facebooktwitterredditpinterestlinkedinmail

Read More ...

Categories

Subscribe to my Newsletter




By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close