<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nalin Dahyabhai wrote:
<blockquote cite="mid20070320154934.GC9821@redhat.com" type="cite">
  <pre wrap="">On Tue, Mar 20, 2007 at 11:40:15PM +0800, <a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">/etc/mail/sendmail.mc :

dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 
LOGIN PLAIN')dnl
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl

login as: edward
<a class="moz-txt-link-abbreviated" href="mailto:edward@192.168.0.1">edward@192.168.0.1</a>'s password:
Last login: Tue Mar 20 23:06:34 2007 from 192.168.0.250
[edward@svr1 ~]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 svr1.ita.org.mo ESMTP Sendmail 8.13.8/8.13.8; Tue, 20 Mar 2007 
23:21:26 +0800
ehlo localhost
250-svr1.ita.org.mo Hello localhost.localdomain [127.0.0.1], pleased to 
meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN
250-DELIVERBY
250 HELP

[svradmin@svr1 ~]$ rpm -qa | grep "cyrus"
cyrus-sasl-2.1.22-4
cyrus-sasl-lib-2.1.22-4
cyrus-sasl-devel-2.1.22-4
cyrus-sasl-plain-2.1.22-4
[svradmin@svr1 ~]$

Use outlook express or netscape though the SMTP with correct password is 
fail....
So, What problem of it ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The plugins which implement CRAM-MD5 and DIGEST-MD5 are in the
"cyrus-sasl-md5" package.  Install that, and you should be good to go.

HTH,

Nalin

  </pre>
</blockquote>
Hello,<br>
<br>
login as: edward<br>
<a class="moz-txt-link-abbreviated" href="mailto:edward@192.168.0.1">edward@192.168.0.1</a>'s password:<br>
Last login: Tue Mar 20 23:21:20 2007 from 192.168.0.250<br>
[edward@svr1 ~]$ telnet localhost 25<br>
Trying 127.0.0.1...<br>
Connected to localhost.localdomain (127.0.0.1).<br>
Escape character is '^]'.<br>
220 svr1.ita.org.mo ESMTP Sendmail 8.13.8/8.13.8; Wed, 21 Mar 2007
00:06:51 +0800<br>
ehlo localhost<br>
250-svr1.ita.org.mo Hello localhost.localdomain [127.0.0.1], pleased to
meet you<br>
250-ENHANCEDSTATUSCODES<br>
250-PIPELINING<br>
250-8BITMIME<br>
250-SIZE<br>
250-DSN<br>
250-ETRN<br>
250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN<br>
250-DELIVERBY<br>
250 HELP<br>
<br>
[edward@svr1 ~]$ rpm -qa | grep "cyrus"<br>
cyrus-sasl-ldap-2.1.22-4<br>
cyrus-sasl-plain-2.1.22-4<br>
cyrus-sasl-devel-2.1.22-4<br>
cyrus-sasl-ntlm-2.1.22-4<br>
cyrus-sasl-2.1.22-4<br>
cyrus-sasl-md5-2.1.22-4<br>
cyrus-sasl-lib-2.1.22-4<br>
cyrus-sasl-sql-2.1.22-4<br>
cyrus-sasl-gssapi-2.1.22-4<br>
[edward@svr1 ~]$<br>
<br>
Still the problem ( password fail )...<br>
<br>
Edward.<br>
</body>
</html>