diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-28 21:19:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-28 21:23:43 +0000 |
commit | 237638980ecece7f98c1dbdb9a02382d7f772dca (patch) | |
tree | ecd530eb327ecd1d44b6a42e6ce1cfe6d70eacfc /doc/doc-docbook | |
parent | 2aad5761b59a709d98a7d278d83e978ac4e83c2b (diff) |
Add timeout option to spamd_address server specification. Bug 68
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index cb3d78d5d..3e9cb733a 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -30790,12 +30790,19 @@ The supported option are: .code variant=rspamd Use Rspamd rather than SpamAssassin protocol time=<start>-<end> Use only between these times of day +tmo=<timespec> Connection time limit. weight=<value> Selection bias backup Use only if all non-backup servers fail .endd Time specifications for the &`time`& option are <hour>.<minute>.<second> in the local time zone; each element being one or more digits. +Either the seconds or both minutes and seconds, plus the leading &`.`& +characters, may be omitted and will be taken as zero. + +Timeout specifications for the &`tmo`& option are the usual Exim +time interval standard, eg. &`20s`& or &`1m`&. +The default value is two minutes. Servers are queried in a random fashion, weighted by the selection bias. The default value for selection bias is 1. |