Skip to main content

Problem on enable port 465, 993, 995 in exim

Comments

1 comment

  • cPanelMichael
    I have problem in enable exim on another port. 465 able to add but 993 and 995 cannot. I am not able to use SSL to send and receive email. Please refer attachment for the error log. Thanks.

    Hello :) You can't use ports 993 or 995 because those ports are already used for your mail server (Dovecot):
    root@vps [~]# netstat -lnp | grep :99 tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 1134/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 1134/dovecot tcp6 0 0 :::993 :::* LISTEN 1134/dovecot tcp6 0 0 :::995 :::* LISTEN 1134/dovecot
    You will need to use ports that are not already in-use if you don't want to use the default ports. Thank you.
    0

Please sign in to leave a comment.