Re: [REDHAT] Re: quick sendmail question

2002-03-03 Thread Ed Lazor
At 06:13 PM 3/3/2002 -0500, you wrote: >On 3 Mar 2002, Gordon Messmer wrote: > > > Look at /etc/mail/sendmail.mc and you should find: > > dnl This changes sendmail to only listen on the loopback device > > 127.0.0.1 > > dnl and not on any other network devices. Comment this out if you want > > dnl

Re: quick sendmail question

2002-03-03 Thread Ed Lazor
At 01:17 PM 3/3/2002 -0800, Gordon Messmer wrote: >Look at /etc/mail/sendmail.mc and you should find: >dnl This changes sendmail to only listen on the loopback device >127.0.0.1 >dnl and not on any other network devices. Comment this out if you want >dnl to accept email over the network. >DAEMON_O

Re: [REDHAT] Re: quick sendmail question

2002-03-03 Thread David Kramer
On 3 Mar 2002, Gordon Messmer wrote: > Look at /etc/mail/sendmail.mc and you should find: > dnl This changes sendmail to only listen on the loopback device > 127.0.0.1 > dnl and not on any other network devices. Comment this out if you want > dnl to accept email over the network. > DAEMON_OPTIONS

Re: quick sendmail question

2002-03-03 Thread Gordon Messmer
Look at /etc/mail/sendmail.mc and you should find: dnl This changes sendmail to only listen on the loopback device 127.0.0.1 dnl and not on any other network devices. Comment this out if you want dnl to accept email over the network. DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') So, commen

quick sendmail question

2002-03-03 Thread Ed Lazor
I cannot telnet to port 25 of a machine using it's fully qualified host name, but I can log into the machine and telnet to localhost 25 and read sendmail. Any idea why? It's generating error messages when trying to send mail to users on this machine, because other machines get connection ref