- I am able to install free Sophos version from https://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-linux.aspx
- I am able to install this on a linux based container image (without any prompting) using following parameters,
- /sophos-av/install.sh /opt/sophos --acceptlicence --autostart=False --enableOnBoot=False --automatic --update-source-type=s
- I am able to do on-demand scans using 'savscan' command and check if ad-hoc files is infected or not.
While this all works fine, I want the virus definitions of the Sophos antivirus to be updated regularly.
Question:
- Does free version of sophos for linux offers periodic virus updates?
- I see following options for the installation, what does 'update-source-username' and 'update-source-password' represents and do I need to set these for periodic virus definition updates?
--update-source-username=FAVXXXXXXXXX \
--update-source-password=YYYYYYYYY \
--update-period-minutes=60
This thread was automatically locked due to age.