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

Re: slowness in smtp tls



At Sun, 11 Oct 2009 10:09:42 -0700, John Owens wrote:

> The el file calls a starttls binary:
> 
> (defcustom starttls-program "starttls"
>   "The program to run in a subprocess to open an TLSv1 connection."
>   :group 'starttls)
> 
> that I had to compile and put in my path. Am I missing something? All
> I had before was the gnutls package, which doesn't have this starttls
> binary. 

(setq
 ssl-certificate-verification-policy 1
 ssl-program-name "gnutls-cli"
 ssl-program-arguments '("-p" service host)
 wl-smtp-posting-port 587
 wl-smtp-connection-type 'starttls
 wl-smtp-authenticate-type "plain")

Works great for me.
-- 
wbr, Vitaly