From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gebser@speakeasy.net Newsgroups: gmane.emacs.help Subject: Re: Mail Authentication Date: Thu, 18 Dec 2003 22:13:46 -0500 (EST) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3FE23BC6.3090803@yahoo.com> Reply-To: gebser@speakeasy.net NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1071803825 14521 80.91.224.253 (19 Dec 2003 03:17:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2003 03:17:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 19 04:16: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 1AXB8L-00055M-00 for ; Fri, 19 Dec 2003 04:16: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 1AXC3g-0001Nw-Us for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2003 23:16:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AXC3I-0001NK-Pa for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 23:15:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AXC2m-0000rz-J5 for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 23:15:47 -0500 Original-Received: from [216.254.0.206] (helo=mail6.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AXC2l-0000pR-KM for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 23:15:15 -0500 Original-Received: (qmail 31608 invoked from network); 19 Dec 2003 03:13:47 -0000 Original-Received: from dsl093-011-017.cle1.dsl.speakeasy.net (HELO heidegger.mousecar.net) ([66.93.11.17]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Dec 2003 03:13:47 -0000 Original-To: Kevin Rodgers In-Reply-To: <3FE23BC6.3090803@yahoo.com> 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:15445 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15445 At 16:44 (UTC-0700) on Thu, 18 Dec 2003 Kevin Rodgers said: = 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 = > = = > = (smtpmail-debug-info t) ... = = How did you come up with that cruft? smtpmail-debug-info is a variable, = not a function. It's part of (custom-set-variables ... '(smtpmail-debug-info t) ...) (what Customize put in). = ... = = > = 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. Right. In the *Buffer List*. And that's where it's not showing up. I even do (setq smtpmail-debug-info t) in *scratch, send the mail, then do C-x b, and there's still no session info.