help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus: Process SMTP not running


From: W . Greenhouse
Subject: Re: Gnus: Process SMTP not running
Date: Sat, 17 May 2014 16:50:15 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

gnustestingacc@gmail.com writes:

>  Obviously the connection quit, an the SMTP process does not find a
> connection. I wonder why the certificates are not accepted by my (?)
> system. I would believe that the certificates are valid, because they
> are from google and I think these guys are capable of creating valid
> certificates.
>  
>  thx for your help
>  
>  
>  
> PS: I use debian sid, emacs version 23.4.1, and have gnutls-bin
> installed.

Try port 465 rather than 587 for the SMTP connection, e.g.

(setq smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-stream-type 'ssl
      smtpmail-smtp-service 465)

Perhaps you need a certificate update for your system--or an update in
general; the current Emacs for sid is 24.3 and not 23.4, which is the
Emacs in wheezy. I would also recommend attempting to verify this
certificate on another system, just to be safe.
      
-- 
Reply to list only, please.
Off-list replies will be filtered and deleted.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]