Recent content by logicheart

  1. L

    Issue with whitelisting emails blocked by DNSBL sites

    Hello Noone has seen or had this issue with blacklisting? Best regards
  2. L

    Issue with whitelisting emails blocked by DNSBL sites

    Hello Is there anything about this issue? Any idea? Best regards
  3. L

    Issue with whitelisting emails blocked by DNSBL sites

    Hello and thank you for the reply. I have allowed the IP address of the mail server in "Mail Proxy" -> "Whitelist" as shown in attached image but it is still blocking the email from coming. Below is the log from the blocked attempt: 2024-05-28T13:46:46.971356+03:00 *****Srv06...
  4. L

    Issue with whitelisting emails blocked by DNSBL sites

    Hello I have PMG latest version and I cannot whitelist an email account which is blocked by spam.dnsbl.sorbs.net. I have tried all options like "Mail Proxy" -> "Whitelist" and whitelisted sender's IP address, mail server hostname, email account and dns and also did the same to "Who Objects" ->...
  5. L

    Whitelist DNSBL

    I have the same issue. I have whitelisted an IP address in Mail Proxy -> Whitelist -> IP address (Sender) and it keeps blocking the emails coming from that IP address.
  6. L

    External USB disk restarts VM

    Hello I use 2.5'' USB3.0 external HDDs for VMs backup and almost every time I change the sets I unplug them first from Windows and then from the cables. When i unplug from the cables, even when I do not see them In Windows as attached, the VMs crash and restart. This started happening after...
  7. L

    External USB disk restarts VM

    Hello Noone has encountered this issue with external USB disks? Today I had the same issue with all my VMs. Best regards
  8. L

    External USB disk restarts VM

    Hello Noone has encountered this issue with external USB disks? Best regards
  9. L

    External USB disk restarts VM

    Hello I have a number of VMs and in some of them I have connected an external USB disk for backup reasons. All USB disks are new and all are USB 3.0. The following issue started happenig after the last changes in USB connection settings in VMs where it now recognizes automatically if a disk is...
  10. L

    Proxmox VE 7.1 released!

    Thank you for your help!
  11. L

    [SOLVED] dpkg hanging when upgrading PVE kernel

    Hello The same just happened to me. First, i uninstalled Netdata and then rebooted but restart was not performed correctly because i saw in Proxmox GUI that system was up for 10 days. Also it was very slow to login to Putty. I gave a reboot command from GUI and after a while server was...
  12. L

    Kernel 5.11

    Hello I finally solved this issue. As you have guessed i am not very good with Linux environment but by comparing ip link and ip addr in both kernels i saw what is already written in various posts and guides that during upgrade there may be a change in interface name. So i found out the new...
  13. L

    Kernel 5.11

    Hello ip addr was executed under 5.4 kernel
  14. L

    Kernel 5.11

    Hello Didi you have any time to check log files? Do you need anything more? Best regards
  15. L

    Kernel 5.11

    Thank you for your quick reply. Below are the details you requested. Also we did not detect any errors in the log files after booting with 5.11 kernel. cat /etc/network/interfaces auto lo iface lo inet loopback auto ens1 iface ens1 inet static address 192.168.0.12/24 gateway...