all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* smtpmail stopped working with gmail
@ 2011-07-09  1:27 T. V. Raman
  2011-07-09 10:52 ` Richard Riley
  2011-07-10 12:24 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: T. V. Raman @ 2011-07-09  1:27 UTC (permalink / raw)
  To: emacs-devel

After updating to revision from:
2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>

smtpmail for sending email using starttls  to gmail stopped
working.

I have a ~/.authinfo
like so:

machine smtp.gmail.com port 587 
cert-key  "/etc/ssl/private/cakey.pem"
cert-cert  "/etc/ssl/certs/cacert.pem"

I have equivalent settings via elisp as well. I just went back to
an older smtpmail.el for now, but some documentation on what to
change in my settings would be good.

-- 
Best Regards,
--raman



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

* Re: smtpmail stopped working with gmail
  2011-07-09  1:27 T. V. Raman
@ 2011-07-09 10:52 ` Richard Riley
  2011-07-10 12:24   ` Lars Magne Ingebrigtsen
  2011-07-10 12:24 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: Richard Riley @ 2011-07-09 10:52 UTC (permalink / raw)
  To: emacs-devel

"T. V. Raman" <tv.raman.tv@gmail.com> writes:

> After updating to revision from:
> 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
>
> smtpmail for sending email using starttls  to gmail stopped
> working.
>
> I have a ~/.authinfo
> like so:
>
> machine smtp.gmail.com port 587 
> cert-key  "/etc/ssl/private/cakey.pem"
> cert-cert  "/etc/ssl/certs/cacert.pem"
>
> I have equivalent settings via elisp as well. I just went back to
> an older smtpmail.el for now, but some documentation on what to
> change in my settings would be good.

Ive started getting the prompt to configure smtp, enter localhost (I use
an exim4 configured to use a smarthost) and gnus freezes. That and my
queue says 2 emails waiting when theres only one.






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

* Re: smtpmail stopped working with gmail
  2011-07-09  1:27 T. V. Raman
  2011-07-09 10:52 ` Richard Riley
@ 2011-07-10 12:24 ` Lars Magne Ingebrigtsen
  2011-07-10 17:15   ` T.V. Raman
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 12:24 UTC (permalink / raw)
  To: emacs-devel

"T. V. Raman" <tv.raman.tv@gmail.com> writes:

> After updating to revision from:
> 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
>
> smtpmail for sending email using starttls  to gmail stopped
> working.

In what way does it not work?

If you 

(setq smtpmail-debug-info t)

what do you get in the trace buffer?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




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

* Re: smtpmail stopped working with gmail
  2011-07-09 10:52 ` Richard Riley
@ 2011-07-10 12:24   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 12:24 UTC (permalink / raw)
  To: emacs-devel

Richard Riley <rileyrg@googlemail.com> writes:

> Ive started getting the prompt to configure smtp, enter localhost (I use
> an exim4 configured to use a smarthost) and gnus freezes.

(setq debug-on-quit t), and then `C-g' when it hangs.  Post the
resulting backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




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

* smtpmail stopped working with gmail
  2011-07-10 12:24 ` Lars Magne Ingebrigtsen
@ 2011-07-10 17:15   ` T.V. Raman
  2011-07-10 21:39     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: T.V. Raman @ 2011-07-10 17:15 UTC (permalink / raw)
  To: emacs-devel

Does not work == get a message saying starttls failed to start.
I turned on smtp debugging but the trace buffer was empty so
Icouldn't make any progress tracking it down. And since Ineeded
to be able  to send email I rolled back,
-- 
Best Regards,
--raman

-- 
Best Regards,
--raman


On 7/10/11, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> "T. V. Raman" <tv.raman.tv@gmail.com> writes:
>
>> After updating to revision from:
>> 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
>>
>> smtpmail for sending email using starttls  to gmail stopped
>> working.
>
> In what way does it not work?
>
> If you
>
> (setq smtpmail-debug-info t)
>
> what do you get in the trace buffer?
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>   bloggy blog http://lars.ingebrigtsen.no/
>
>
>



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

* smtpmail stopped working with gmail
@ 2011-07-10 17:16 raman
  0 siblings, 0 replies; 7+ messages in thread
From: raman @ 2011-07-10 17:16 UTC (permalink / raw)
  To: emacs-devel


Does not work == get a message saying starttls failed to start.
I turned on smtp debugging but the trace buffer was empty so
Icouldn't make any progress tracking it down. And since Ineeded
to be able  to send email I rolled back,
-- 
Best Regards,
--raman

-- 
Best Regards,
--raman

-- 
Best Regards,
--raman



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

* Re: smtpmail stopped working with gmail
  2011-07-10 17:15   ` T.V. Raman
@ 2011-07-10 21:39     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 21:39 UTC (permalink / raw)
  To: emacs-devel

"T.V. Raman" <tv.raman.tv@gmail.com> writes:

> Does not work == get a message saying starttls failed to start.
> I turned on smtp debugging but the trace buffer was empty so
> Icouldn't make any progress tracking it down.

What was the error message?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




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

end of thread, other threads:[~2011-07-10 21:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-10 17:16 smtpmail stopped working with gmail raman
  -- strict thread matches above, loose matches on Subject: below --
2011-07-09  1:27 T. V. Raman
2011-07-09 10:52 ` Richard Riley
2011-07-10 12:24   ` Lars Magne Ingebrigtsen
2011-07-10 12:24 ` Lars Magne Ingebrigtsen
2011-07-10 17:15   ` T.V. Raman
2011-07-10 21:39     ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.