We are trying to send e-mail notifications using Exchange Online. Everything I can find online shows that this uses smtp.office365.com. This works for us if we don't select the SSL check box in Mail Options, but when we select to use SSL, it fails.

This is what a packet capture looks like on the Adaxes server when attempting to use SSL, over port 587. It is clear here that Microsoft hits the point where it says it's ready to start mail negotiation, but then Adaxes just stops. Why is this?

image.png

by (70 points)

1 Answer

by (310k points)
0 votes

Hello,

The behavior is expected and it is Microsoft’s requirement that SSL is not used. In terms of Adaxes settings it means that the The server requires an encrypted connection (SSL) checkbox is cleared. It does not mean your mail will be sent unencrypted. If you specified a secure port (465 or 587), Adaxes will use TLS, which is effectively an upgraded version of SSL with fixed security vulnerabilities.

Related questions

I have to generate an Excel sheet populated with some users informations. It works on the server itself, but not when i run it via Custom commands. There is the code that ... it does'nt open and throws an error : How to interact with com objects on Adaxes?

asked Nov 29, 2021 by diaz801 (20 points)
0 votes
1 answer

I tested Automatic Login without SSL and it worked fine, but with SSL the Web Interface throws Access Denied error the first time I browser the URL. However, on ... issue? Is there any specific configuration required for making Single SignOn work with SSL?

asked Jul 3, 2013 by sdavidson (730 points)
0 votes
1 answer

This issue affects only Adaxes versions that use the Exchange Online Management (EXO v3) PowerShell module: Adaxes 2023.2 - all versions Adaxes 2023 - starting from version 3.15. ... . For more details, see how to Register Adaxes as an app in Microsoft Azure.

asked Jun 23, 2023 by Adaxes (660 points)
0 votes
0 answers

Hi Team I need some assitance with creating a report to pull from exchange online all user mailboxes that have automatic replies enabled. I have been attempting to use ... Where-Object { $_.AutoReplyState -ne "Disabled" } | Select Identity, StartTime, EndTime

asked Aug 25, 2021 by Richard_NRL (90 points)
0 votes
1 answer

Hi, I'm wondering if there is a way round the following "issue" we have. We are running 2018.2 (3.10.16008.0 x64) with Self-Service Client 1.3.7797.0. A ... given a choice of sign-in options, just go straight to Username & Password? Many thanks, Simon

asked Jan 17, 2019 by simontorroni (70 points)
0 votes
1 answer