[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: failed SMTP auth
Hello,
>>>>> In the Message: [Wanderlust English ML: No.04479]
>>>>> with the date of Sun, 9 Jan 2011 06:09:33 -0500
>>>>> Daniel Anderson <dankles@gmail.com> has written:
> I've been spending hours hacking away on this... I'm getting close to giving up.
> I've added these lines to my .wl config:
> starttls-use-gnutls t
> starttls-gnutls-program "gnutls-cli"
> starttls-extra-arguments '("--insecure")
How about this one;
(setq
ssl-certificate-verification-policy 1
ssl-program-name "gnutls-cli"
ssl-program-arguments '("-p" service host))
HTHs,
Regards,
---
Masaru Nomiya