Gnus development mailing list
 help / color / mirror / Atom feed
* something changed in emacs 24 with gmail authentication?
@ 2011-11-01 13:40 Richard Riley
  2011-11-01 17:06 ` Ted Zlatanov
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Riley @ 2011-11-01 13:40 UTC (permalink / raw)
  To: ding


I just noticed that my emails from gnus are not sending. Nothing has
changed on my client other than a git pull recently for emacs 24.

,----
| 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
| 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 y17sm44891623faf.1
`----

Same entry in my .authinfo

server set up like this:-

,----
|    (add-to-list 'gnus-secondary-select-methods
|                 '(nnimap "riley"
|                          (nnir-search-engine imap)
|                          (nnimap-address "imap.gmail.com")
|                          ))
`----

authinfo entry like this

,----
| machine riley login rileyrg password ******
`----

debian squeeze.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: something changed in emacs 24 with gmail authentication?
  2011-11-01 13:40 something changed in emacs 24 with gmail authentication? Richard Riley
@ 2011-11-01 17:06 ` Ted Zlatanov
  2011-11-02 14:35   ` Richard Riley
  0 siblings, 1 reply; 4+ messages in thread
From: Ted Zlatanov @ 2011-11-01 17:06 UTC (permalink / raw)
  To: ding

On Tue, 01 Nov 2011 14:40:58 +0100 Richard Riley <rileyrg@googlemail.com> 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?

Ted




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: something changed in emacs 24 with gmail authentication?
  2011-11-01 17:06 ` Ted Zlatanov
@ 2011-11-02 14:35   ` Richard Riley
  2011-11-02 14:45     ` Richard Riley
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Riley @ 2011-11-02 14:35 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Tue, 01 Nov 2011 14:40:58 +0100 Richard Riley <rileyrg@googlemail.com> 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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: something changed in emacs 24 with gmail authentication?
  2011-11-02 14:35   ` Richard Riley
@ 2011-11-02 14:45     ` Richard Riley
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Riley @ 2011-11-02 14:45 UTC (permalink / raw)
  To: ding

Richard Riley <rileyrg@googlemail.com> writes:

> Ted Zlatanov <tzz@lifelogs.com> writes:
>
>> On Tue, 01 Nov 2011 14:40:58 +0100 Richard Riley <rileyrg@googlemail.com> 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.
>

Well, strange but true. Something must have been fubarred in exim. A
restart of that server fixed it.

Sorry for the noise.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-02 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-01 13:40 something changed in emacs 24 with gmail authentication? Richard Riley
2011-11-01 17:06 ` Ted Zlatanov
2011-11-02 14:35   ` Richard Riley
2011-11-02 14:45     ` Richard Riley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).