Search results

  1. abzsol

    Base64 body

    @oguz you can see the raw text here Received: from SERVER001 (127.0.0.1) by SERVER001.RETE.local (127.0.0.1) with Microsoft SMTP Server id 14.3.382.0; Thu, 6 May 2021 07:06:38 +0200 Received: by [SERVER001.RETE.local (Microsoft Connector for POP3 Mailboxes)] id...
  2. abzsol

    Base64 body

    Hi guys, in these days I've seen some spam messages with all the body coded with base64. Is there anything I can do for blocking messages with all the body encoded? Thanks in advance.
  3. abzsol

    Install wildcard certificate

    Sorry, I'm totally inexpert in this thing. What can I do for installing it? Have you got any docs/guide? :)
  4. abzsol

    Install wildcard certificate

    Unluckily I cannot find the private key, but I've got it installed on one IIS server. Is it possible to get the key from there? Thanks!
  5. abzsol

    Install wildcard certificate

    This is what I get I have got PFX, CER and PEM files, nothing else. :(
  6. abzsol

    Install wildcard certificate

    I've found out the PEM file, but I've this error Parameter verification failed. (400) key: invalid format - not a valid PEM-formatted string But the certificate is valid :/
  7. abzsol

    Install wildcard certificate

    Hi guys, I've installed the Let's Encrypt certificate on my Mail Gateway, but I also have a wildcard certificate (PFX file) and I would like to install it instead of Let's Encrypt. How can I do so? I've tried to search but I have not seen how to do so with a PFX file. Thanks in advance and...
  8. abzsol

    Proxmox VE Ceph Benchmark 2018/02

    thanks @Alwin , but for it to be active i need to change the cache of the disk on the vms config from none to writeback. Is it right? or is a cache under the hood regardless of the config of the vms?
  9. abzsol

    Proxmox VE Ceph Benchmark 2018/02

    Hi @spirit , this statement is valid only for windows vms right? or also for linux vms?
  10. abzsol

    Strange slowness and micro interruptions (solved but want to share)

    @mgiammarco look at this pdf at page 6/7 https://support.hpe.com/hpesc/public/docDisplay?docId=a00016408en_us I will set the workload profile to "Virtualization - Max Performance", that change also other parameters then the power regulator.
  11. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    this seem to be solved changing power profile from HPE ILO from "dynamic power savings mode" to "os control mode" https://forum.proxmox.com/threads/strange-slowness-and-micro-interruptions-solved-but-want-to-share.81357/
  12. abzsol

    Strange slowness and micro interruptions (solved but want to share)

    Dude you resolved a problem going on since 6 months. https://forum.proxmox.com/threads/ceph-storage-all-pgs-snaptrim-every-night-slowing-down-vms.71573/post-358766 we have 3 HPE DL360 gen10. Changed power plan from "dynamic power savings mode" to "os control mode" on all 3 nodes and rebooted...
  13. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    We have now separated VMS, ceph public and ceph private traffic: 2x LACP 1gbit for vms 2x 10 gbit active/backup for ceph private 2x 10 gbit active/backup for ceph public but the problem persist. if we remove a snapshot all vms became unavailable until the snaptrim finish. iostat -xd
  14. abzsol

    Object filtering

    So nothing inside PMG?
  15. abzsol

    Object filtering

    Hi guys, this morning lots of clients are receiving scam emails from so many different addresses but all with the same object. Is it possible to create a rule to sign as spam / reject all the emails with a string inside the object? EXAMPLE: block every message that contains the string "emails...
  16. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    Thanks for your reply, the default is false. We'll separate cluster and public network and reset to false and see if problem is solved
  17. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    hi @Dominic, could my problem be related to this? https://forum.proxmox.com/threads/ceph-update-clarification-on-possible-snaptrim-regression-on-ceph-14-2-10.74103/ ceph tell osd.0 config show | grep _buffered "bluefs_buffered_io": "false", UPDATE: after changing the bluefs_buffered_io to...
  18. abzsol

    error on cifs attached datastore

    hi @ShagoY . didn't tried NFS, but CIFS keeps getting error on Garbace Collector. i need to reboot PBS and do garbage collector manually before the next backup starts
  19. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    Hi @Dominic and thanks for your reply, Hardware is very powerful and when it's running normally, it has no performance problem. Only when a snapshot get deleted, it freezes.
  20. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    Hi, updated to 6.3 and ceph 15.2.6. Same problem. when a snapshot get deleted all vms get unresponsive until all pgs reach "active+clean". Tried ceph tell 'osd.*' injectargs '--osd-snap-trim-sleep 3' but still the same. We have disabled the snapshot for now.