]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-mod_clamav.conf
- release 2
[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 127.0.0.1
12 #       ClamPort 3310
13 #       ClamMaxSize 250 Mb
14 #</IfModule>
This page took 0.029606 seconds and 3 git commands to generate.