Results 1 to 4 of 4

Thread: imap and exim constantly fails on the latest release 11.25 help?

  1. #1
    Member
    Join Date
    Jun 2006
    Posts
    146

    Default imap and exim constantly fails on the latest release 11.25 help?

    imap and exim constantly fails on the latest release 11.25

    I tried to add port 26 to SMTP_PORTS in CSF and dovecot/imap restarted successfully

    How come that dovecot listens to por 26? Arent SMTP should always listen to port 25?

    I dont encounter this issue in 11.24. Did cPanel change the port for dovecot to 26 in 11.25?

  2. #2
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,565
    cPanel/WHM Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by sharmaine001 View Post
    imap and exim constantly fails on the latest release 11.25

    I tried to add port 26 to SMTP_PORTS in CSF and dovecot/imap restarted successfully

    How come that dovecot listens to por 26? Arent SMTP should always listen to port 25?

    I dont encounter this issue in 11.24. Did cPanel change the port for dovecot to 26 in 11.25?
    If you would like we can take a look at the issue for you if you submit a support request with the specific details involved (copies of the e-mail headers will also help); when available, please PM me referencing this thread and your new ticket ID number so I may follow-up internally.

    For reference, by stock-default the Dovecot configuration is not configured to listen on port 26. Dovecot in a cPanel/WHM system is used for providing IMAP and POP access, not SMTP.

    Port 26, like port 587, is a commonly-used alternative to SMTP port 25; it is not uncommon for a server administrator to configure Exim, the SMTP mail server/MTA, to listen on an extra port (e.g., 25 and 26, or 25 and 587, etc.).

    The extra port for Exim may be configured using the following menu path in WHM:
    WHM: Main >> Service Configuration >> Service Manager >> exim on another port
    Documentation: Service Manager

  3. #3
    Member
    Join Date
    Jun 2006
    Posts
    146

    Default

    Quote Originally Posted by cPanelDon View Post
    If you would like we can take a look at the issue for you if you submit a support request with the specific details involved (copies of the e-mail headers will also help); when available, please PM me referencing this thread and your new ticket ID number so I may follow-up internally.

    For reference, by stock-default the Dovecot configuration is not configured to listen on port 26. Dovecot in a cPanel/WHM system is used for providing IMAP and POP access, not SMTP.

    Port 26, like port 587, is a commonly-used alternative to SMTP port 25; it is not uncommon for a server administrator to configure Exim, the SMTP mail server/MTA, to listen on an extra port (e.g., 25 and 26, or 25 and 587, etc.).

    The extra port for Exim may be configured using the following menu path in WHM:
    WHM: Main >> Service Configuration >> Service Manager >> exim on another port
    Documentation: Service Manager
    I see. I don't check the exim on another port as enabled in service manager although port 26 is there. But i have another server using dovecot but its not listening to prot 26 as I didnt add 26 in SMTP_PORTS in CSF.

    Is there any other configuration file that could possibly configured exim to listen to port 26?

  4. #4
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,565
    cPanel/WHM Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by sharmaine001 View Post
    I see. I don't check the exim on another port as enabled in service manager although port 26 is there. But i have another server using dovecot but its not listening to prot 26 as I didnt add 26 in SMTP_PORTS in CSF.

    Is there any other configuration file that could possibly configured exim to listen to port 26?
    The following commands should help to locate potential locations for Exim port customizations:
    Code:
    # grep -Hin "daemon_smtp_ports\|tls_on_connect_ports" /etc/exim.conf /etc/exim.conf.local
    # grep -HinR "exim" /etc/chkserv.d
    What is the output of the following command?
    Code:
    # lsof +c0 -anPi4:25-26,465,587,110,143,993,995
    Here is an alternate command that filters output by the process command name instead of port number; this could be used to compare output without needing to know the port numbers:
    Code:
    # lsof +c0 -anPi4 -c/courier\|dovecot\|exim\|imap\|pop/ix

Similar Threads

  1. Replies: 5
    Last Post: 02-05-2011, 05:14 PM
  2. sshd fails after upgrade to latest Release
    By RavenSoul_ in forum cPanel & WHM Discussions
    Replies: 18
    Last Post: 09-21-2005, 01:24 PM
  3. NEED a copy of exim.conf that comes with the latest release of cPanel
    By hariskhan in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 02-10-2005, 05:02 AM
  4. latest release and the exim conf editor in whm is gone
    By cyberspirit in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 05-13-2004, 03:03 AM
  5. Upgrading to latest 'release' to fix exim bug...
    By MillerOutdoors in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 05-11-2004, 03:51 PM