Recent content by TRIXServer.com

  1. T

    [SOLVED] ESET Increases Processing Time

    Do you have Eset File Security? Did you enable remote scanning? whats eset file security log says? Be sure to setup eset to "NO CLEANING" Here my config
  2. T

    [SOLVED] ESET Increases Processing Time

    Hello, I suggest using ICAP service from ESET antivirus as described here https://forum.proxmox.com/threads/pmg-6-1-how-to-add-antivirus.67006/post-448915
  3. T

    PMG 6.1 how to add antivirus?

    Could be good to include into installing tutorials at forum. It's a good starting point, most of linux antivirus suports ICAP
  4. T

    PMG 6.1 how to add antivirus?

    Using remote exploration ICAP service from Eset File Security for linux v8, I can handle virus detection for PMG using this code with some adjustment: be sure to use custom_check 1 in pmg.cfg /usr/local/bin/pmg-custom-check #!/bin/sh if [ "$#" -ne 2 ]; then echo "usage: $0 APIVERSION...