Most distributions these days configure the MTA to only listen to the loopback interface (127.0.0.1) by default. If you're running Sendmail on Fedora Core, you will want to comment out ("dnl") the line in
/etc/mail/sendmail.mc that says:
Code:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
After editing sendmail.mc you should cd to /etc/mail and run
make to rebuild sendmail.cf, and then use
service sendmail restart or
/etc/init.d/sendmail restart to restart sendmail.
Note: if you are going to use your system as an outbound mail server, you should enable TLS and SMTP AUTH on ports 587 and/or 465. You
don't want to run an open relay.