]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-mod_clamav.conf
- added example config for mod_clamav
[packages/proftpd.git] / proftpd-mod_clamav.conf
1 # Single system with both ProFTPd and Clamd utilizing Unix local sockets.
2 #<IfModule mod_clamav.c>
3 #       ClamAV on
4 #       ClamLocalSocket /tmp/clamd
5 #</IfModule>
6
7 # Single system with both ProFTPd and Clamd utilizing TCP sockets.
8 # Additionally, only files who's size is less than 250MB will be scanned.
9 #<IfModule mod_clamav.c>
10 #       ClamAV on
11 #       ClamServer localhost
12 #       ClamPort 3310
13 #       ClamMaxSize 250 Mb
14 #</IfModule>
This page took 0.034293 seconds and 3 git commands to generate.