[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: failed SMTP auth
>> 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
>
>
That brings me back to the original error. It seemed to have no
effect. Here is the .wl config file: http://paste.lisp.org/+2JE6
I'm using the package from the arch linux repo
http://www.archlinux.org/packages/community/any/wanderlust/
At no time has the client even prompted me for a password.