
Originally Posted by
sharmaine001
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