unable to load mod_clamav.c

Discussion in 'HOWTO-Related Questions' started by Ubundu, Apr 13, 2014.

  1. Ubundu

    Ubundu New Member

  2. Ubundu

    Ubundu New Member

    the workaround is to add at /etc/proftpd/modules.conf
    somewehere at the end of the file, but before the last line:

    # Load Module Clamav
    LoadModule mod_clamav.c

    save the file, and restart proftpd

    in order to check if module clamav has been loaded:
    hit proftpd -vv in a terminal and press enter

    download eicar virus from
    http://www.rexswain.com/eicar.html

    and upload it to the server
    that should fail, with the message:
    STOR eicar.com
    150 Opening BINARY mode data connection for eicar.com
    550-Virus Detected and Removed: Eicar-Test-Signature FOUND
    550 eicar.com: Action not allowed
    Error: Filetransfer Failed

    virtually no howto is reporting this workaround.
     
    Last edited: Apr 13, 2014

Share This Page