首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在使用箝位扫描时,我如何指定箝位的IP地址?

在使用箝位扫描时,我如何指定箝位的IP地址?
EN

Server Fault用户
提问于 2011-11-09 17:45:16
回答 1查看 1.3K关注 0票数 1

我为clamd设置了一个单独的主机来处理病毒扫描,我想在投入生产之前对它进行测试。现在,虽然MailScanner对远程clamd的配置是清晰而简单的,但我无法找到任何关于如何使用clamdscan实现此操作的信息。有人知道吗?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2011-11-09 18:12:00

请看一下clamdscan.py

代码语言:javascript
复制
$ 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.
票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/329395

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档