ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Office 365/Connector

    IT Discussion
    office 365 o365 exchange
    6
    14
    1.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jimmy9008
      last edited by scottalanmiller

      Hi folks,

      Been struggling with this for a while now (1 day or so) and cannot seem to get this working. I have contacted Office 365 support, but no help yet. (This stopped working on Sunday). Would be great to have some ideas on what to check...

      I have a local exchange server. This has a send connector to office 365 for two domains abc.co.uk, and abc.com. This routes emails to our Office 365 smart host address.

      Within Office 365 I have a connector for accepting email from our IP and have those two domains entered as accepted domains.

      When sending emails to the local exchange, all emails arrive successfully to my @abc.com inbox. When I try to send to an external email account, say, gmail, nothing comes through...

      Any ideas?

      Best,
      Jim

      dbeatoD 1 Reply Last reply Reply Quote 1
      • J
        Jimmy9008
        last edited by

        It looks like emails are going from exchange > Office 365, then being blocked by all but our O365 account, but we are not blacklisted anywhere from what I can see...

        1 Reply Last reply Reply Quote 0
        • dafyreD
          dafyre
          last edited by

          Any chance your IP changed?

          J 1 Reply Last reply Reply Quote 0
          • dbeatoD
            dbeato @Jimmy9008
            last edited by

            @Jimmy9008 said in Office 365/Connector:

            Hi folks,

            Been struggling with this for a while now (1 day or so) and cannot seem to get this working. I have contacted Office 365 support, but no help yet. (This stopped working on Sunday). Would be great to have some ideas on what to check...

            I have a local exchange server. This has a send connector to office 365 for two domains abc.co.uk, and abc.com. This routes emails to our Office 365 smart host address.

            Within Office 365 I have a connector for accepting email from our IP and have those two domains entered as accepted domains.

            When sending emails to the local exchange, all emails arrive successfully to my @abc.com inbox. When I try to send to an external email account, say, gmail, nothing comes through...

            Any ideas?

            Best,
            Jim

            Run the Hybrid Deployment Wizard again and then you should be able to send again. I have needed to do this multiple times for my Hybrid customers when it stops after a reboot or so it decides.

            1 Reply Last reply Reply Quote 1
            • J
              Jimmy9008
              last edited by

              @dbeato said in Office 365/Connector:

              @Jimmy9008 said in Office 365/Connector:

              Hi folks,

              Been struggling with this for a while now (1 day or so) and cannot seem to get this working. I have contacted Office 365 support, but no help yet. (This stopped working on Sunday). Would be great to have some ideas on what to check...

              I have a local exchange server. This has a send connector to office 365 for two domains abc.co.uk, and abc.com. This routes emails to our Office 365 smart host address.

              Within Office 365 I have a connector for accepting email from our IP and have those two domains entered as accepted domains.

              When sending emails to the local exchange, all emails arrive successfully to my @abc.com inbox. When I try to send to an external email account, say, gmail, nothing comes through...

              Any ideas?

              Best,
              Jim

              Run the Hybrid Deployment Wizard again and then you should be able to send again. I have needed to do this multiple times for my Hybrid customers when it stops after a reboot or so it decides.

              Just running this again now...

              1 Reply Last reply Reply Quote 0
              • J
                Jimmy9008 @dafyre
                last edited by

                @dafyre said in Office 365/Connector:

                Any chance your IP changed?

                Nope. I just checked to be sure, but were static anyway.

                1 Reply Last reply Reply Quote 1
                • J
                  Jimmy9008
                  last edited by

                  Client Access Server is out of date. Running some updates to then retry the Deployment Wizard.

                  1 Reply Last reply Reply Quote 1
                  • J
                    Jimmy9008
                    last edited by

                    Figured out what is going on here.

                    Our developers recently built an API to our site. Somewhere in China is using the API to create a 7 days trial a few times a second.

                    The trial form uses SMTP to get our Exchange server to email them an activation link. Exchange routes the mail through Office 365, which has blocked the address as spam/attack. So, that is why no emails to other domains (legit customers).

                    So we're using Exchange 2013, does anybody know a way to drop/block any traffic our from the Exchange server to domain qq.com? All other traffic can flow fine, I just want to drop that traffic from our Exchange out.

                    Will add a rule to Office 365 too.

                    Best,
                    Jim

                    JaredBuschJ 1 Reply Last reply Reply Quote 2
                    • JaredBuschJ
                      JaredBusch @Jimmy9008
                      last edited by

                      @Jimmy9008 said in Office 365/Connector:

                      Figured out what is going on here.

                      Our developers recently built an API to our site. Somewhere in China is using the API to create a 7 days trial a few times a second.

                      The trial form uses SMTP to get our Exchange server to email them an activation link. Exchange routes the mail through Office 365, which has blocked the address as spam/attack. So, that is why no emails to other domains (legit customers).

                      So we're using Exchange 2013, does anybody know a way to drop/block any traffic our from the Exchange server to domain qq.com? All other traffic can flow fine, I just want to drop that traffic from our Exchange out.

                      Will add a rule to Office 365 too.

                      Best,
                      Jim

                      That is backwards. Disable the API. Fire the developers. Add security to the API and then reenable it.

                      To actually answer your question, you can block any host in the Exchange ECP.
                      0_1542786067004_00f05f02-51a8-4395-825e-21eefbbc127b-image.png

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        Jimmy9008 @JaredBusch
                        last edited by

                        @JaredBusch said in Office 365/Connector:

                        @Jimmy9008 said in Office 365/Connector:

                        Figured out what is going on here.

                        Our developers recently built an API to our site. Somewhere in China is using the API to create a 7 days trial a few times a second.

                        The trial form uses SMTP to get our Exchange server to email them an activation link. Exchange routes the mail through Office 365, which has blocked the address as spam/attack. So, that is why no emails to other domains (legit customers).

                        So we're using Exchange 2013, does anybody know a way to drop/block any traffic our from the Exchange server to domain qq.com? All other traffic can flow fine, I just want to drop that traffic from our Exchange out.

                        Will add a rule to Office 365 too.

                        Best,
                        Jim

                        That is backwards. Disable the API. Fire the developers. Add security to the API and then reenable it.

                        To actually answer your question, you can block any host in the Exchange ECP.
                        0_1542786067004_00f05f02-51a8-4395-825e-21eefbbc127b-image.png

                        Thanks Jared, found it once home last night and the rules are in place 🙂 just didnt have time to update on here.
                        Yeah, I'd love to do that but the dev team are my boss so thats not happening (sadly)

                        Thanks folks!

                        1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender
                          last edited by

                          This kind of problem goes to show that devs do need to understand at least some IT aspects and the implications their software has.

                          J JaredBuschJ 2 Replies Last reply Reply Quote 1
                          • J
                            Jimmy9008 @Dashrender
                            last edited by

                            @Dashrender

                            Its disappointing. We could see these emails coming for a while yet the team above me ignored them. After over 16k emails, we were blocked, which then gives me a headache to sort it out.

                            So disappointing.

                            1 Reply Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch @Dashrender
                              last edited by

                              @Dashrender said in Office 365/Connector:

                              This kind of problem goes to show that devs do need to understand at least some IT aspects and the implications their software has.

                              That IT needs to be part of software projects.

                              The developers don't have to know.

                              Yes, it can be one and the same person with the role. But It is different roles that need filled.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                Added tags.

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post