]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/attachment.mdwn
add virus checking to attachments plugin
[git.ikiwiki.info.git] / doc / plugins / attachment.mdwn
index 2b834304296cf184e78d4110573914795d0abaff..dedc4162e050d87c1e4d4e39c809e9bc511258b6 100644 (file)
@@ -26,3 +26,9 @@ Attachments" field of the wiki admin's preferences page.
 
 This plugin will use the [[cpan File::MimeInfo::Magic]] perl module, if
 available, for mimetype checking.
+
+The `virusfree` [[PageSpec|ikiwiki/pagespec/attachment]] requires that
+ikiwiki be configured with a virus scanner program via the `virus_checker`
+option in the setup file. If using `clamav`, with `clamd`, set it to
+"clamdscan -". Or to use clamav without the `clamd` daemon, you
+could set it to "clamscan -".