Forum Discussion
Teams calendar not syncing with exchange on-prem calendar
ChristianBergstromThx for the Link, I went through it an 2 things occured:
THe Inbound SMTP Mail test failed with error: 550 - Mailbox unavailable. The server response was: No RDNS entry for IP_ADDRESS
I think this is not problematic as this test fails too for a customer where sync is working.
Another issue is the used certificate which is configured only for the IIS service and not for SMTP. I tried to add SMTP via GUI and with exchange commandline but smtp service isn't added. I don't know this happens now as I'm logged in with the Administrator account and no error messages are displayed.
Besides these 2 isssues everything went fine.
Do you have an idea why adding the cert to the SMTP service is failing?
Julian12 Hello Julian, you mean nothing happens when you run this 'Enable-ExchangeCertificate <thumbprint> -services SMTP'?
I was going to suggest the solution described here https://support.microsoft.com/en-nz/help/2989382/can-t-receive-mail-in-a-hybrid-environment but as you cant add smtp it's a problem.
Have you had a look at this as well? https://docs.microsoft.com/en-us/exchange/architecture/client-access/assign-certificates-to-services?view=exchserver-2019
- Julian12Apr 23, 2020Brass Contributor
ChristianBergstromyes, nothing happens when I safe the menu in the gui or send the command in the shell.
Yes, I used the site you mentioned at the end.
- ChristianBergstromApr 23, 2020Silver Contributor
Julian12 Can you use the Get-ExchangeCertificate cmdlet? How does it look? Did you check all prerequisites and proper permission?
As nothing happens when you're trying to Enable-ExchangeCertificate <Thumbprint> -Services SMTP it's quite difficult to figure out, but I believe this is as close as it gets from what you been experiencing.
https://social.technet.microsoft.com/Forums/office/en-US/b24a78c6-695a-4f70-917f-078160be6a6e/enableexchangecertificate-problem-with-smtp?forum=Exch2016MFSM
If that doesn't help you either, I have to ask you to reach out to the Exchange experts.
Good luck!
- Julian12Apr 23, 2020Brass Contributor
ChristianBergstromYes, I can use the get-exchangecertificate cmdlet, output should be fine besides the missing SMTP entry in the services field.
Permissions should also be fine, I can do everything else with my admin account.
The problem mentioned in your link is similar but they won't show any resolution to it, so in the end not helpful unfortunately.
Maybe I need to open or move this topic to the exchange community thread to get the attention of exchange experts.
Thanks and Regards
Julian