I have seen an increase in .arj files with a .exe file inside the archive - is there a way to block these or at least scan the exe for virus?
I haven't altered any settings as yet as am unsure what sections I need to be looking at
Block .arj files with exe in
Re: Block .arj files with exe in
Check /etc/MailScanner/filename.rules.conf ... add
Then restart the service:
And I think that will do the trick.
Code: Select all
deny \.arj$ - -
Code: Select all
#service MailScanner restart
-
- Posts: 33
- Joined: 29 Aug 2014 11:27
Re: Block .arj files with exe in
Thanks - that worked a treat