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

    CentOS 7 Postfix Update Bug - Impacts Zimbra and Others

    IT Discussion
    linux centos centos 7 rhel rhel 7 zimbra mta email smtp
    3
    5
    1.3k
    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
      last edited by

      If you did the latest round of CentOS 7 updates (and presumably RHEL 7 updates) yesterday, and you run a different MTA (email server) than the system expects, such as Zimbra, then you may run into an update bug. CentOS has an update to Postfix which causes it to become enabled, even when it was previously disabled, modifying a running system. It then binds to 127.0.0.1:25. On a "normal" box, this is not an issue. But if you have another MTA, such as when you are running a Zimbra server that needs to bind its own MTA to 0.0.0.0:25, then you have a port conflict.

      Likely, many people running CentOS 7 who did not want Postfix to be running now have it running but since the port is not generally exposed they are not aware that anything has changed. Still bad, but pretty minor. But if you are running an email server, this will stop emails from being received. With Zimbra, it will stop receiving, but will continue sending because it can still use the new MTA for outbound emails.

      Fixing this is simple, discovering it is not. To fix, simply...

      systemctl disable postfix
      

      And then reboot to bring whatever system you have back to the way that it was.

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

        Does the built in firewall open the port as well for Postfix?

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

          @Dashrender said in CentOS 7 Postfix Update Bug - Impacts Zimbra and Others:

          Does the built in firewall open the port as well for Postfix?

          No, and Postfix wouldn't respond anyway, as it is not bound to anything public.

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

            @scottalanmiller said in CentOS 7 Postfix Update Bug - Impacts Zimbra and Others:

            @Dashrender said in CentOS 7 Postfix Update Bug - Impacts Zimbra and Others:

            Does the built in firewall open the port as well for Postfix?

            No, and Postfix wouldn't respond anyway, as it is not bound to anything public.

            Cool - so not a real issue, but still not a good thing to have happen.

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

              Good to know, I use Ubuntu/Debian so I will check for that.

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