Forum Discussion

Off2w0rk's avatar
Off2w0rk
Brass Contributor
Oct 06, 2016

Analyzing message header

We are in hybrid deployment and all mailboxes are in Exchange online. Our mx record is pointing to our 3rd part spam filter, then sent to our on premise server which again sends to Exchange online. In short it looks like this:

 

Sender - 3rd part spam filter - Exchange on-premise - Exchange online.

 

 

When I analyze message header I see the following in Authentication-Results (1st line of the header):

 

spf=none (sender IP is 212.212.212.212) smtp.mailfrom=domain.ninja; domain.mail.onmicrosoft.com; dkim=none (message not signed) header.d=none;domain.mail.onmicrosoft.com; dmarc=none action=none header.from=domain.ninja;domain.com; dkim=none (message not signed) header.d=none;

Sender IP (212.212.212.212) is our On premise exchange server external address.

smtp.mailfrom=domain.ninja is the domain that sent the message

domain.mail.onmicrosoft.com is our exchange online domain.

 

Is this by design that our On-premise exchange server will be seen as sender?

If so, then it means if someone is spoofing our domain it will be bypassed since sender ip is in our SPF record?

 

We are getting more than enough spoofing emails that are directed to our CEO and FInance director and adding SPF record doesn't seem to help.

 

I know DKIM and DMARC should help better against spoofing, but currently we cannot implement them, since our MX record does not point to EOP.

 

THanks!

 

  • It's by design, indeed, to have the IP of your on-premises server seen as the sender IP. EOP is looking at the connecting IP when evaluating SPF and the connecting IP in this case is the IP of your on-premises server.

    The fact that enough emails where your domain is spoofed are reaching your users means that the 3rd party spam filter is not doing the best job or is not configured correctly. Those spoofed emails should be stopped/marked as spam there, at the 3rd party spam filter level. It's also important if your SPF record ends in ~all (soft fail) or -all (hard fail). Many anti spam solutions won't mark as spam an email for which the SPF check soft failed.

    In this configuration, Sender - 3rd part spam filter - Exchange on-premise - Exchange online, you are not using the full capabilities of Exchange Online Protection. Ideally, the MX record should point to EOP.
    • Off2w0rk's avatar
      Off2w0rk
      Brass Contributor

      Thanks Victor,

       

      i still think its bad that EXO/EOP is failing on this SPF check on connecting IP and not also checking X-Origin-IP header (which should be IP of mail server sending out mail).

      What if customer do not use 3rd party spam filter but still want mail to go through on-premise server(for benefits like better messagetrace) ?

      That EOP blindly accepts all message arriving on-premise server is not of best security imo :)

      • Victor_Ungureanu's avatar
        Victor_Ungureanu
        Icon for Microsoft rankMicrosoft

        The X-Originating-IP header doesn't contain the IP address of the original sending server, but the IP of the PC were Outlook or OWA was used to compose and send that email. EOP has no way of evaluating the IP of the initial sending server.

         

        Exhange Online has much improved message tracking capabilities compared to Exchange on-premises.

Resources