OpenSSL verification modes other than none and peer make no sense for

TLS client connection, remove them from the examples.
This commit is contained in:
Jonne Haß 2016-06-07 12:29:21 +02:00
parent db5714d75f
commit 27569d4baa
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6

View file

@ -663,7 +663,7 @@ configuration: ## Section
## OpenSSL verify mode used when connecting to a SMTP server with TLS.
## Set this to 'none' if you have a self-signed certificate. Possible
## values: 'none', 'peer', 'client_once', 'fail_if_no_peer_cert'.
## values: 'none', 'peer'.
#openssl_verify_mode: 'none'
## Ignore if method isn't 'sendmail'