<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Can someone please post a working sendmail.mc and a corresponding
authinfo file for an account which can send email (via sendmail) using
Yahoo's email servers?  I am setting up a friend's machine to send his
mail through the Yahoo email servers (he has Yahoo DSL) but despite
trying various solutions listed on the 'net, email still doesn't make
it through.  The email appears to be accepted by Yahoo but then it
bounces back or gets a <i>DSN: Service unavailable</i> error message
(depending on the sendmail settings).<br>
<br>
Relevant entries in sendmail.mc are:<br>
<blockquote><tt>define(`SMART_HOST',`[smtp.sbcglobal.yahoo.com]')dnl<br>
FEATURE(`authinfo',`hash /etc/mail/authinfo')dnl<br>
define(`confAUTH_OPTIONS', `A')dnl<br>
define(`confDONT_EXPAND_CNAMES', `True')dnl<br>
TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl<br>
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5
LOGIN PLAIN')dnl<br>
  </tt></blockquote>
Authinfo looks like this:<br>
<blockquote><tt>AuthInfo:smtp.sbc.mail.yahoo4.akadns.net   
<a class="moz-txt-link-rfc2396E" href="mailto:U:username@sbcglobal.net">"U:username@sbcglobal.net"</a> <a class="moz-txt-link-rfc2396E" href="mailto:I:username@sbcglobal.net">"I:username@sbcglobal.net"</a> "P:password"
"R:sbcglobal.net" "M:PLAIN"<br>
AuthInfo:smtp.sbcglobal.yahoo.com           <a class="moz-txt-link-rfc2396E" href="mailto:U:username@sbcglobal.net">"U:username@sbcglobal.net"</a>
<a class="moz-txt-link-rfc2396E" href="mailto:I:username@sbcglobal.net">"I:username@sbcglobal.net"</a> "P:password" "R:sbcglobal.net" "M:PLAIN"<br>
AuthInfo:akadns.net                         <a class="moz-txt-link-rfc2396E" href="mailto:U:username@sbcglobal.net">"U:username@sbcglobal.net"</a>
<a class="moz-txt-link-rfc2396E" href="mailto:I:username@sbcglobal.net">"I:username@sbcglobal.net"</a> "P:password" "R:sbcglobal.net" "M:PLAIN"<br>
AuthInfo:yahoo.com                          <a class="moz-txt-link-rfc2396E" href="mailto:U:username@sbcglobal.net">"U:username@sbcglobal.net"</a>
<a class="moz-txt-link-rfc2396E" href="mailto:I:username@sbcglobal.net">"I:username@sbcglobal.net"</a> "P:password" "R:sbcglobal.net" "M:PLAIN"<br>
AuthInfo:                                   <a class="moz-txt-link-rfc2396E" href="mailto:U:username@sbcglobal.net">"U:username@sbcglobal.net"</a>
<a class="moz-txt-link-rfc2396E" href="mailto:I:username@sbcglobal.net">"I:username@sbcglobal.net"</a> "P:password" "R:sbcglobal.net" "M:PLAIN"<br>
  </tt></blockquote>
where username and password have been changed to protect the innocent.<br>
<br>
Thanks,<br>
Christopher<br>
<br>
</body>
</html>