Recent content by nick

  1. N

    How to block .doc files with dangerous macros inside

    How I can install AVAST? I do not see this option
  2. N

    How to block .doc files with dangerous macros inside

    Right now, almost all Office files (doc or xls) attached in spam mails arrive in mailboxes and are blocked by local antivirus if users try to open them. So, they pass trough PMG with no problems. ClamAV detect viruses, but not all of them! I will analyse the option with Avast
  3. N

    How to block .doc files with dangerous macros inside

    But, this option it's not available in PMG? The engine included in PMG it's not capable to detect this kind of objects? It's impossible to block MO file extensions... We can't install different antivirus engines?
  4. N

    How to block .doc files with dangerous macros inside

    dear all, anyone know how I can block the .doc files that have dangerous visual basic inside? What's the correct syntax in "What objects" rules? Thank you!
  5. N

    Proxmox Mail Gateway 5.0 released!

    After I read the PDF with all Q&A from license I read the paragraph that says clear: "Every subscription key is bound to the unique "Server ID" of your server and is regularly checked for validity." If the a server crash, or the hardware must be replaced (in the situation when we do not use...
  6. N

    Proxmox Mail Gateway 5.0 released!

    Dear support team, I receive the subscription key, I install a fresh install in ESX, I upload the key, make the upgrades, but before I apply the backup from existing PMG 4 I need to know if this key can be apply to more than one server. In the actual configuration, I have 2 x PMG servers with...
  7. N

    Proxmox Mail Gateway 5.0 released!

    It's not a problem, we can wait! Another question: I take a quick look on user interface, and I realize that I can't not locate the old Network menu - from where I can see/change my existing network configuration. How we see/change the exiting network IP?
  8. N

    Proxmox Mail Gateway 5.0 released!

    Regarding licenses, how we convert the existing PMG4 license to PMG5 subscription key? We receive the key automatically on email or we must do a request?
  9. N

    Proxmox Mail Gateway 5.0 released!

    Dear Proxmox team, We must do something special if we install into the ESX environment? The ESX Tools are included?
  10. N

    Block JAR or JS files inside archives

    Dear Proxmox team, I try to create rules to block all files with .js or .jar extension received on email direct or are inside archives (zip, rar, ace) I add extensions in Dangerous content, but the email still pass and are not into a white list. See attached picture for details. Please I...
  11. N

    How to backup a VM without the physical disk's connected

    Work perfect now. This is the code. virtio1: /dev/sdb,size=1906394M,backup=0 Thank you for support!
  12. N

    How to backup a VM without the physical disk's connected

    Dear all, I create a VM with Windows Server 2012 R2 on a 160GB Virtual Disk but I also attach to this machine a physical RAID 1 disk (2TB). virtio0: VM-RAID1:120/vm-120-disk-1.raw,cache=writeback,size=160G virtio1: /dev/sdb,size=1906394M Everything work fine until I start a backup job. If I...