* Al Sparks <[EMAIL PROTECTED]>
> When I first start clamd and then,
> > sudo clamd PING
> I don't get a PONG back.
>
> In fact the documented commands don't seem to work at all. What am I
> doing wrong?
Talk to the socket:
perl -MIO::Socket::UNIX -we \
'my $s = IO::Socket::UNIX->new(shift); \
$s->print("PING"); print $s->getline; $s->close' \
/path/to/the/clamd.sock
See clamd.conf to determine where clamd.sock is on your system.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang