Difference between revisions of "F-Prot Integration"
From Roaring Penguin
(Created page with "Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and add the following lines: #----------------------------------------------------…") |
|||
Line 1: | Line 1: | ||
− | Once you have F-Prot fpscand installed and running, you edit | + | Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and add the following lines: |
− | /etc/mail/canit/virus-scanners.pl and add the following lines: | ||
− | #-------------------------------------------------------------------------- | + | #-------------------------------------------------------------------------- |
− | # F-RISK F-PROTD version 6. Set to 1 if you have the FPROTD | + | # F-RISK F-PROTD version 6. Set to 1 if you have the FPROTD |
− | # daemonized scanner, version 6, and set FprotdHost6 to the host:port | + | # daemonized scanner, version 6, and set FprotdHost6 to the host:port |
− | # the scanner listens on. | + | # the scanner listens on. |
− | $Features{"Virus:FPROTD6"} = 1; | + | $Features{"Virus:FPROTD6"} = 1; |
− | $FprotdHost6 = "127.0.0.1:10200"; | + | $FprotdHost6 = "127.0.0.1:10200"; |
− | #-------------------------------------------------------------------------- | + | #-------------------------------------------------------------------------- |
Then run "md-mx-ctrl reread" to get CanIt to reread the config file. | Then run "md-mx-ctrl reread" to get CanIt to reread the config file. | ||
<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]] |
Revision as of 10:43, 18 March 2014
Once you have F-Prot fpscand installed and running, you edit /etc/mail/canit/virus-scanners.pl and add the following lines:
#-------------------------------------------------------------------------- # F-RISK F-PROTD version 6. Set to 1 if you have the FPROTD # daemonized scanner, version 6, and set FprotdHost6 to the host:port # the scanner listens on. $Features{"Virus:FPROTD6"} = 1; $FprotdHost6 = "127.0.0.1:10200"; #--------------------------------------------------------------------------
Then run "md-mx-ctrl reread" to get CanIt to reread the config file.