Search results

  1. E

    Disk Usage and Maintenance

    I am still having to manually run the purge command as it is not automatically cleaning the spam and virus quarantine. I i am running the latest Mail Gateway 5.2-7. Any thoughts on how to fix this?
  2. E

    Disk Usage and Maintenance

    Stoiko, To answer your questions in reverse order. Yes, the manually running of the command fixed the disk usage issue. We had been receiving spam reports, but it appears they were only coming from the other node in cluster not this one. I assume we should we receive notifications directly...
  3. E

    Disk Usage and Maintenance

    Sorry to follow up to my post....it looks like the service is active? systemctl status pmgspamreport.timer ● pmgspamreport.timer - Send Daily Spam Report Mails Loaded: loaded (/lib/systemd/system/pmgspamreport.timer; enabled; vendor preset: enabled) Active: active (waiting) since Fri...
  4. E

    Disk Usage and Maintenance

    No, we have not disabled this to my knowledge. Where would I check to see that it is enabled? /usr/bin/pmgqm purge purging database removed 1313429 spam quarantine files removed 146 virus quarantine files removed: /var/spool/pmg/cluster/2/spam/96/2404915DA9FA3724796 removed...
  5. E

    Disk Usage and Maintenance

    If I click on Spam Detector/Virus Detector -> Quarantine -> Lifetime = 7 Days find /var/spool/pmg/cluster -type f -mtime +7 |wc -l 1309039 It seems the clean up process is not working. Is there something I can do to manual force the cleanup process? Best regards, Eric
  6. E

    Disk Usage and Maintenance

    We have a pair of PMG servers (Mail Gateway 5.2-7) in a clustered configuration and I've noticed over time in the disk utilization on the second node has been steadily increasing. The culprit seems to be the following directory. /var/spool/pmg/cluster du -hs * 11G 1 11G 2 The usage...
  7. E

    Enable MTU 9000 Jumbo Frames

    I have the following bonded LACP setup. auto bond2 iface bond2 inet static address 172.16.4.252 netmask 24 bond-slaves enp130s0f0 enp130s0f1 bond-miimon 100 bond-mode 802.3ad pre-up ip link set enp130s0f0 mtu 9000 && ip link set enp130s0f1 mtu...
  8. E

    Shared Storage Comparison

    Understood. We have redundant switches and and each hypervisor has 2 x 10G interfaces using LAG into different switches. We are also considering using the TrueNAS M40 (https://www.ixsystems.com/truenas/) NAS which has redundant controllers so this should be as HA as possible.
  9. E

    Shared Storage Comparison

    Thanks for that information. So I am curious, what your opinion would be on backups of VM's if I were to use NFS on FreeNAS/TrueNAS. Would you use ZFS snapshots on the NAS device and then copy those off to another backup NAS? Or would you a VZDUMP from the Proxmox Hypervisor to another NFS share...
  10. E

    Shared Storage Comparison

    Well, I have 2 existing clusters using local storage so probably the easiest would be to add a NAS. All of our switches our 10G switches so that is not a problem. In regards to NFS vs ISCSI, I have seen some benchmarks of FreeNAS/TrueNAS and it sounds like ISCSI out performs NFS but you are...
  11. E

    Shared Storage Comparison

    We are looking at recommendations for shared storage for a new Proxmox cluster. We are considering the following 2 options: 1) Using Ceph via Proxmox nodes 2) Using a NAS such as TrueNAS https://www.ixsystems.com/truenas/ using either ISCSI or NFS Can anyone share their recommendations and...
  12. E

    Linode to Proxmox Migration

    Yes, I tried SCSI/virtio as well.
  13. E

    Linode to Proxmox Migration

    I have a customer with a legacy application that is still running on CentOS 5.11. I have recommended we clone the VM and bring it in-house on Proxmox and put it behind a firewall to better protect it since CentOS 5 updates ended years ago. I have managed to boot the Linode in rescue mode and...
  14. E

    SOLVED: SolusVM KVM to Proxmox Migration

    The partitions now show correctly. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 50G 0 disk ├─sda1 8:1 0 44.5G 0 part / └─sda2 8:2 0 512M 0 part [SWAP]
  15. E

    SOLVED: SolusVM KVM to Proxmox Migration

    Well, I finally got it working. The image size was 45G and that is the size I created in Proxmox. On a hunch I just created a 50G and re-synched the image and it worked. I am guessing the source image was just a small bit bigger than 48? In any case it is working now. :)
  16. E

    SOLVED: SolusVM KVM to Proxmox Migration

    Yes, I've tried a couple times varying the block size, etc but still for some reason the image lacks any partition information.
  17. E

    SOLVED: SolusVM KVM to Proxmox Migration

    I've been working on a project to migration some KVM VM's from SolusVM to Promox. My first two migrations I have been able to get them working. However, I just copied a third and for some reason the image is not showing any partitions. Here is the process I've been using. Take LVM snapshot of...
  18. E

    Marking missed spam

    Really? I figured there would have to be someway to train the filters on the PMG for users other than copying an email and putting it in the blacklist. If you have to have a second filter on the end users server that kinda of defeats the purpose. Is there a way to make the PMG more aggressive...
  19. E

    Marking missed spam

    What is the proper method for end users to mark an email message as spam that was not marked spam by the mail gateway? Best regards, Eric
  20. E

    Daily Spam Report Customization

    What is the proper format for the Spam Detector -> Quarantine -> Email 'From:' ? Would and entry as follows be correct? section: spamquar mailfrom 'Company Email Filter <admin@domain.com>' Also, is it possible to customize the email template for the Daily Spam Report? Thanks, Eric