Getting a list of smtp.office365.com IP ranges

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Getting a list of smtp.office365.com IP ranges

L2 Linker

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

"Here I am, Send me"
5 REPLIES 5

L7 Applicator

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

Hi,

 

Any news on that release?

Thanks for the info as well.

"Here I am, Send me"

Hi @lmori 

Has that update landed yet?

"Here I am, Send me"

@lmori 

 

Any news?

"Here I am, Send me"

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

 

  • 10015 Views
  • 5 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!