I am (or was) running sendmail 8.11.6 on a 2.4.20 kernel (Red Hat Linux 7.3). The installation has been running without problems for many months.
A few days ago, upon reboot, sendmail began failing with the following entries in maillog:
Aug 21 12:12:40 mymachine sendmail[2421]: starting daemon (8.11.6): SMTP+queueing@01:00:00
Aug 21 12:12:40 mymachine sendmail[2421]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Cannot assign requested address
(Note - the following are done with sendmail disabled.)
Port 25 behaves the same on all interfaces (lo:, eth0:, and eth1
Behavior does not change whether iptables are on or off.
netstat -an shows no reference at all to Port 25.
Not surprisingly, telnetting to Port 25 (on any interface) fails.
nmap -sS -p 25 -vv localhost reports Port 25 closed.
Attempts to hook services other than an MTA to Port 25 are unsuccessful. (I tried httpd, telnetd, and ftpd.)
Attempts to port forward Port 25 do not work. (I tried NAT forwarding Port 25 to a printer httpd port on my network - no success. However, NAT forwarding Port 26 to the printer httpd port worked fine.)
Does anyone have any ideas? Thanks in advance!
A few days ago, upon reboot, sendmail began failing with the following entries in maillog:
Aug 21 12:12:40 mymachine sendmail[2421]: starting daemon (8.11.6): SMTP+queueing@01:00:00
Aug 21 12:12:40 mymachine sendmail[2421]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Cannot assign requested address
(Note - the following are done with sendmail disabled.)
Port 25 behaves the same on all interfaces (lo:, eth0:, and eth1
Behavior does not change whether iptables are on or off.
netstat -an shows no reference at all to Port 25.
Not surprisingly, telnetting to Port 25 (on any interface) fails.
nmap -sS -p 25 -vv localhost reports Port 25 closed.
Attempts to hook services other than an MTA to Port 25 are unsuccessful. (I tried httpd, telnetd, and ftpd.)
Attempts to port forward Port 25 do not work. (I tried NAT forwarding Port 25 to a printer httpd port on my network - no success. However, NAT forwarding Port 26 to the printer httpd port worked fine.)
Does anyone have any ideas? Thanks in advance!