I'm trying to configure Exchange hybrid, for the first time, to migrate from Office 2013 to O365. I'm getting the following error: Validate Hybrid Agent for Exchange usage - Timeout
I tried to find some more info in the log:
TestMigrationServerAvailabilityOutcome {ErrorDetail='Microsoft.Exchange.Migration.MigrationServerConnectionFailedException: Die Verbindung mit Server 'xxx.resource.mailboxmigration.his.msappproxy.net' konnte nicht hergestellt werden. ---> Microsoft.Exchange.MailboxReplicationService.MRSRemoteTransientException: Fehler beim Aufruf von "https://xxx.resource.mailboxmigration.his.msappproxy.net/EWS/mrsproxy.svc", da kein Dienst am angegebenen Endpunkt gelauscht hat.
Fehlerdetails: There was no endpoint listening at https://xxx.resource.mailboxmigration.his.msappproxy.net/EWS/mrsproxy.svc that could accept the message. This is often caused by an incorrect address or SOAP action.
See InnerException, if present, for more details. --> The remote server returned an error: (400) Bad Request. ---> Microsoft .Exchange.MailboxReplicationService.MRSRemotePermanentException: There was no endpoint listening at https://xxx.resource.mailboxmigration.his.msappproxy.net/EWS/mrsproxy.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> Microsoft.Exchange.MailboxReplicationService.MRSRemotePermanentException: The remote server returned an error: (400) Bad Request.
--- End of inner exception stack trace ---
I tried to use Remote Connectivity Analyzer, the Inbound SMTP E-Mail test failed and showing the following error:
Attempting to send a test email message to sven.wenker@Beam .de using MX XX.mx.XX.net. Delivery of the test email message failed.
Additional Details
The server returned status code 550 - Mailbox unavailable. The server response was: 5.7.1 Fix reverse DNS for xxx.xxx.xxx.xxx
Ausnahmedetails:
Nachricht: Mailbox unavailable. The server response was: 5.7.1 Fix reverse DNS for xxx.xxx.xxx.xxx
Typ: System.Net.Mail.SmtpException
Stapelüberwachung:
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
„at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, MailAddress from, Boolean allowUnicode)
„at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, Boolean allowUnicode, SmtpFailedRecipientException& exception)
„at
System.Net.Mail.SmtpClient.Send(MailMessage message)
„at Microsoft.M365.RCA.ConnectivityTests.SmtpMessageTest.PerformTestReally()