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 15:53:04 -0500 (EST) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: 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 1071781072 1604 80.91.224.253 (18 Dec 2003 20:57:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2003 20:57:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 18 21:57:50 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 1AX5DR-0003Pg-00 for ; Thu, 18 Dec 2003 21:57:50 +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 1AX69v-0003zV-67 for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2003 16:58:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AX67R-00039N-4G for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 16:55:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AX66h-0002q1-3n for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 16:55:26 -0500 Original-Received: from [216.254.0.202] (helo=mail2.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AX66L-0002VC-Vq for help-gnu-emacs@gnu.org; Thu, 18 Dec 2003 16:54:34 -0500 Original-Received: (qmail 21636 invoked from network); 18 Dec 2003 20:53:05 -0000 Original-Received: from dsl093-011-017.cle1.dsl.speakeasy.net (HELO heidegger.mousecar.net) ([66.93.11.17]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Dec 2003 20:53:05 -0000 Original-To: help-gnu-emacs@gnu.org In-Reply-To: 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:15437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15437 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) +++ I'm trying to debug a lot of stuff +++ = = 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? = = = thanks, = ken =