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:
parent
db5714d75f
commit
27569d4baa
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue