About 2 years ago,<br>I tinkered with sendmail.<br><br>I remember that I edited files and then typed make.<br><br>Make would then read my edited files and then generate others and<br>then sendmail would react to the generated files.
<br><br>Is this recollection correct?<br><br>Where do I specify that sendmail will listen on other devices<br>besides localhost??<br><br>-Bob<br><br><div><span class="gmail_quote">On 2/19/07, <b class="gmail_sendername">Brian Truter
</b> <<a href="mailto:mail-lists@darkworlds.org">mail-lists@darkworlds.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> People,<br>><br>> I'm on FC5.<br>><br>> I'm a Linux newbie.<br>><br>> I can see sendmail running on my host:<br>><br>> bash sb2 root /etc/mail 61 # ps -ef|grep -i send<br>> root      4606     1  0 Jan31 ?        00:00:00 sendmail: accepting
<br>> connections<br>> smmsp     4614     1  0 Jan31 ?        00:00:00 sendmail: Queue<br>> runner@01:00:00<br>> for /var/spool/clientmqueue<br>> root      1302   736  0 14:25 pts/2    00:00:00 grep -i send
<br>> bash sb2 root /etc/mail 62 #<br>><br>> And I can connect to port 25 on localhost:<br>><br>> bash sb2 root /etc/sysconfig 24 # telnet sb2.local 25<br>> Trying 127.0.0.1...<br>> Connected to localhost.localdomain
 (<a href="http://127.0.0.1">127.0.0.1</a>).<br>> Escape character is '^]'.<br>> 220 sb2.local ESMTP Sendmail 8.13.6/8.13.6; Mon, 19 Feb 2007 13:55:50<br>> -0800<br>><br>> But...<br>> I cannot connect to port 25 when I come from other hosts.
<br>><br>> I'm looking for some general advice on how to configure this host so<br>> it will receive e-mail.<br>><br>> I assume that in that advice will be some clues on how to turn on<br>> port 25 to other hosts.
<br>><br>> How do I "turn-on" in-coming mail?<br>><br>> -Bob<br>> <a href="mailto:sinbuzz@sinbuzz.com">sinbuzz@sinbuzz.com</a><br>> --<br>> fedora-list mailing list<br>> <a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>> To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br><br>Sendmail is configured by default to only listen on the loopback device.
<br>You will need to reconfigure it to listen for connections on your network<br>connection. You will need the sendmail-cf package to do this.<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>