Recent content by oodissimo

  1. O

    Spam Assassin "ALL_TRUSTED"

    Hi, I am using Proxmox Mail Gateway only as a smarhost relay for outgoing mail. I have allowed senders defined in Configuration > Mail Proxy > Networks. This allows these hosts to relay. I understand that Spam Assassin should treat those hosts sending outbound mail as trusted, however only...
  2. O

    [SOLVED] PMG Spam Assassin "KAM_GB_INVALID_FROM" Issues

    I created a new "Mail Filter" to force subject mail into quarantine. Looking at the raw message in quarantine, I could see that the message as it arrived in PMG had this From: field: From: Asterisk PBX <asterisk@mel-gr-srv>. However, once released from quarantine and received at the...
  3. O

    [SOLVED] PMG Spam Assassin "KAM_GB_INVALID_FROM" Issues

    Hi, I am new to PMG, but not mail systems in general. I have PMG setup as a smart relay host for server generated emails. We do not handle inbound email. I am having an issue where I cannot find why Spam Assassin marks "KAM_GB_INVALID_FROM". When I look at...
  4. O

    Lenovo SR550 High Fan Speed (100%)

    Whenever I checked specs, the TBW of Samsung far exceeded that of WD. Speed is of little concern in the hardware available to me. Not finding any noticeable difference in SATA SSD versus NVMe speeds from a usage perspective. Not doing benchmarking just the non-scientific observation...
  5. O

    Lenovo SR550 High Fan Speed (100%)

    I am using a Samsung 960PRO NVMe in a PCIe card as boot disk in a 13th gen Dell. No issues there, doesn't trigger the third party fan response either. Also using Samsung 970 EVO as data disks in 2 NUC10. Neither seeing any issues there. Seems to be specific to the Samsung NVMe in the Lenovo...
  6. O

    Lenovo SR550 High Fan Speed (100%)

    Mystery has been solved, somewhat. I am working with several nearly identical servers. Nearly being the key word here. They all have PCIe cards with an NVMe as a boot disk. One of them had a Samsung 960PRO. It is the Samsung NVme that is causing the high fan speed. The same occurs with a...
  7. O

    Lenovo SR550 High Fan Speed (100%)

    Yes, trying RHEL9 (already installed on an SDD and used for all of the hardware firmware upgrades) next. Then doing a Debian Bookworm install to see what it brings. I have had Debian Bookworm up and running previously, but Lenovo firmware updates demand a genuine RHEL9 base to run their tools...
  8. O

    Lenovo SR550 High Fan Speed (100%)

    Hi, Running Proxmox 8.0 or 8.0 upgraded to latest using the no-subscription repo on a Lenovo SR550. From the moment Prox max gets past the grub stage, the fans ramp up to 100% and stay at 100%. This seems to be unique to running Proxmox. When running RHEL9, Ubuntu 20.04 or Debian Bookworm...
  9. O

    Proxmox stuck on "Loading initial ramdisk"

    Same here... Loading Linux 6.5.11-8-pve ... Loading initial ramdisk ... When I start using rescue mode, it gets stuck at the point of this screenshot: I was able to get it to boot using the 8.8 installer and then upgrading. Upon upgrade it installed a 6.8 kernel. Now, the initial boot...
  10. O

    4 Node Cluster Quorum - corosync options

    Thank you! Further looking at my design, I might even be able to manage with 4 nodes and Qdevice (if that makes sense). The Qdevice brings node count to 5 and quorum to 3. I can lose any 2 nodes which will probably be acceptable.
  11. O

    4 Node Cluster Quorum - corosync options

    I found this thread which is helpful in case I decide to do two clusters... I see the command is available by the qm help output. USAGE: qm remote-migrate <vmid> [<target-vmid>] <target-endpoint> --target-bridge <string> --target-storage <string> [OPTIONS] Migrate virtual machine to a remote...
  12. O

    4 Node Cluster Quorum - corosync options

    I am looking at building a 4 node cluster spread over 2 physical locations. The locations are connected by fiber. Each location will have two hosts to provide a node to manually migrate to for maintenance and also quick recovery from hardware failure. This requires replication between the node...