From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80469 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: something changed in emacs 24 with gmail authentication? Date: Wed, 02 Nov 2011 15:35:45 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87vcr3rcw5.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320244628 4316 80.91.229.12 (2 Nov 2011 14:37:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Nov 2011 14:37:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28754@lists.math.uh.edu Wed Nov 02 15:37:01 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RLbw4-00063Y-7J for ding-account@gmane.org; Wed, 02 Nov 2011 15:37:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RLbvC-0003uU-0S; Wed, 02 Nov 2011 09:36:06 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RLbvA-0003uL-R2 for ding@lists.math.uh.edu; Wed, 02 Nov 2011 09:36:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RLbv9-0007Et-TR for ding@lists.math.uh.edu; Wed, 02 Nov 2011 09:36:04 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RLbv6-0003vl-V8 for ding@gnus.org; Wed, 02 Nov 2011 15:36:00 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLbv6-0005cM-3G for ding@gnus.org; Wed, 02 Nov 2011 15:36:00 +0100 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2011 15:36:00 +0100 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2011 15:36:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 55 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:VOxxxNzinzEKWp9e5QyFf24gu3g= X-Spam-Score: -4.0 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80469 Archived-At: Ted Zlatanov writes: > On Tue, 01 Nov 2011 14:40:58 +0100 Richard Riley wrote: > > RR> I just noticed that my emails from gnus are not sending. Nothing has > RR> changed on my client other than a git pull recently for emacs 24. > > RR> ,---- > RR> | 2011-11-01 14:37:09 1RLEWZ-0001UH-St plain authenticator failed H=gmail-smtp-msa.l.google.com [74.125.39.109] 535-5.7.1 Username and Password not accepted. Learn more at > RR> | 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 y17sm44891623faf.1 > RR> `---- > > RR> Same entry in my .authinfo > > RR> server set up like this:- > > RR> ,---- > RR> | (add-to-list 'gnus-secondary-select-methods > RR> | '(nnimap "riley" > RR> | (nnir-search-engine imap) > RR> | (nnimap-address "imap.gmail.com") > RR> | )) > RR> `---- > > RR> authinfo entry like this > > RR> ,---- > RR> | machine riley login rileyrg password ****** > RR> `---- > > RR> debian squeeze. > > Could you verify that you can send to GMail's SMTP server with another > SMTP client? I can - (android and iphone) with the same credentials. My set up is (and has always been) exim4 configured to use a smarthost. send-mail-function is sendmail-send-it and sendmail-program is a variable defined in `sendmail.el'. Its value is "/usr/sbin/sendmail" I'm not sure how long this has been like this but I suspect a while now as Gnus was not reporting back send failures. Do you want me to specifically install another mail client that uses sendmail on this system? I'm really clueless about how it all hangs together and passes auth info, so please ask for any and all further info you need.