diff options
author | Franz Schwartau <franz@electromail.org> | 2023-08-29 15:12:47 +0200 |
---|---|---|
committer | Franz Schwartau <franz@electromail.org> | 2023-08-30 15:04:32 +0200 |
commit | 06ebad83995921b622aecbd2111f1f6e6c62efc4 (patch) | |
tree | 699476868823ff57f95b8deec6c8df0c06f218db /.github/NPTest.cache | |
parent | 3a69b8c16a78953f89267238e74abc4c9e5dca7f (diff) | |
download | monitoring-plugins-06ebad83995921b622aecbd2111f1f6e6c62efc4.tar.gz |
check_smtp: add tests for --ssl
Diffstat (limited to '.github/NPTest.cache')
-rw-r--r-- | .github/NPTest.cache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/NPTest.cache b/.github/NPTest.cache index e3694573..d488d1b9 100644 --- a/.github/NPTest.cache +++ b/.github/NPTest.cache | |||
@@ -27,6 +27,7 @@ | |||
27 | 'NP_HOST_TCP_SMTP' => 'localhost', | 27 | 'NP_HOST_TCP_SMTP' => 'localhost', |
28 | 'NP_HOST_TCP_SMTP_NOSTARTTLS' => '', | 28 | 'NP_HOST_TCP_SMTP_NOSTARTTLS' => '', |
29 | 'NP_HOST_TCP_SMTP_STARTTLS' => 'localhost', | 29 | 'NP_HOST_TCP_SMTP_STARTTLS' => 'localhost', |
30 | 'NP_HOST_TCP_SMTP_TLS' => 'localhost', | ||
30 | 'NP_HOST_TLS_CERT' => 'localhost', | 31 | 'NP_HOST_TLS_CERT' => 'localhost', |
31 | 'NP_HOST_TLS_HTTP' => 'localhost', | 32 | 'NP_HOST_TLS_HTTP' => 'localhost', |
32 | 'NP_HOST_UDP_TIME' => 'none', | 33 | 'NP_HOST_UDP_TIME' => 'none', |