search for: ask_daemon

Displaying 3 results from an estimated 3 matches for "ask_daemon".

Did you mean: am_daemon
2016 Aug 22
4
Email pid issue
...by "ClamAV-clamd", I am assuming this is coming from amavisd.conf. My logic on this is that a grep search for that particular string only shows up in the /etc/amavisd.conf file, when its calling the scanner. Pasted code from file below: @av_scanners = ( ['ClamAV-clamd', \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], qr/\bOK$/m, qr/\bFOUND$/m, qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], Best I can determine /var/spool/amavisd/clamd.sock file exists. So, not sure what is causing this or why, or how to fix. Here is /var/spool/amavisd...
2009 Apr 13
3
Clamd and Amavis
I'm trying to get amavis to play using clamd and tried to follow this: # ### http://www.clamav.net/ ['ClamAV-clamd', \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], qr/\bOK$/, qr/\bFOUND$/, qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: run clamd under the same user as amavisd, or run it under its own # # uid such as clamav, add user clamav to the amavis group, and then add # #...
2016 Aug 22
0
Email pid issue
...I am assuming this is coming from amavisd.conf. My > logic on this is that a grep search for that particular string only shows up in the > /etc/amavisd.conf file, when its calling the scanner. Pasted code from file below: > > @av_scanners = ( > ['ClamAV-clamd', > \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], > qr/\bOK$/m, qr/\bFOUND$/m, > qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], > > Best I can determine /var/spool/amavisd/clamd.sock file exists. So, not sure what is causing this > or why, or how to fix. &gt...