Hello,
I have installed RedHat7.1 and have read the release notes and recent
postings. When I do a netstat -a I get:
tcp 0 0 host.domain.com:smtp *:* LISTEN
I have uncommented the DAEMON OPTIONS in the sendmail.mc and rebuilt the
sendmail.cf. I have also left the line in with the following and received
the same netstat result:
DAEMON_OPTIONS(`Port=smtp,Addr=0.0.0.0, Name=MTA') "
and
DAEMON_OPTIONS(`Port=smtp,Addr=*, Name=MTA') "
There is nothing in the host.deny file. I added SENDMAIL:ALL to the
host.allow file as suggested by release notes. I have tried stopping
IPCHAINS services(even though the rules look good).
What do I have to do to get the following from netstat -a:
tcp 0 0 *:smtp *:* LISTEN
Thanks in advance...David