Difference between revisions of "F-Prot Integration"
From Roaring Penguin
Line 1: | Line 1: | ||
− | Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and under the section # F-RISK F-PROTD version 6 | + | Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and under the section "# F-RISK F-PROTD version 6" uncomment the following lines by removing the # character: |
# $Features{"Virus:FPROTD6"} = 1; | # $Features{"Virus:FPROTD6"} = 1; |
Latest revision as of 10:20, 27 June 2014
Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and under the section "# F-RISK F-PROTD version 6" uncomment the following lines by removing the # character:
# $Features{"Virus:FPROTD6"} = 1; # $FprotdHost6 = "127.0.0.1:10200";
Then to reread the config file run:
/etc/init.d/canit-system restart-gracefully