diff options
author | Badlop <badlop@process-one.net> | 2022-10-25 12:07:41 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2022-10-25 12:11:24 +0200 |
commit | 2ef71a66840bece5bfe9960cb4e926eb0b65920a (patch) | |
tree | 1dbe2aa20841a1336ec506a52c71cd3533e9c2f7 /man/ejabberd.yml.5 | |
parent | Bump version (diff) |
Annotate captcha_cmd option, run make options, update man
Diffstat (limited to 'man/ejabberd.yml.5')
-rw-r--r-- | man/ejabberd.yml.5 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/man/ejabberd.yml.5 b/man/ejabberd.yml.5 index dab3bcc50..a14a5c730 100644 --- a/man/ejabberd.yml.5 +++ b/man/ejabberd.yml.5 @@ -559,12 +559,26 @@ A maximum number of items (not memory!) in cache\&. The rule of thumb, for all t \fIrouter_cache_size\fR, and \fIsm_cache_size\fR\&. .RE +.sp +\fINote\fR about the next option: improved in 21\&.10: .PP \fBcaptcha_cmd\fR: \fIPath\fR .RS 4 Full path to a script that generates CAPTCHA -images\&. There is no default value: when this option is not set, CAPTCHA functionality is completely disabled\&. +images\&. @VERSION@ is replaced with ejabberd version number in XX\&.YY format\&. @SEMVER@ is replaced with ejabberd version number in semver format when compiled with Elixir\(cqs mix, or XX\&.YY format otherwise\&. There is no default value: when this option is not set, CAPTCHA functionality is completely disabled\&. +.sp +When using the ejabberd installers or container image, the example captcha scripts can be used like this: +.sp +.if n \{\ +.RS 4 +.\} +.nf +captcha_cmd: /opt/ejabberd\-@VERSION@/lib/ejabberd\-@SEMVER@/priv/bin/captcha\&.sh +.fi +.if n \{\ +.RE +.\} .RE .PP \fBcaptcha_host\fR: \fIString\fR @@ -1474,7 +1488,8 @@ if the latter is not set\&. \fBs2s_timeout\fR: \fItimeout()\fR .RS 4 A time to wait before closing an idle s2s connection\&. The default value is -\fI10 minutes\fR\&. +\fI1\fR +hour\&. .RE .PP \fBs2s_tls_compression\fR: \fItrue | false\fR |