Como eu especifico o endereço IP do clamd ao usar o clamdscan?

1

Eu configurei um host separado para clamd para lidar com a verificação de vírus, e quero testá-lo antes de colocá-lo em produção. Agora, enquanto a configuração do MailScanner para o clamd remoto é clara e simples, não consigo encontrar nenhuma informação sobre como fazer isso com clamdscan . Alguém sabe?

    
por Daniel C. Sobral 09.11.2011 / 18:45

1 resposta

1

Dê uma olhada no clamdscan.py :

$ clamdscan.py -h
Usage: clamdscan.py [OPTIONS] file [file , file , ...]
    -h,--help                         Show this help
    -V,--version                      Show clamd version and exit
    --quiet                           Only output error messages
    --no-summary                      Disable the summary at the end of scanning
    --remove                          Remove the infected files. Be careful!
    -t HOST,--host=HOST               The clamd host to connect to
    -p PORT,--port=PORT               The port to connect to on the clamd host
    -u SOCKET,--unix-socket=SOCKET    Path to the unix socket to use.
                                      NOTE: This overrides any setting for host
                                            and port.
    
por 09.11.2011 / 19:12