diff options
author | Franz Schwartau <franz@electromail.org> | 2023-08-29 12:25:17 +0200 |
---|---|---|
committer | Franz Schwartau <franz@electromail.org> | 2023-08-30 15:04:32 +0200 |
commit | 3a69b8c16a78953f89267238e74abc4c9e5dca7f (patch) | |
tree | d996ea85ea7d00af83a9abe660c5857191eb36d5 | |
parent | 8fa9370a0c0d576c5e8cb945e4195541be7f3823 (diff) | |
download | monitoring-plugins-3a69b8c.tar.gz |
enable NP_HOST_TCP_SMTP_STARTTLS
-rw-r--r-- | .github/NPTest.cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/NPTest.cache b/.github/NPTest.cache index c8dbdf61..e3694573 100644 --- a/.github/NPTest.cache +++ b/.github/NPTest.cache | |||
@@ -26,7 +26,7 @@ | |||
26 | 'NP_HOST_TCP_PROXY' => 'localhost', | 26 | 'NP_HOST_TCP_PROXY' => 'localhost', |
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' => '', | 29 | 'NP_HOST_TCP_SMTP_STARTTLS' => 'localhost', |
30 | 'NP_HOST_TLS_CERT' => 'localhost', | 30 | 'NP_HOST_TLS_CERT' => 'localhost', |
31 | 'NP_HOST_TLS_HTTP' => 'localhost', | 31 | 'NP_HOST_TLS_HTTP' => 'localhost', |
32 | 'NP_HOST_UDP_TIME' => 'none', | 32 | 'NP_HOST_UDP_TIME' => 'none', |