Search results

  1. dietmar

    New vzctl and vzdump packages

    We just released new vzctl and vzdump packages. Note: This should fix the recent vzevent related problems with vzdump. Release Notes: vzdump (1.2-14) * add --skiplock flag agian, but depend on newer vzctl (3.0.28) vzctl (3.0.28-1pve1) * update to vzctl-3.0.28.3
  2. dietmar

    test repository updates (kvm 0.14.0)

    Hi All, I just uploaded two new packages to the 'pvetest' repository. Everybody is invited to test ;-) pve-qemu-kvm (0.14.0-1) * update to 0.14.0 * add fix for eventfd support (msix-eventfd-fix.patch) * removed kvmtrace (removed from upstream?) * add vnc keyboard fixes for...
  3. dietmar

    SpamAssassin Y2k10 rule bug

    We just released hotfix 2.4-4237 to fix a serious SpamAssassin bug. Users of the free version can manually fix this issue by editing the file /usr/share/spamassassin/72_active.cf - the FH_DATE_PAST_20XX check should be changed to: header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/...
  4. dietmar

    Filtering Outgoing Mails

    Many mail filter solutions do not scan outgoing mails. Opposed to that Proxmox Mail Gateway is designed to scan both incoming and outgoing mails. This has two major advantages: 1. Proxmox is able to detect viruses sent from an internal host. I many countries you are liable for not sending...
  5. dietmar

    Redundant Servers and Load Balancing using MX Records

    Redundant Servers and Load Balancing using MX Records The normal mail delivery process looks up DNS Mail Exchange (MX) records to determine the destination host. A MX record tells the sending system where to deliver mail for a certain domain. It is also possible to have several MX records for...
  6. dietmar

    HowTo Backup Statistics

    The normal Proxmox Backup does not include the mail statistics, becaues they can be quite large on high volume sites. Instead the backup only includes the configuration data. But it is posible to backup/restore the statistics on the console. The statistics are stored in the "Proxmox_ruledb"...