# 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 # and all files for which scanning has failed will be rejected. # # ClamAV on # ClamServer 127.0.0.1 # ClamPort 3310 # ClamMaxSize 250 Mb # ClamFailsafe on # # System with ProFTPd on one host and clamd on other host. # # ClamAV on # ClamServer 192.168.10.10 # ClamPort 3310 # ClamStream on #