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

    Doing an Office 365 Migration

    IT Discussion
    5
    21
    3.6k
    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.
    • scottalanmillerS
      scottalanmiller @Dashrender
      last edited by

      @Dashrender said:

      Assuming that O365 can doing SMTP/POP3 - your copiers/mopiers should be able to do the same (if you're lucky the device will use IMAP).

      POP3 and IMAP cannot send email, they can only receive. Thinks like Copiers can only use SMTP since they only send mail. And they rarely support the range of security necessary to use Office 365 or any secured Exchange system. So a relay is normally necessary.

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

        @scottalanmiller said:

        @Dashrender said:

        Assuming that O365 can doing SMTP/POP3 - your copiers/mopiers should be able to do the same (if you're lucky the device will use IMAP).

        POP3 and IMAP cannot send email, they can only receive. Thinks like Copiers can only use SMTP since they only send mail. And they rarely support the range of security necessary to use Office 365 or any secured Exchange system. So a relay is normally necessary.

        OK, I had a misunderstanding (I knew that POP3 didn't send) about IMAP. I thought it took care of both directions.

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

          @Dashrender said:

          OK, I had a misunderstanding (I knew that POP3 didn't send) about IMAP. I thought it took care of both directions.

          By definition, email only exists as SMTP. Any other protocol involved, POP, IMAP, Exchange, etc. is a "mailbox management" protocol. They are used for manipulating email after it has been received. All sending of email is always SMTP and that will never change because it is the use of SMTP that defines something as email.

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

            @scottalanmiller said:

            @Dashrender said:

            OK, I had a misunderstanding (I knew that POP3 didn't send) about IMAP. I thought it took care of both directions.

            By definition, email only exists as SMTP. Any other protocol involved, POP, IMAP, Exchange, etc. is a "mailbox management" protocol. They are used for manipulating email after it has been received. All sending of email is always SMTP and that will never change because it is the use of SMTP that defines something as email.

            OK.. Ha, I guess I can go home I've learned my thing for the day. 🙂

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

              The 500 number helps, I highly doubt I will ever get over 100 in a day. I know there was no documentation posted, I was hoping whoever mentioned the 500 would post where they read that 🙂

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

                @Dashrender said:

                As far as Spiceworks is concerned, why are you using relaying? I have an account setup on my Exchange server that SW logs into just like my outlook clients do.

                It is logging in now, I was thinking to change that. I do not need to keep an O365 mailbox just for a product that I only use a little.

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

                  @JaredBusch said:

                  @Dashrender said:

                  As far as Spiceworks is concerned, why are you using relaying? I have an account setup on my Exchange server that SW logs into just like my outlook clients do.

                  It is logging in now, I was thinking to change that. I do not need to keep an O365 mailbox just for a product that I only use a little.

                  I thought you could have service accounts with O365? no?

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

                    @Dashrender said:

                    @JaredBusch said:

                    @Dashrender said:

                    As far as Spiceworks is concerned, why are you using relaying? I have an account setup on my Exchange server that SW logs into just like my outlook clients do.

                    It is logging in now, I was thinking to change that. I do not need to keep an O365 mailbox just for a product that I only use a little.

                    I thought you could have service accounts with O365? no?

                    You can, just was aiming for one less is all.

                    NaraN 1 Reply Last reply Reply Quote 0
                    • NaraN
                      Nara
                      last edited by

                      That was possibly me mentioning the 500 limit? That's the maximum amount of outbound messages an Office 365 user can send per day.

                      For a quick and easy internal relay, add the Windows Server SMTP service, configure the IP addresses of the devices you want to relay, then add the authentication components. Just make sure the from: address is set the same as the account the relay's using to authenticate.

                      C 1 Reply Last reply Reply Quote 0
                      • NaraN
                        Nara @JaredBusch
                        last edited by

                        @JaredBusch said:

                        @Dashrender said:

                        @JaredBusch said:

                        @Dashrender said:

                        As far as Spiceworks is concerned, why are you using relaying? I have an account setup on my Exchange server that SW logs into just like my outlook clients do.

                        It is logging in now, I was thinking to change that. I do not need to keep an O365 mailbox just for a product that I only use a little.

                        I thought you could have service accounts with O365? no?

                        You can, just was aiming for one less is all.

                        Unless you have service accounts that need to retrieve mail, you could make a "Companyname Email" [email protected] service account and have everything use that.

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

                          In the case of Spiceworks, some people do want SW to receive email for mobile tickets.

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            ChristopherO @Nara
                            last edited by

                            @Nara said:

                            That was possibly me mentioning the 500 limit? That's the maximum amount of outbound messages an Office 365 user can send per day.

                            For a quick and easy internal relay, add the Windows Server SMTP service, configure the IP addresses of the devices you want to relay, then add the authentication components. Just make sure the from: address is set the same as the account the relay's using to authenticate.

                            This is what I did, only without setting it to send everything to O365, just a regular mail relay. Then on the SPF record leave my IP as one that can send mail for my domain. Has worked great so far.

                            1 Reply Last reply Reply Quote 0
                            • C
                              ChristopherO @Dashrender
                              last edited by

                              @Dashrender said:

                              In the case of Spiceworks, some people do want SW to receive email for mobile tickets.

                              SW can log into Office 365 just fine. Mailing in tickets still works for me.

                              scottalanmillerS 1 Reply Last reply Reply Quote 1
                              • scottalanmillerS
                                scottalanmiller @ChristopherO
                                last edited by

                                @ChristopherO said:

                                @Dashrender said:

                                In the case of Spiceworks, some people do want SW to receive email for mobile tickets.

                                SW can log into Office 365 just fine. Mailing in tickets still works for me.

                                Yes we always used SW with Office 365. No issues at all.

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

                                  I contacted our mopier vendor (Konica). They showed me how I can put in usernames and passwords and assign ports and require SSL/TLS for SMTP - so my device should be able to send to O365 too.

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

                                    @Dashrender said:

                                    I contacted our mopier vendor (Konica). They showed me how I can put in usernames and passwords and assign ports and require SSL/TLS for SMTP - so my device should be able to send to O365 too.

                                    Awesome.

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