From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Mail Authentication Date: Thu, 18 Dec 2003 16:44:06 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3FE23BC6.3090803@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1071792063 28636 80.91.224.253 (19 Dec 2003 00:01:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2003 00:01:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 19 01:00:57 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AX84f-00061Y-00 for ; Fri, 19 Dec 2003 01:00:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AX90i-0004or-NO for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2003 20:00:56 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 49 Original-NNTP-Posting-Host: 170.207.51.80 Original-X-Trace: news.uni-berlin.de 1071791043 7364601 170.207.51.80 ([82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us Original-Xref: shelby.stanford.edu gnu.emacs.help:119502 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:15441 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15441 gebser@speakeasy.net wrote: > At 15:47 (UTC-0500) on Thu, 18 Dec 2003 gebser@speakeasy.net said: > = At 11:06 (UTC-0700) on Thu, 18 Dec 2003 Kevin Rodgers said: > = > = = gebser@speakeasy.net wrote: > = = > = = > Finally I got emacs' mail working... to a degree. I can send mail with > = = > it, but only to users on the same machine. If I try to send outside > = = > (via my ISP), I get nothing. That is to say, I know that emacs is > = = > connecting to the ISP and handing off the email, but it never gets > = = > delivered. I suspect that the ISP is simply tossing it out due to lack > = = > of authentication from me. > = = > = = > = = What does the *trace of SMTP session to foo* buffer contain (where foo is the > = = value of smtpmail-smtp-server)? > = > = Though I have > = > = (setq tramp-verbose 10) > = (setq tramp-debug-buffer t) > > Sorry-- I cut-n-pasted the wrong lines. This is what I have: > > (smtpmail-debug-info t) How did you come up with that cruft? smtpmail-debug-info is a variable, not a function. > +++ I'm trying to debug a lot of stuff +++ You're much more likely to solve your problems if you debug them one at a time. > = in my .emacs, it isn't regularly producing the trace. It has done it > = twice over the past couple of weeks, it seems only for the first time > = after emacs is loaded. Do I have to exit and then (re)start emacs each > = time I want the trace output? The entire SMTP dialog is recorded in the *trace of SMTP session to ...* buffer. But you have to explicitly select it with `C-x b' right after you send your message in order to see its contents. -- Kevin Rodgers