Yes,<br><br>This works good; port 25 is now open on my box.<br><br>Now, I'm stumped by another obstacle.<br><br>When I send e-mail to the host,<br>it bounces:<br><br>PERM_FAILURE: SMTP Error (state 9): 550 5.7.1 <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:dbikle@ow911.com">
root@xwafflex911.com</a>>... Relaying denied<br><br>This smells like another configuration issue in my <a href="http://sendmail.mc">sendmail.mc</a><br><br>I'm not sure what to change though.<br><br>How do I relay e-mail to my host?
<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;">
> 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>> On 2/19/07, Brian Truter <<a href="mailto:mail-lists@darkworlds.org">
mail-lists@darkworlds.org</a>> wrote:<br>>><br>>> > 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<br>>> 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>>><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><br>Look in your /etc/mail/sendmail.mc file for something like the following:<br><br>dnl # The following causes sendmail to only listen on the IPv4 loopback<br>
address<br>dnl # <a href="http://127.0.0.1">127.0.0.1</a> and not on any other network devices. Remove the loopback<br>dnl # address restriction to accept email from the internet or intranet.<br>dnl #<br>DAEMON_OPTIONS(`Port=smtp,Addr=
<a href="http://127.0.0.1">127.0.0.1</a>, Name=MTA')dnl<br>dnl #<br><br>The line that binds it to loopback is the DAEMON_OPTIONS line. comment it<br>out like this:<br><br>dnl DAEMON_OPTIONS(`Port=smtp,Addr=<a href="http://127.0.0.1">
127.0.0.1</a>, Name=MTA')dnl<br><br>Save that change, and you should be able to run "make -C /etc/mail" and<br>restart sendmail. Thats it =)<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>