diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/stderr/5410 | 1 | ||||
-rw-r--r-- | test/stderr/5420 | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/stderr/5410 b/test/stderr/5410 index 334301139..b84c26492 100644 --- a/test/stderr/5410 +++ b/test/stderr/5410 @@ -80,6 +80,7 @@ expanding: ${if eq {$address_data}{userz}{*}{:}} 127.0.0.1 in hosts_verify_avoid_tls? no (end of list) SMTP>> STARTTLS SMTP<< 220 TLS go ahead +127.0.0.1 in hosts_require_ocsp? no (option unset) SMTP>> EHLO myhost.test.ex SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4] 250-SIZE 52428800 diff --git a/test/stderr/5420 b/test/stderr/5420 index 36d163f25..d2fb575b5 100644 --- a/test/stderr/5420 +++ b/test/stderr/5420 @@ -80,6 +80,9 @@ expanding: ${if eq {$address_data}{userz}{*}{:}} 127.0.0.1 in hosts_verify_avoid_tls? no (end of list) SMTP>> STARTTLS SMTP<< 220 TLS go ahead +127.0.0.1 in hosts_require_ocsp? no (option unset) + in tls_verify_hosts? no (option unset) + in tls_try_verify_hosts? no (option unset) SMTP>> EHLO myhost.test.ex SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4] 250-SIZE 52428800 |