fixes check_rbl parameter typo

This commit is contained in:
Alex 2019-02-13 07:44:20 +01:00 committed by GitHub
parent b08d485a41
commit 71bc184de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5469,7 +5469,7 @@ rbl_hostname | **Optional.** The address or name of the SMTP server to check. De
rbl_server | **Required** List of RBL servers as an array.
rbl_warning | **Optional** Number of blacklisting servers for a warning.
rbl_critical | **Optional** Number of blacklisting servers for a critical.
tbl_timeout | **Optional** Seconds before plugin times out (default: 15).
rbl_timeout | **Optional** Seconds before plugin times out (default: 15).
#### squid <a id="plugin-contrib-command-squid"></a>