Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created November 27, 2014 09:05
Show Gist options
  • Select an option

  • Save iorionda/7171ba28b30646043eb3 to your computer and use it in GitHub Desktop.

Select an option

Save iorionda/7171ba28b30646043eb3 to your computer and use it in GitHub Desktop.
Mac OS X 上で clamd を動かす ref: http://qiita.com/iorionda/items/885f270ee64434e45d2c
% brew install clamav
% freshclam -v
Current working dir is /usr/local/Cellar/clamav/0.98.3/share/clamav
Max retries == 3
ClamAV update process started at Wed May 14 14:05:32 2014
Using IPv6 aware code
Querying current.cvd.clamav.net
TTL: 962
Software version from DNS: 0.98.3
main.cvd version from DNS: 55
main.cvd is up to date (version: 55, sigs: 2424225, f-level: 60, builder: neo)
daily.cvd version from DNS: 18979
daily.cld is up to date (version: 18979, sigs: 950655, f-level: 63, builder: neo)
bytecode.cvd version from DNS: 236
bytecode.cvd is up to date (version: 236, sigs: 43, f-level: 63, builder: dgoddard)
# /usr/local/etc/clamd.conf
TCPAddr 127.0.0.1
TCPSocket 9321
% mkdir /usr/local/var/run/clamav
DatabaseMirror db.jp.clamav.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment