diff options
author | mh <mh@immerda.ch> | 2015-10-26 18:23:21 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2015-10-26 18:23:21 +0100 |
commit | ca86ffbabd4e5d56bb25e0037e09a4c7cd9f0f6b (patch) | |
tree | 11af13cafa9a79743d4dc4bfef7f08caa43c492c /manifests | |
parent | 0a0a65f6e84dc65253f54f46e08040c086ff120b (diff) |
enable ssl login by default
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/command/imap_pop3.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/command/imap_pop3.pp b/manifests/command/imap_pop3.pp index fbe4182..632b304 100644 --- a/manifests/command/imap_pop3.pp +++ b/manifests/command/imap_pop3.pp @@ -23,6 +23,6 @@ class nagios::command::imap_pop3 { 'check_managesieve_legacy': command_line => '$USER1$/check_tcp -H $ARG1$ -p 2000'; 'check_imap_login': - command_line => '$USER1$/check_imap_login -H $ARG1$ -u $ARG2$ -p $ARG3$ -w $ARG4$ -c $ARG5$'; + command_line => '$USER1$/check_imap_login -s -H $ARG1$ -u $ARG2$ -p $ARG3$ -w $ARG4$ -c $ARG5$'; } } |