1 # TLS client: verify certificate from server - name-fails
2 exim -DSERVER=server -bd -oX PORT_D
4 # this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted
8 # this will fail to verify the cert name and fallback to unencrypted
12 # this will pass the cert verify including name check
16 # this will fail to verify the cert name but carry on (try-verify mode)