Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
That's not easy.
Most important problem is way back in case of false positive.
Current version of script stores email within memory in most cases, except a long email ( i.e. appended file ) or sophos, because handling by sophos is check by file. clamav and drweb are able to check files as...
of course there are some perl modules to be installed.
Log::Any is
perl-Log-Any-0.15-3.el7.noarch.rpm in epel repository for centos 7
debian 10
root@puck983:/usr/local/bin# apt list --installed | grep -i log-any
WARNING: apt does not have a stable CLI interface. Use with caution in scripts...
Sorry, i'm unable to reproduce, because sendmail not installed.
first: can you post the test-mail with all headers
second: i've appended hitd-mailq-check
thats intended to check length of mailqueue every about 5-10 min from cron. Both scripts are located usualy in /usr/local/bin
However you...
please do some tests and give a short report.
However, if your question from beginning ( how to remove a appended file ) isn't obsolate, take a look at renattach. It is available for ubuntu as renattach 1.2.4-5 (amd64 binary) in ubuntu bionic. renattach is able to delete a attachment. you can...
And on the other way: you started with clamav
if clamav daemon runs fine,
change
# PATH must be fixed because perl -T flag, using an usual path throws security exception
my $drweb_bin='/usr/bin/drwebdc'; # if empty: do not use DrWeb version 6 ( part of plesk as plesk antivirus )
my...
Thats OK, no panic
If you buy a full license of plesk antivir you get drweb32.key
This is startup here:
Mär 07 07:36:32 puck983 drwebd[1593]: Dr.Web (R) daemon for Linux/Plesk Edition v6.0.2.1
Mär 07 07:36:32 puck983 drwebd[1593]: Copyright (c) Igor Daniloff, 1992-2022
Mär 07 07:36:32...
take a simple mail from mailDir and pipe trough the mailhandler.
Increase debug from level 1, wich is default to maybe 4.
If you want silently discard simply change following:
print STDERR "LOG HITDVIRUS drweb result: REJECT VIRUS $virus_name\n";
print STDERR "REJECT VIRUS...
Maybe Dr.Web internal
try
1|root@puck983:~# cat eicar_com.zip | drwebdc -orv -
Results: daemon return code 0x20 (known virus is found)
----- Dr.Web found viruses list begin -----
Known virus(es):
EICAR Test File (NOT a Virus!)
----- Dr.Web found viruses list end -----
1|root@puck983:~#
to...