Imunify Email and 8443 port !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chechincu
    Junior Member
    • Sep 2024
    • 5

    #1

    Imunify Email and 8443 port !

    Hello everyone,

    I currently have Imunify360 installed and I wanted to enable Imunify Email. However, when I installed it, I got a warning saying there's an issue with port 8443 because it's already in use.

    How can I change this port so that both Imunify Email and Engintron can coexist?

    Thanks!
  • alevchenko
    Administrator
    • Mar 2023
    • 100

    #2
    Hi,

    What is the output of this command?
    Code:
    ie-config status
    If we check the imunifyemail-deploy.sh script​, during installation, it runs the function to see if TCP port 8443 is already in use​, and if it is occupied, the script logs a warning:
    Code:
    WARN Possible conflict detected on TCP port(s): 8443​​
    Then, if a conflict is detected, the script should install ImunifyEmail but leave it disabled:
    Code:
    log echo "WARN The ImunifyEmail was installed, but still disabled."
    log echo "WARN Please use ie-config utility to complete manual configuration."​
    It only checks 8443, warns if it’s in use, and requires you to fix it manually with the ie-config utility after installation.
    So, if you get a warning about the conflict, please follow the instructions with ie-config.

    Comment

    • chechincu
      Junior Member
      • Sep 2024
      • 5

      #3
      Hi Alevchenko,

      I understand the process and the reason for the warning! This is because when I install Engintron, it configures Apache on port 8443, which is why it's in use when I install Imunify Email! However, when I run ie-config, I only see the options, but I don't know which one to run.



      How can I successfully integrate Engintron with Imunify Email?

      Thnks ! =)

      Comment

      • alevchenko
        Administrator
        • Mar 2023
        • 100

        #4
        Hi,
        The earlier explanation was provided to clarify that the Imunify Email should still have been installed, but not enabled automatically.

        Please try the following:
        Code:
        ie-config enable
        ie-config status

        Comment

        Working...