From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Ventimiglia Newsgroups: gmane.emacs.help Subject: Re: SMTP mail Date: Mon, 10 Sep 2007 08:14:20 -0400 Organization: Michigan State University Message-ID: References: <878x7i6sjl.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189433415 3934 80.91.229.12 (10 Sep 2007 14:10:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 14:10:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 11 00:10:02 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IUqzW-0001wV-Ss for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Sep 2007 23:40:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUjVA-0000g2-4M for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Sep 2007 09:40:32 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!solaris.cc.vt.edu!news.vt.edu!news.msu.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 45 Original-NNTP-Posting-Host: ventimig-2.user.msu.edu Original-X-Trace: news.msu.edu 1189428340 28698 35.10.222.24 (10 Sep 2007 12:45:40 GMT) Original-X-Complaints-To: news@news.msu.edu Original-NNTP-Posting-Date: Mon, 10 Sep 2007 12:45:40 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) Cancel-Lock: sha1:fETApUIjkHQTiIu01Ucg/rXG9Fo= Original-Xref: shelby.stanford.edu gnu.emacs.help:151927 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47436 Archived-At: > David Ventimiglia em gnu.emacs.help escreveu : > > >> 550 Sender verify failed > > > ehhmm, the From header is the same as the sender?, OTOH can you > additionally try an autentication such as: > > ,---- > | smtpmail-auth-credentials "~/emacs-stuff/mailauth" > `---- > > ** The mailauth file has .netrc syntax > > > Hope this help. > > -- > Spam protection: > In my e-mail remplace the words `no-spam' with `exal'. > > . Exal de Jesus Garcia Carrillo writes: Hi. Thanks for the response. The "From:" header is "David Ventimiglia ", but I don't know what that would be compared against to verify. My email address on the IMAP server is ventimig@msu.edu, but what does the SMTP server compare it against? Also, smtpmail-auth-credentials has its default value, "~/.authinfo", and in that file I have: machine mail.msu.edu login force yes Anyway, in the SMTP trace window are these lines AUTH PLAIN AHZlbnRpbWlnAFRtdGN0bXRzdHMx 235 Authentication succeeded MAIL FROM: SIZE=182 250 OK It seems like authentication to the SMTP server works.