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

Re: [msmtp-users] TLS Question



On Fri, 23. Jun 2006, 12:29:09 +0200, Eren Metin Elci wrote:
> is there a way to ignore TLS Warning messages?
>  The problem is, that iam connecting to a server that got mutliple
>  domains but only one SSL-Certificate.
>  The Mailserver for my email account uses  certificate created for
>  another domain of that server. 

You can use "tls_certcheck off". Then msmtp won't even look at the
certificate from the server. 
If you do not use tls_trust_file, then this is not a big loss.

The recommended way to use TLS is with tls_trust_file though, and this
does not work without certificate checks.

Martin