Hi Martin, Duh-ohh - been working to long to forget or maybe I just learned to forget - I got this project 3rd hand - "install clamav-0.103 because clamav-0.102 cant access the virus DB." So like a talking monkey I just kept trying to do just that. Even though I knew clamav is already installed! I just went right to the sowtware dir and did 'yum install ./clamav-0.10311-1.aix7.1.ppc.rpm'. And followed the trail ... duh-ohh - So I thought I should run dnf_aixtoolbox.sh with -y because yum is there at 3.4.3 but now dnf wants to upgrade to openssl-1.1.n+ so i grabbed openssl-1.1.2.2200 from IBMs site. Of course it had an error - "restore:0511-074 Cannot restore the file ./usr/lib/libcrypto.a: The requested resource is busy. "0503-700 inurest: Error in restoring files : "0503-037 inurest: failure on system call to execute command /usr/sbin/restbyname -S -xYAQF/gpfs/software/ClamAV/openssl-1.1.2.2200/openssl.base -Z /tmp/inutemp2eIaea/sorted.al." cleanup succeeded so thats good. i tried this on a sister lpar with no problem so there is something wrong on this bird! of course - its the only lpar in the cluster with this issue so naturally its the one I pick to test on ... ;-[ I should be able to switch to the other lpar but I would like to know why its 'busy'. i tried lsof hoping to use rmsock but lsof listed about 7 pids. the other lpar listed 0 - so I asked IBM about why the libcrypto.a file is 'busy'?
Thanks - Brendan From: Rödlach Martin <martin.roedl...@arz.at> Sent: Tuesday, May 7, 2024 3:55 AM To: Walsh, Brendan L. (FFD) (CON) <bwal...@fbi.gov> Cc: Brendan Walsh <brendanlwa...@gmail.com>; ClamAV users ML <clamav-users@lists.clamav.net> Subject: AW: [clamav-users] [EXTERNAL EMAIL] - Re: ClamAV.0.103.11 as clamav-0.103.11-1.aix7.1.ppc.rpm fails to install on AIX7.2 on non AIX dependencies like vim Hi Brendan, if You have a clean YUM repository already in place, then just type "sudo yum install clamav". This will do the trick (if sudo is implemented correctly for Your user. If not, switch to root instead). But if You don't have a working yum environment, You might think about implementing one. Here a brief description how it should work for You. Create a directory for your local repository, e.g. /var/opt/myrepo or somewhere more convenient # sudo mkdir /var/opt/myrepo (if You don't have that much space in /var, maybe a new filesystem will be best - sudo smitty fs). Download and move the necessary RPMs from the toolbox site into that directory. We are syncing the repository from the IBM server every night to a local repository (because most of our servers don't have internet access) - but with a snapshot strategy - and so we have all available package versions in our repositories - this needs much more space, but is very comfortable) We have our repository located on a NFS server (if You like that, change the path accordingly). The yum command is in the dnf RPM package - so this is a minimum requirement (there are also necessary libraries. Hint: maybe document the minimum RPMs for getting yum to work in a script, if You have more than on LPAR). Fix some ownership and directory permissions: # sudo chown -R root:root /var/opt/myrepo Install the createrepo package if not installed yet, and run # sudo createrepo /var/opt/myrepo # sudo chmod -R o-w+r /var/opt/myrepo Create a repository configuration file, e.g. /etc/yum.repos.d/aixtoolbox.repo containing [local] name=AIX Toolbox baseurl=file:///var/opt/myrepo enabled=1 gpgcheck=0 Install then Your package using YUM - the dependencies will be automatically resolved # yum install clamav Those are maybe not the best instructions, but should help a little. Thanks Martin Von: Brendan Walsh <bwal...@fbi.gov<mailto:bwal...@fbi.gov>> Gesendet: Dienstag, 7. Mai 2024 00:22 An: Rödlach Martin <martin.roedl...@arz.at<mailto:martin.roedl...@arz.at>>; ClamAV users ML <clamav-users@lists.clamav.net<mailto:clamav-users@lists.clamav.net>> Cc: Brendan Walsh <brendanlwa...@gmail.com<mailto:brendanlwa...@gmail.com>> Betreff: RE: [clamav-users] [EXTERNAL EMAIL] - Re: ClamAV.0.103.11 as clamav-0.103.11-1.aix7.1.ppc.rpm fails to install on AIX7.2 on non AIX dependencies like vim Hi Martin, Glad to know it does work! Thanks for the links - I am new to Open Source Community so I appreciate the help. Its not so much the dependencies that are causing an issue It's the sub dependencies that are giving me a problem. This is the list from IBMs geninstall, which uses rpm but also generates a list of sub dependencies. Yum probably does but I don't know the command well enough. clamav-1:0.103.11-1.ppc dependencies and their sub dependencies geninstall -I "a -cgNpQqwX -J" -Z -p -d . -f File 2>&1 Failed dependencies: needed by clamav-1:0.103.11-1.ppc curl >= 8.4.0 needed by curl ca-certificates >= 2023.2.60 krb5-libs >= 1.21.2 libcrypto.a(libcrypto.so.1.1) liblber.a(liblber-2.5.so.0) libldap.a(libldap-2.5.so.0) libnghttp2 >= 1.55.1 libssl.a(libssl.so.1.1) openldap >= 2.5.16 libcrypto.a(libcrypto.so.1.1) libiconv >= 1.17 gettext >= 0.21-1 libssl.a(libssl.so.1.1) libtool-ltdl >= 2.4.7 autoconf autoconf >= 2.71 automake automake >= 1.16.2 m4 libxml2 >= 2.10.4 needed by clamav-1:0.103.11-1.ppc ncurses >= 6.4 needed by clamav-1:0.103.11-1.ppc xz-libs >= 5.4.3 needed by clamav-1:0.103.11-1.ppc zlib >= 1.2.13 needed by clamav-1:0.103.11-1.ppc libxml2 = 2.9.10-1 needed by (installed) libxml2-python-2.9.10-1.ppc vim-X11-9.0.1649-1.ppc --- with no apparent reason - we do not use vim so? freetype2 >= 2.12.1 gdk-pixbuf >= 2.35.1 gettext >= 0.21-2 glib2 >= 2.56.1 gtk2 >= 2.24.30 libgdk-x11-2.0.a(libgdk-x11-2.0.so.0) libgdk_pixbuf-2.0.a(libgdk_pixbuf-2.0.so.0) libgio-2.0.a(libgio-2.0.so.0) libgtk-x11-2.0.a(libgtk-x11-2.0.so.0) libpango-1.0.a(libpango-1.0.so.0)xi libsodium >= 1.0.18 -----Original Message----- From: Rödlach Martin <martin.roedl...@arz.at<mailto:martin.roedl...@arz.at>> Sent: Monday, May 6, 2024 3:17 AM To: ClamAV users ML <clamav-users@lists.clamav.net<mailto:clamav-users@lists.clamav.net>> Cc: Walsh, Brendan L. (FFD) (CON) <bwal...@fbi.gov<mailto:bwal...@fbi.gov>>; Brendan Walsh <brendanlwa...@gmail.com<mailto:brendanlwa...@gmail.com>> Subject: AW: [clamav-users] [EXTERNAL EMAIL] - Re: ClamAV.0.103.11 as clamav-0.103.11-1.aix7.1.ppc.rpm fails to install on AIX7.2 on non AIX dependencies like vim Hi Brendan, if I may - this looks like that You don't use a correct installation of the AIX toolbox. We are also using it on AIX 7.2 and we don't face those troubles. So the package is working. This is how it looks like on our machines - and Yes, we use yum for installation and ClamAV is just working fine most of the time. There are troubles with clamd because it loses the socket from time to time and needs a restart (but that's also the case on Linux systems). # rpm -qa|grep -E "clam|vim" clamav-0.103.11-1.ppc vim-common-9.0.1649-1.ppc vim-enhanced-9.0.1649-1.ppc The RPM package is not the responsibility of the ClamAV developers - but it is of the IBM AIX toolbox people - so I would suggest to post the problem there - You might get better response because they know all about the dependencies - e.g. what are the minimum packages You will need to install for clamav to work. You can find that here: https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fcommunity.ibm.com%2Fcommunity%2Fuser%2Fpower%2Fcommunities%2Fcommunity-home%2Fdigestviewer%3Fcommunitykey%3D10c1d831-47ee-4d92-a138-b03f7896f7c9&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258604137%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=74CsqYisbjefOTRl4gZH5VynTm7uazaYCxBEcNZWvwA%3D&reserved=0<https://urldefense.com/v3/__https:/community.ibm.com/community/user/power/communities/community-home/digestviewer?communitykey=10c1d831-47ee-4d92-a138-b03f7896f7c9__;!!PvTMCG4!JJr9vCHwNMS7gTaYmfoYyC3PNvvVt8-2xWNxixhzSOG8ouqKNfZ9EKRA8MnClNji_o6qlGUmLc6Ej9pHe22Z$> Here is also a post where someone has a similar problem: https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fcommunity.ibm.com%2Fcommunity%2Fuser%2Fpower%2Fdiscussion%2Fclamav-on-aix%23bmd0e56c0c-17ae-4f68-96b1-9125ce60aa56&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258611325%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=ihGWEfFkfGBhqvzCTfUa1DzCHEET5K0h5j1qEWaONiQ%3D&reserved=0<https://urldefense.com/v3/__https:/community.ibm.com/community/user/power/discussion/clamav-on-aix*bmd0e56c0c-17ae-4f68-96b1-9125ce60aa56__;Iw!!PvTMCG4!JJr9vCHwNMS7gTaYmfoYyC3PNvvVt8-2xWNxixhzSOG8ouqKNfZ9EKRA8MnClNji_o6qlGUmLc6EjxKn01lA$> One of the toolbox guys replied with this link - maybe this helps because it is the same topic: https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fcommunity.ibm.com%2Fcommunity%2Fuser%2Fpower%2Fdiscussion%2Fissue-with-dnf-updte-nothing-provides-libcryptoalibcryptoso11-needed-by-krb5-libs-1185-2ppc&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258616890%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=KsOcai14mPm%2BxNkLt2WsBYlp8s4gmlz4xcEMicBon8M%3D&reserved=0<https://urldefense.com/v3/__https:/community.ibm.com/community/user/power/discussion/issue-with-dnf-updte-nothing-provides-libcryptoalibcryptoso11-needed-by-krb5-libs-1185-2ppc__;!!PvTMCG4!JJr9vCHwNMS7gTaYmfoYyC3PNvvVt8-2xWNxixhzSOG8ouqKNfZ9EKRA8MnClNji_o6qlGUmLc6Ej6bUQJuZ$> Thanks Martin Rödlach -----Ursprüngliche Nachricht----- Von: clamav-users <clamav-users-boun...@lists.clamav.net<mailto:clamav-users-boun...@lists.clamav.net>> Im Auftrag von Brendan Walsh via clamav-users Gesendet: Freitag, 3. Mai 2024 20:49 An: Andrew C Aitchison <cla...@aitchison.me.uk<mailto:cla...@aitchison.me.uk>>; Brendan Walsh via clamav-users <clamav-users@lists.clamav.net<mailto:clamav-users@lists.clamav.net>> Cc: Brendan Walsh <bwal...@fbi.gov<mailto:bwal...@fbi.gov>>; Brendan Walsh <brendanlwa...@gmail.com<mailto:brendanlwa...@gmail.com>> Betreff: Re: [clamav-users] [EXTERNAL EMAIL] - Re: ClamAV.0.103.11 as clamav-0.103.11-1.aix7.1.ppc.rpm fails to install on AIX7.2 on non AIX dependencies like vim Hi Andrew, Thanks for responding. I didn't think to see if dependencies were there - should have known though. I can grab a couple. I also found the old Clam install dir for clamav-0.102. tits got some rpms that may be used. IBM has this handy install option called 'install from all available'. Say if you want to install something like clamav in /software/clamav. so you call it with that option and it checks the dependencies and looks thru all the files in the dir and uses any that are required. Do you know if something like that available for yum or dnf? I did see the dnf_aixtoolbox.sh to install dnf. I ran it but yum had already been upgraded yum to 3.4.3-7 -----Original Message----- From: Andrew C Aitchison <cla...@aitchison.me.uk<mailto:cla...@aitchison.me.uk>> Sent: Thursday, May 2, 2024 5:37 PM To: Brendan Walsh via clamav-users <clamav-users@lists.clamav.net<mailto:clamav-users@lists.clamav.net>> Cc: Walsh, Brendan L. (FFD) (CON) <bwal...@fbi.gov<mailto:bwal...@fbi.gov>>; Brendan Walsh <brendanlwa...@gmail.com<mailto:brendanlwa...@gmail.com>> Subject: [EXTERNAL EMAIL] - Re: [clamav-users] ClamAV.0.103.11 as clamav-0.103.11-1.aix7.1.ppc.rpm fails to install on AIX7.2 on non AIX dependencies like vim On Thu, 2 May 2024, Andrew C Aitchison wrote (but the list bounced): > On Thu, 2 May 2024, Brendan Walsh via clamav-users wrote: > >> Hi guys, >> >> I have been trying to install the IBM version of ClamAV.0.103.11 >> which I downloaded from IBMs open source page : >> https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2F%2Fwww.ibm.com%2Fsupport%2Fpages%2Fnode%2F883796__%3B!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnRLWMC4m%24&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258621903%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=DM9ISb4fFypWaLm5Sj%2BBjYHQg9MRsac3o01ttn5jmGA%3D&reserved=0<https://urldefense.com/v3/__https:/www.ibm.com/support/pages/node/883796__;!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnRLWMC4m$> >> which is IBM's official >> site for downloading GNU and open source tools and packages for AIX. >> The downloaded package is - clamav-0.103.11-1.aix7.1.ppc.rpm and our >> servers are at AIX 7.2, which is old enough , but clearly this >> package is even older still. But since this package has extended >> support and we need a recognized AV for security scans, this is thought to >> be a viable solution. >> And it was up thru version 0.102 which no longer has access to DB >> downloads. :-( ... >> >> So I downloaded clamav-0.103.11-1.aix7.1.ppc.rpm from IBM's "AIX >> Toolbox for Open Source >> Software<https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2F%2Fwww.ibm.com%2Fsupport%2Fpages%2Fnode%2F883796__%3B!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnRLWMC4m%24&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258626353%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=ObZaoXF3sKEtfcpk5fLdi4UeAD6ckfhRlInO%2FkcGNKo%3D&reserved=0 >> >> <https://urldefense.com/v3/__https:/www.ibm.com/support/pages/node/883796__;!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnRLWMC4m$> >> >" . >> Trying to install after unpacking I get a litany of complaints about >> failed dependencies - notably libcrypto.a(libcrypto.so.1.1). >> I extracted the file from openssl3 and added it to libcrypto.a but >> its still failing. > > libssl1.1 is likely to be in a package like openssl1.1 rather than openssl3. > That may be tricky as openssl < 3 went end-of-life in September 2023, > though premium support is still available ... clamav 0.102 also uses openssl v1.something. Does that help ? > Extracting the file from another package and adding it *may* help the > program to run, but it wont satisfy the rpm installer. > >> It also wants to add vim > > ??? I can only guess why clamav "requires" vim. > >> which we don't have because it's for GNU LINUX. > > I see packages for most of the missing dependencies, including vim but > not openssl, listed on the IBM page you list. > > I note that you have > xz-libs = 5.2.5-1 is needed by (installed) xz-5.2.5-1.ppc whereas my > list of required packages below has xz-libs >= 5.4.3 so that should > be updated from > > https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Furl<https://urldefense.com/v3/__https:/url/__;!!PvTMCG4!JJr9vCHwNMS7gTaYmfoYyC3PNvvVt8-2xWNxixhzSOG8ouqKNfZ9EKRA8MnClNji_o6qlGUmLc6Ej1A2Zeq6$> > defense.com%2Fv3%2F__https%3A%2F%2Fwww%2F__%3B!!PvTMCG4!NQfaKzny88EX7T > d-V&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c866 > 0%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258630673%7CUn > known%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW > wiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=Pw4fEnQCltqpDtlDxYQyywDt8%2FpUJEAG > Byn%2Fu0e4VT4%3D&reserved=0 > Ho2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_i > Rnd-NZNCr$ > .ibm.com%2Fsupport%2Fpages%2Fnode%2F883796&data=05%7C02%7CBWALSH2%40fb > i.gov%7Cdb9e31443a584397964808dc6af022c2%7C022914a9b95f4b7bbace551ce1a > 04071%7C0%7C0%7C638502827816513865%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4 > wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C40000%7C%7C% > 7C&sdata=MA0GRCEWNpR7Pca4jKyYQ%2Fm%2F%2Fs5isZ0izSSjp%2FQXqYk%3D&reserv > ed=0 > too. > > -------------------- > > I have two x86_64 machines with rpm (running Ubuntu and Scientific > Linux 6 !) On both of them > rpm -qp --requires clamav-0.103.11-1.aix7.1.ppc.rpm gives me > exactly the same result, so I think this is the definitive list of > files and packages that clamav-0.103.11-1.aix7.1.ppc.rpm reqires: > > /bin/sh > bzip2 >= 1.0.8 > curl >= 8.4.0 > json-c >= 0.15 > libbsd.a(shr.o) > libbsd.a(shr_64.o) > libbz2.a(libbz2.so.1) > libc.a(shr.o) > libc.a(shr_64.o) > libclamav.a(libclamav.so.9) > libclammspack.a(libclammspack.so.0) > libclamunrar.a(libclamunrar.so.9) > libcrypto.a(libcrypto.so.1.1) > libcurl.a(libcurl.so.4) > libfreshclam.a(libfreshclam.so.2) > libgcc >= 10.3.0 > libgcc_s.a(shr.o) > libiconv >= 1.17 > libiconv.a(libiconv.so.2) > libjson-c.a(libjson-c.so.5) > liblzma.a(liblzma.so.5) > libncurses.a(libncurses.so.6) > libpcre2-8.a(libpcre2-8.so.0) > libpthread.a(shr_comm.o) > libpthread.a(shr_xpg5.o) > libpthread.a(shr_xpg5_64.o) > libssl.a(libssl.so.1.1) > libstdc++ >= 10.3.0 > libstdc++.a(libstdc++.so.6) > libtool-ltdl >= 2.4.7 > libxml2 >= 2.10.4 > libxml2.a(libxml2.so.2) > libz.a(libz.so.1) > ncurses >= 6.4 > pcre >= 8.44 > rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(FileDigests) <= 4.6.0-1 > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 xz-libs >= 5.4.3 zlib >= > 1.2.13 > > -- > Andrew C. Aitchison Kendal, UK > and...@aitchison.me.uk<mailto:and...@aitchison.me.uk> > -- Andrew C. Aitchison Kendal, UK and...@aitchison.me.uk<mailto:and...@aitchison.me.uk> _______________________________________________ Manage your clamav-users mailing list subscription / unsubscribe: https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2F%2Flists.clamav.net%2Fmailman%2Flistinfo%2Fclamav-users__%3B!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnTPUMUB2%24&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258634470%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=oM440Tx8OfzeE3yp79qB8WuC%2BrAxH0VoK72IeU7MUH0%3D&reserved=0<https://urldefense.com/v3/__https:/lists.clamav.net/mailman/listinfo/clamav-users__;!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnTPUMUB2$> Help us build a comprehensive ClamAV guide: https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2F%2Fgithub.com%2FCisco-Talos%2Fclamav-documentation__%3B!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnUeUeINu%24&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258639524%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=9zZ5MJ3f9FzVtmqTuxoWGA9fG0j6z8ToSETcHG%2BFrgM%3D&reserved=0<https://urldefense.com/v3/__https:/github.com/Cisco-Talos/clamav-documentation__;!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnUeUeINu$> https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2F%2Fdocs.clamav.net%2F*mailing-lists-and-chat__%3BIw!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnfAxklbR%24&data=05%7C02%7CBWALSH2%40fbi.gov%7C0ab60ed746464bb27a4608dc6d9c8660%7C022914a9b95f4b7bbace551ce1a04071%7C0%7C0%7C638505766258644539%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=RDZrIdxNXRqmlOpe2ELx1iTVkivjJID08BGjoe8iT3o%3D&reserved=0<https://urldefense.com/v3/__https:/docs.clamav.net/*mailing-lists-and-chat__;Iw!!PvTMCG4!NQfaKzny88EX7Td-VHo2spposcW0O4V1W-fj5_hxdcfTr4iWcBWhX6ODhHYbiGulfJTLMCuhPv8NG_1l0aBIG_iRnfAxklbR$>
_______________________________________________ Manage your clamav-users mailing list subscription / unsubscribe: https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/Cisco-Talos/clamav-documentation https://docs.clamav.net/#mailing-lists-and-chat