Search results

  1. N

    [TUTORIAL] Enabling Avast Core Security - need syntax

    Hi, Can someone update a feedback of this? How was your experience in adding avast with proxmox antispam gateway?
  2. N

    Custom interval in clearing local dns resolver cache

    Hi, >>that spam mails just come in for a listed IP until 24 hours later your cache is rechecking? Usually if the sending IP first tries to access, the DNS is >>looks up if it's blacklisted or not. Yes, I have explained we have setup local dns revolvers as repeated dns sbl queries are...
  3. N

    Custom interval in clearing local dns resolver cache

    Hi, I have configured local dns resolver for proxmox mail gateway by verifying the below post and it is working perfect. Meanwhile while checking logs I could see spam emails still comes, In my analysis it happens as dns cache gets cleared and updated every 24 hours...
  4. N

    Spam prevention tweaking

    Hi, Thx for the update. I am now going through https://forum.proxmox.com/threads/advancing-proxmox-mail-gateway-especially-spam-and-virus-detection.44152/ I will provide feedback on this. What about adding subject level check? Like we do in an ordinary relay server...
  5. N

    Spam prevention tweaking

    Hi, We have two proxmox antispam gateway servers in production, Both are configured to have DNSBL block list with "sbl.spamhaus.org;xbl.spamhaus.org;zen.spamhaus.org" , Grey listing spam protection are also enabled. Now known spammers are already blocked. Meanwhile our users are getting...
  6. N

    Move disk fails - mirroring error: mirroring job seem to have die

    Hi, Solution: Turn OFF the source VM and repeat, it will work.
  7. N

    Proxmox vm network loss

    Hi, below is the only clue I can find it from my logs. My node is having 160 days uptime and the vm ids logged in below had the issues. And this was fixed after container reboot. # dmesg |grep -i 'entered disabled state' [ 10.515253] vmbr0: port 1(eno1) entered disabled state [...
  8. N

    Proxmox vm network loss

    Hi, We are having proxmox nodes with version "Virtual Environment 5.0-23 ", we could see some of the vms network are dropped all of a sudden with no errors in node logs. And on vm reboot the network is back again. We had checked all logs meanwhile we are unable to find any information...
  9. N

    Delay in response time on vms

    root@prox:~# cat /etc/network/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage part of the network configuration manually, # please utilize the 'source' or 'source-directory'...
  10. N

    Delay in response time on vms

    We are runnning high production stack environement for our application. We have a network of 5 dedicated servers and some of our meachines are using only 1% of server resource. Hence we have planned to move low resource consuming servers to vms for budget cut down. We had one haproxy, two api...
  11. N

    Unable to extend KVM disk, resize2fs not working

    Hi, Thanks for your clarification. I have followed a different plan to solve my case as there is no more free disk available in my main node. I have followed below plan and fixed the case. 1. Removed swap partition. 2. Shudown the VM 3. Booted again using gparted ISO 4. Extended the...
  12. N

    Unable to extend KVM disk, resize2fs not working

    Hi, Thanks for the update. I have gone through your update. The current server is our live server and we cannot tolerate data loss. While doing partition deletion, we will be loosing our data right ?
  13. N

    Unable to extend KVM disk, resize2fs not working

    Hi, There is only one partition now. Still extending is not working. root@w01:~# resize2fs /dev/vda1 resize2fs 1.42.5 (29-Jul-2012) The filesystem is already 12563712 blocks long. Nothing to do! root@w01:~# root@w01:~# root@w01:~# fdisk -l /dev/vda Disk /dev/vda: 166.4 GB, 166429982720...
  14. N

    Unable to extend KVM disk, resize2fs not working

    Hi, Thanks for the update. So in my case, I have to remove the "/dev/vda2" and "/dev/vda5" and then I can extend the disk to 155GB using resize2fs right ?
  15. N

    Unable to extend KVM disk, resize2fs not working

    I am unable to Enlarge the file system which is not configured as LVM. I am getting the below message while trying to do "resize2fs" resize2fs /dev/vda1 resize2fs 1.42.5 (29-Jul-2012) The filesystem is already 12563712 blocks long. Nothing to do! I am attaching detailed screen shot of disk...