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

    If you have multiple servers on a network, do you install postfix on each one

    IT Discussion
    reality check linux postfix brrabill goes wild
    7
    57
    2.8k
    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.
    • BRRABillB
      BRRABill @scottalanmiller
      last edited by

      @scottalanmiller said

      This is very different from what you asked. You asked about getting email working from the OS, and the OS does it with postfix and the standard mail command that you were trying to use depends on an MTA. Other applications may have their own SMTP individually. But that is a question about an application sending email, not about Linux or the OS sending it. Totally different concepts.

      It is, but like everything here at ML the original question got critiqued and then spun into a new thread.

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

        @jaredbusch said in If you have multiple servers on a network, do you install postfix on each one:

        @scottalanmiller said in If you have multiple servers on a network, do you install postfix on each one:

        @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

        My root issue, I guess, if that I cannot get dnf-automatic to send e-mail to any public e-mail servers. Not Office365, for example.

        Can I get it to send to my internal e-mail server on my internal network? Sure.

        This is very different from what you asked. You asked about getting email working from the OS, and the OS does it with postfix and the standard mail command that you were trying to use depends on an MTA. Other applications may have their own SMTP individually. But that is a question about an application sending email, not about Linux or the OS sending it. Totally different concepts.

        I told you that oyu gave the corect answer on an incorrectly worded question.

        Right, which I've been trying to explain to him offline. He asked you one thing privately and me a different thing. Me, he asked about the mail command and getting the OS to send.

        1 Reply Last reply Reply Quote 0
        • BRRABillB
          BRRABill @JaredBusch
          last edited by

          @jaredbusch said

          I told you that oyu gave the corect answer on an incorrectly worded question.

          And how was it incorrectly worded?

          JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @BRRABill
            last edited by

            @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

            @jaredbusch said

            I told you that oyu gave the corect answer on an incorrectly worded question.

            And how was it incorrectly worded?

            oh FFS

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

              @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

              @scottalanmiller said

              This is very different from what you asked. You asked about getting email working from the OS, and the OS does it with postfix and the standard mail command that you were trying to use depends on an MTA. Other applications may have their own SMTP individually. But that is a question about an application sending email, not about Linux or the OS sending it. Totally different concepts.

              It is, but like everything here at ML the original question got critiqued and then spun into a new thread.

              But it is a totally new topic. You should ask that in a new thread. As it is not directly related to the topics discussed.

              THink of it this way....

              Windows can't send email as Windows. But Thunderbird on Windows can send SMTP itself. Just because an app brings a capability doesn't mean that the OS has that capability.

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

                @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                @jaredbusch said

                I told you that oyu gave the corect answer on an incorrectly worded question.

                And how was it incorrectly worded?

                Did you want to know about Fedora sending email or dnf-automatic sending email?

                Fedora is what was asked about.

                1 Reply Last reply Reply Quote 0
                • BRRABillB
                  BRRABill
                  last edited by

                  OK, so let's take this a step back.

                  Bob is an IT admin. He hosts his mail on Office365.

                  He wants to use dnf-automatic to send mail.

                  How does he do this?

                  scottalanmillerS 1 Reply Last reply Reply Quote 2
                  • ObsolesceO
                    Obsolesce @BRRABill
                    last edited by

                    @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                    My root issue, I guess, if that I cannot get dnf-automatic to send e-mail to any public e-mail servers. Not Office365, for example.

                    This is because Office365, Google, etc email does not accept and send out emails for just any random email server.

                    They require authentication.

                    This is why you need to use, in the case of dnf-automatic, an SMTP server that is set up and authenticated with Office365. That way when dnf-automatic sends out an email as you@domain.com, it goes to your SMTP server to authenticate, then sends via whatever account info the SMTP server is authenticating by... whether it's a global "relay@domain.com" address or whatever.

                    BRRABillB scottalanmillerS 2 Replies Last reply Reply Quote 0
                    • BRRABillB
                      BRRABill @Obsolesce
                      last edited by

                      @tim_g said

                      This is because Office365, Google, etc email does not accept and send out emails for just any random email server.

                      They require authentication.

                      This is why you need to use, in the case of dnf-automatic, an SMTP server that is set up and authenticated with Office365. That way when dnf-automatic sends out an email as you@domain.com, it goes to your SMTP server to authenticate, then sends via whatever account info the SMTP server is authenticating by... whether it's a global "relay@domain.com" address or whatever.

                      This is what I am contending. That just entering a SMTP server in dnf-automatic will not get the job done. Unless you own it and can control it. Or use some sort of authentication.

                      However, postfix does seem to work to Office365, and GMail. No questions asked.

                      scottalanmillerS JaredBuschJ ObsolesceO 3 Replies Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @BRRABill
                        last edited by

                        @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                        @tim_g said

                        This is because Office365, Google, etc email does not accept and send out emails for just any random email server.

                        They require authentication.

                        This is why you need to use, in the case of dnf-automatic, an SMTP server that is set up and authenticated with Office365. That way when dnf-automatic sends out an email as you@domain.com, it goes to your SMTP server to authenticate, then sends via whatever account info the SMTP server is authenticating by... whether it's a global "relay@domain.com" address or whatever.

                        This is what I am contending. That just entering a SMTP server in dnf-automatic will not get the job done. Unless you own it and can control it. Or use some sort of authentication.

                        However, postfix does seem to work to Office365, and GMail. No questions asked.

                        That makes no sense and is obviously wrong. All MTAs work with all systems, always. SMTP doesn't have versions or compatibility problems. Obviously you've taken a misconception and extrapolated something totally untrue from it. Something that is disproved every day as postfix is one of the most broadly used email platforms (ever heard of Zimbra... nearly all email systems build off of postfix) and all of us have this work flawlessly every day.

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

                          @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                          However, postfix does seem to work to Office365, and GMail. No questions asked.

                          FFFFFFFFUUUUUUUUUUUUCCCCCCCCCCCCCCCCCKKKKKKKKKKKKKKKKKKKKKK

                          1 Reply Last reply Reply Quote 1
                          • ObsolesceO
                            Obsolesce @BRRABill
                            last edited by

                            @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                            @tim_g said

                            This is because Office365, Google, etc email does not accept and send out emails for just any random email server.

                            They require authentication.

                            This is why you need to use, in the case of dnf-automatic, an SMTP server that is set up and authenticated with Office365. That way when dnf-automatic sends out an email as you@domain.com, it goes to your SMTP server to authenticate, then sends via whatever account info the SMTP server is authenticating by... whether it's a global "relay@domain.com" address or whatever.

                            This is what I am contending. That just entering a SMTP server in dnf-automatic will not get the job done. Unless you own it and can control it. Or use some sort of authentication.

                            However, postfix does seem to work to Office365, and GMail. No questions asked.

                            Gmail for example won't let you send out an email using you@gmail.com unless you authenticate first. Otherwise, I could simply type in a "from address" of you@gmail.com and send emails from you to whoever i want. So this is understood.

                            DNF automatic doesn't give the option to authenticate.

                            Does postfix give you authentication options?

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

                              @tim_g said in If you have multiple servers on a network, do you install postfix on each one:

                              @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                              My root issue, I guess, if that I cannot get dnf-automatic to send e-mail to any public e-mail servers. Not Office365, for example.

                              This is because Office365, Google, etc email does not accept and send out emails for just any random email server.

                              They require authentication.

                              This is why you need to use, in the case of dnf-automatic, an SMTP server that is set up and authenticated with Office365. That way when dnf-automatic sends out an email as you@domain.com, it goes to your SMTP server to authenticate, then sends via whatever account info the SMTP server is authenticating by... whether it's a global "relay@domain.com" address or whatever.

                              Actually they do. Both O365 and GMail accept without any of that stuff. Specifically, both of those we test with this all the time. Many email systems do require that, but not those.

                              I've tested in the last 30 minutes from a new install, in fact.

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

                                @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                                OK, so let's take this a step back.

                                Bob is an IT admin. He hosts his mail on Office365.

                                He wants to use dnf-automatic to send mail.

                                How does he do this?

                                Still makes no sense. He wants dnf-automatic to send email TO WHERE?

                                1 Reply Last reply Reply Quote 0
                                • ObsolesceO
                                  Obsolesce
                                  last edited by

                                  Looks like it does. Just set up postfix to use your email and password to send mail out.

                                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                                  • ObsolesceO
                                    Obsolesce @scottalanmiller
                                    last edited by Obsolesce

                                    @scottalanmiller said in If you have multiple servers on a network, do you install postfix on each one:

                                    @tim_g said in If you have multiple servers on a network, do you install postfix on each one:

                                    @brrabill said in If you have multiple servers on a network, do you install postfix on each one:

                                    My root issue, I guess, if that I cannot get dnf-automatic to send e-mail to any public e-mail servers. Not Office365, for example.

                                    This is because Office365, Google, etc email does not accept and send out emails for just any random email server.

                                    They require authentication.

                                    This is why you need to use, in the case of dnf-automatic, an SMTP server that is set up and authenticated with Office365. That way when dnf-automatic sends out an email as you@domain.com, it goes to your SMTP server to authenticate, then sends via whatever account info the SMTP server is authenticating by... whether it's a global "relay@domain.com" address or whatever.

                                    Actually they do. Both O365 and GMail accept without any of that stuff. Specifically, both of those we test with this all the time. Many email systems do require that, but not those.

                                    I've tested in the last 30 minutes from a new install, in fact.

                                    So you're saying that Gmail will let me send an email as scottalanmiller@gmail.com or whatever yoru gmail is (if you have one) without me having to authenticate? I can guarantee you it will not. This must mean you took what I said the wrong way.

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

                                      @tim_g said in If you have multiple servers on a network, do you install postfix on each one:

                                      Looks like it does. Just set up postfix to use your email and password to send mail out.

                                      I swear I send email from me@gmail.com to me@gmail.com from dnf-automatic via a postfix system that does not log into gmail.

                                      ObsolesceO wirestyle22W JaredBuschJ 3 Replies Last reply Reply Quote 0
                                      • ObsolesceO
                                        Obsolesce @JaredBusch
                                        last edited by

                                        @jaredbusch said in If you have multiple servers on a network, do you install postfix on each one:

                                        @tim_g said in If you have multiple servers on a network, do you install postfix on each one:

                                        Looks like it does. Just set up postfix to use your email and password to send mail out.

                                        I send email from me@gmail.com to me@gmail.com from dnf-automatic via a postfix system that does not log into gmail.

                                        Wtf... how can Gmail let you send emails as someone without knowing their credentials?

                                        That means I can start sending emails as jared@gmail.com or w/e you email is, without knowing yoru passwor.d

                                        1 Reply Last reply Reply Quote 0
                                        • ObsolesceO
                                          Obsolesce
                                          last edited by

                                          That just doesn't make sense.

                                          1 Reply Last reply Reply Quote 0
                                          • wirestyle22W
                                            wirestyle22 @JaredBusch
                                            last edited by

                                            @jaredbusch said in If you have multiple servers on a network, do you install postfix on each one:

                                            that does not log into gmail

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