Difference between revisions of "F-Prot Integration"
From Roaring Penguin
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and | + | 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"; | |
− | |||
− | |||
− | |||
− | $FprotdHost6 = "127.0.0.1:10200"; | ||
− | |||
− | Then | + | Then to reread the config file run: |
+ | |||
+ | /etc/init.d/canit-system restart-gracefully | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Antivirus]] | [[category:All]][[category:Antivirus]] |
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