]> git.pld-linux.org Git - packages/proftpd.git/blame - proftpd-mod_clamav.conf
- release 2
[packages/proftpd.git] / proftpd-mod_clamav.conf
CommitLineData
86dc1cff
JR
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
d0f71b71 11# ClamServer 127.0.0.1
86dc1cff
JR
12# ClamPort 3310
13# ClamMaxSize 250 Mb
14#</IfModule>
This page took 0.035072 seconds and 4 git commands to generate.