From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?Mario_Domg=F6rgen?= Newsgroups: gmane.emacs.help Subject: Re: smtpmail and smtp-auth Date: Sat, 26 Jul 2003 22:32:09 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8665lpni5y.fsf@ID-97899.user.dfncis.de> References: <86brvh8qyb.fsf@5100784654140001.dialin.t-online.de> <86adb1l54i.fsf@yahoo.com.cn> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059252155 4169 80.91.224.249 (26 Jul 2003 20:42:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Jul 2003 20:42:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 26 22:42:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19gVrv-00014h-00 for ; Sat, 26 Jul 2003 22:42:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gVqE-00042e-V4 for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Jul 2003 16:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!fu-berlin.de!uni-berlin.de!xdsl-213-196-243-204.netcologne.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: xdsl-213-196-243-204.netcologne.de (213.196.243.204) Original-X-Trace: news.uni-berlin.de 1059252014 19806924 213.196.243.204 (16 [97899]) X-Orig-Path: ID-97899.user.dfncis.de!news User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:FHIpMp+yoJcXV6huwjYoSSH1Cxo= Original-Xref: shelby.stanford.edu gnu.emacs.help:115473 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11391 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11391 "It's me FKtPp ;)" writes: >> | 250-AUTH=LOGIN CRAM-MD5 PLAIN >> | 250-AUTH CRAM-MD5 LOGIN PLAIN > It use MD5 AUTH ... Is ur Smtpmail.el support this AUTH method ? Seems so: ,----smtpmail.el | (defconst smtpmail-auth-supported '(cram-md5 login) | "List of supported SMTP AUTH mechanisms.") `---- But i don't know if i have to change something to use that smtp-auth mechanism... Mario -- Three things are certain: Death, taxes, and lost data. Guess which has occurred.