Displaying 7 results from an estimated 7 matches for "av_scanner".
Did you mean:
av_scanners
2017 Jan 04
2
Amavis on Centosl help
I'm moving from Ubuntu to CentOS 7
Previously, on Ubuntu, installing amavisd would lead to
etc/amavis/conf.d that contained:
01-debian
05-domain_id
05-node_id
15-av_scanners
15-content_filter_mode
20-debian_defaults
21-ubuntu_defaults
25-amavis_helpers
30-template_localization
40-policy_banks
50-user
However installing amavisd on centos leads to a spaghetti config file
(i.e. /etc/amavisd/amavisd.conf and nothing else)
For obvious reasons I want to avoid spagh...
2016 Aug 22
4
Email pid issue
...clamd.sock, retrying (1)
Since this is reported 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
o...
2016 May 04
1
yum update (first in a long time) has broken clamd.exim
...: clamd.service failed.
[root at ollie2 ~]#
Can anyone tell me what happened to clamd.exim, and what I need to do to get
it working again. For now I've had to comment out:
# Deny if the message contains a virus. Before enabling this check, you
# must install a virus scanner and set the av_scanner option above.
#
deny set acl_m0 = clamd:/var/run/clamd.exim/clamd.sock
malware = *
set acl_c_SPAM = 1
message = A virus has been detected ($malware_name).
2016 Aug 22
0
Email pid issue
...;
> Since this is reported 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, no...
2017 Jan 04
0
Amavis on Centosl help
...9;/etc/amavis/conf.d');
}
Cheers,
Barbara
On 01/04/2017 01:50 PM, Tim Smith wrote:
> I'm moving from Ubuntu to CentOS 7
>
> Previously, on Ubuntu, installing amavisd would lead to
> etc/amavis/conf.d that contained:
> 01-debian
> 05-domain_id
> 05-node_id
> 15-av_scanners
> 15-content_filter_mode
> 20-debian_defaults
> 21-ubuntu_defaults
> 25-amavis_helpers
> 30-template_localization
> 40-policy_banks
> 50-user
>
> However installing amavisd on centos leads to a spaghetti config file
> (i.e. /etc/amavisd/amavisd.conf and nothing...
2015 Aug 25
2
clamav / EXIM on Centos 7
...h
clamav-filesystem-0.98.7-1.el7.noarch
exim-mon-4.84-4.el7.x86_64
exim-4.84-4.el7.x86_64
exim-greylist-4.84-4.el7.x86_64
exim-pgsql-4.84-4.el7.x86_64
spamassassin-3.4.0-1.el7.x86_64
I configured EXIM and Spamassassin. I started the services
exim
spamassassin
clamav-milter
In EXIM I configured
av_scanner = clamd:/var/run/clamd.exim/clamd.sock
spamd_address = 127.0.0.1 783
However when I tried to send a test email it failed saying
2015-08-24 22:45:13 1ZTzY6-0002f1-OL malware acl condition: clamd: unable to
connect to UNIX socket (/var/run/clamd.exim/clamd.sock): No such file or
directory
2015-08...
2019 Nov 29
2
CLAMD and EXIM - anyone got it working`
Has anyone actually got CLAMD and EXIM working?
I've just had a go on a new VPS server without success. The only thing that happened was that my server slowed because clamd was hogging CPU.
I have done a lot of googling and all I found was a couple of howto's that said the same thing, and my questions from 2015 which is the last time I tried this.
I can get clamd / freshclam etc