Skip to main content

exim-465,587 service down

Comments

3 comments

  • cPanelMichael
    Checked Service Manager and found that 'Exim Mail Server (on another port)' had 465,587 in there. Changed it 587, and Exim-587 is up (according to Service Status). Turns out that's what we had on the other cPanel boxes.

    Hello :) The ports you referenced should already listen for connections by default:
    [~]# netstat -lnp | grep exim tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 14444/exim tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 14444/exim tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 14444/exim tcp6 0 0 :::587 :::* LISTEN 14444/exim tcp6 0 0 :::465 :::* LISTEN 14444/exim tcp6 0 0 :::25 :::* LISTEN 14444/exim
    You should not have to enable these ports in the service manager. Thank you.
    0
  • jndawson
    Hello :) The ports you referenced should already listen for connections by default:
    [~]# netstat -lnp | grep exim tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 14444/exim tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 14444/exim tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 14444/exim tcp6 0 0 :::587 :::* LISTEN 14444/exim tcp6 0 0 :::465 :::* LISTEN 14444/exim tcp6 0 0 :::25 :::* LISTEN 14444/exim
    You should not have to enable these ports in the service manager. Thank you.

    I'm well aware of the default configuration. What I don't understand is why the Service Manager specifically says to use comma delimited port numbers, but won't handle more than one port: Exim Mail Server (on another port) Allow exim to listen on a port other than 25. Useful for providers that block port 25 (multiple comma delimited ports may be added).
    0
  • cPanelMichael
    I'm well aware of the default configuration. What I don't understand is why the Service Manager specifically says to use comma delimited port numbers, but won't handle more than one port:

    Hello :) I'm unable to reproduce this issue on our 11.52 development builds. To clarify, I selected "Enabled" and "Monitoring" for "Exim Mail Server (on another port)" in "WHM >> Service Configuration >> Service Manager" and entered the following value:
    26,27,28
    I confirmed Exim began listening on these ports, and no errors were reported in /var/log/chkservd.log. Are there any additional steps I should take to reproduce this issue? Thank you.
    0

Please sign in to leave a comment.