<big snip> > All your Daemon_options (`port... definitions are turned off (dnl). > You have effectively told sendmail to not listen to anybody. > At a minimum you need "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, > Name=MTA')" turned on for local mail to move, or > "DAEMON_OPTIONS(`Port=smtp, Name=MTA')" to listen to all interfaces. > Hi Scott, Thanks for your reply. I had this in the file posted: dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl but I"ll change it to DAEMON_OPTIONS(`Port=smtp, Name=MTA') based on your suggestion. Thanks, -Ray