<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Dave Anselmi wrote:<br>
<br>
 Thanks for the leads/tips. &nbsp;I redoubled my efforts and found this:<br>
<a class="moz-txt-link-freetext" href="http://mail-abuse.org/dul/gateways.htm">
http://mail-abuse.org/dul/gateways.htm</a> (RBL apparently is used to questions 
like this...)<br>
 also this:<br>
<a class="moz-txt-link-freetext" href="http://www.hserus.net/sendmail.html">
http://www.hserus.net/sendmail.html</a><br>
<br>
 Which had this useful bit:<br>
 define(`SMART_HOST',`myISPMailserver.com')dnl &lt;--- Your ISP's mail server 
name goes here<br>
 MASQUERADE_AS(myISPDomain.com)dnl&nbsp; &lt;--- Your ISP's domain name goes here<br>
 MASQUERADE_DOMAIN(myPersonalDomain.com)<br>
 FEATURE(`allmasquerade')dnl<br>
 FEATURE(`masquerade_envelope')dnl<br>
<br>
 This did the trick!<br>
<br>
 Live and learn, hopefully now this has been posted to the group others can 
find it in the future.<br>
<br>
 Thanks again,<br>
<br>
 David<br>
<blockquote type="cite" cite="mid:3C6B21BF.2BCE2B19@americanisp.net">
  <pre wrap="">David Snyder wrote:<br><br></pre>
  <blockquote type="cite">
    <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:anselmi@americanisp.net">anselmi@americanisp.net</a> wrote:<br><br>That would be me...<br><br>This was my original post:<br><a class="moz-txt-link-freetext" href="http://clue.denver.co.us/pipermail/clue-tech/2002-January/002959.html">http://clue.denver.co.us/pipermail/clue-tech/2002-January/002959.html</a><br><br>The good news is I have PPPoE working beautifully (though OpenBSD, which<br>has a mature PPPoE client built in) - The problem is involving Sendmail<br>(all boxes) and the fact it appears Earthlink's anti-spammer measures<br>disallow any SMTP servers.  Unless sent out from their mailserver, SMTP<br>traffic is rejected.<br></pre>
    </blockquote>
    <pre wrap=""><!----><br>Well, you're on the right track using smarthost, I think.  What you need to do is<br>have your outgoing smtp talk to the Earthlink smtp server.  That's what typical mail<br>clients (e.g., Netscape, but not necessarily old Unix clients that expect a local<br>sendmail) do.  So you can configure your sendmail to go through Earthlink's smtp and<br>it will work.<br><br>&gt;From you original post:<br><br><br></pre>
    <blockquote type="cite">
      <pre wrap="">Without the "SMARTHOST" lines, I get:<br>Diagnostic-Code: SMTP; 550 Dialups/open relays blocked. Contact<br><a class="moz-txt-link-rfc2396E" href="mailto:openrelay@abuse.earthlink.net">&lt;openrelay@abuse.earthlink.net&gt;</a><br><br>With it, I get:<br>Diagnostic-Code: SMTP; 550 rejected: cannot route to sender<br><a class="moz-txt-link-rfc2396E" href="mailto:snyderd@Popeye.SnydersWeb.com">&lt;snyderd@Popeye.SnydersWeb.com&gt;</a><br><br></pre>
      </blockquote>
      <pre wrap=""><!----><br>Read the error - cannot route to sender.  IIRC, that means that sendmail wasn't able<br>to resolve Popeye.SnydersWeb.com to an MX record (IP address for delivering mail).<br>nslookup tells me that there isn't an MX record for Popeye.SnydersWeb.com, but there<br>is for SnydersWeb.com.  So, if you get the to address fixed it should work.<br><br>I didn't read the original message very carefully because I don't do sendmail.  If<br>you continue to have trouble, you might try exim or qmail.  Both have reputations<br>for being reliable and easier to configure than sendmail.<br><br>HTH,<br>Dave<br><br><br>_______________________________________________<br>CLUE-Tech mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:CLUE-Tech@clue.denver.co.us">CLUE-Tech@clue.denver.co.us</a><br><a class="moz-txt-link-freetext" href="http://clue.denver.co.us/mailman/listinfo/clue-tech">http://clue.denver.co.us/mailman/listinfo/clue-tech</a><br><br></pre>
      </blockquote>
      <br>
      <br>
      </body>
      </html>