# Single system with both ProFTPd and Clamd utilizing Unix local sockets. # # ClamAV on # ClamLocalSocket /tmp/clamd # # Single system with both ProFTPd and Clamd utilizing TCP sockets. # Additionally, only files who's size is less than 250MB will be scanned. # # ClamAV on # ClamServer 127.0.0.1 # ClamPort 3310 # ClamMaxSize 250 Mb #