- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-19-2019 07:20 AM
Hi,
Pretty new to MM and so far I have it up and running in Azure.
I used the O365 guide and it worked well however I was wondering if there is a way to get specifically the ranges used for SMTP and if someone could potentially help me with that?
I see there is a list here: https://docs.microsoft.com/en-us/office365/enterprise/urls-and-ip-address-ranges
08-19-2019 07:56 AM
Hi @TyronF,
that URL is outdated, now Microsoft has a new API to publish endpoints. MineMeld is alredy using the new API and there will be an enhnchement on the new version of MineMeld that will make selecting specific endpoints easier. New version should be out this week.
Luigi
08-27-2019 01:41 AM
Hi,
Any news on that release?
Thanks for the info as well.
11-13-2019 06:29 AM
Hi @TyronF,
this was released some weeks ago. I'd use the following config for selecting only the IPs for smtp.office365.com:
infilters:
- actions:
- accept
conditions:
- __method == 'withdraw'
name: accept withdraws
- actions:
- accept
conditions:
- contains(o365_serviceArea_list, 'exchange') == true
- contains(o365_tcpPorts_list, '587') == true
- contains(o365_required_list, 'true') == true
name: exchange with port 587
- actions:
- drop
name: drop all
store_value: true
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!