Search results

  1. abzsol

    User access just to tracking center

    Hello, is it possible to create a user that can only access to tracking center and just for one domain? Thanks. Best regards.
  2. abzsol

    How to bypass false positive (Sanesecurity.Jurlbl.764cb2.UNOFFICIAL)

    Hello guys, I've noticed that I've got lots of false positive due to Sanesecurity.Jurlbl.764cb2.UNOFFICIAL How can I bypass the check for this? Thanks in advance. Best regards.
  3. abzsol

    Spam lists are blocking lots of messages

    Hello guys, I've noticed that in these days I'm having lots of blocked using dnsbl.dronebl.org Am I the only one that it's having problems with that list? Thanks!
  4. abzsol

    [SOLVED] Mail Filter / Regular expression error

    Hello everyone, I'm trying to insert a regular expression inside Mail Filter but I get this error invalid regex: ^* matches null string many times in regex; marked by <-- HERE in m/^* <-- HERE domain.ext$/ at /usr/share/perl5/PMG/Utils.pm line 1590. (500) What am I doing wrong? Thanks in advance.
  5. abzsol

    VM CPU frequency

    Hi everyone! We have servers that support 3.2 GHz CPU frequency. Going to set up settings on the Bios, how do I tell Proxmox to make the VMs use this CPU frequency? Thanks!
  6. abzsol

    [SOLVED] Block encrypted compressed files and not encrypted PDF

    Hello guys, is it possible to block just encrypted compressed and not encrypted PDF? Lots of viruses come from ZIP files with password, not from PDFs. Thanks in advance. Ciao!
  7. abzsol

    Scan excel with macro

    Good morning, in these days I've seen that lots of messages with an excel with macro (.xlsm files). Obviously the files has a virus in it, how can I make it being scanned (or blocked) by PMG? Thanks in advance.
  8. 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.
  9. 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...
  10. 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...
  11. abzsol

    From address different than authentication

    Hi everyone, in these days a client is receiving some messages with a from address that seems from our Proxmox Mail Gateway but the sender is a different address. I have set SPF to fail but I still receive them. Return-Path: <dayset@dayset.com.tr> Received: from pmg01.abzsrl.it (UnknownHost...
  12. abzsol

    Spam report just for selected domain

    Hi, is it possible to enable the spam report just for selected domains? Some users want to see it, but a large part of our clients is not interested / would be bothered by it. Thanks in advance.
  13. abzsol

    ceph storage all pgs snaptrim every night slowing down vms

    Hi, we take snaphost of vms every night at midnight and remove the 16th snapshot. After removing snapshot all pgs go in snaptrim status and this goes for 9/10 hours and the vms are unusable until it finish. another things: we added 3 disks, one for each node last week and the new disks...
  14. abzsol

    warning: fast-diff map is invalid for vm

    Hi, if i do a rbd du i have this warning, each for every snapshot and the image itself. warning: fast-diff map is invalid for vm-110-disk-3 i noticed that on a newer vms this not happen, so i think is something related to new versions of cecph. I started the cluster with version 5.2, 2 years...
  15. abzsol

    Ceph full after adding disks

    Hi, we have a problem after adding 1 osd for every node (intel SSD 3,8TB), after adding each disk it takes 7-8 hours to rebalance, but after it start complain about disk full and the pool doesn't expand in size. There are 3 nodes, each with 2x300GB for OS and 4x3.8TB SSD for ceph. Doing maths...
  16. abzsol

    [SOLVED] Blacklist domain / subdomain

    Hi, I've inserted a domain DOMAIN.TLD into the blacklist (WHO OBJECTS), but the email are still delivered. I have seen that the email come from AAA.DOMAIN.TLD. Am I doing something wrong? Thanks
  17. abzsol

    Tracking center error

    Good morning, with the latest version of PMG, when I use the tracking center searching just for a receiver, i always have this error command '/usr/bin/pmg-log-tracker -v -l 2000 -s 1588543200 -e 1588629600 -n -g -t RECEIVERTEXT' failed: got unexpected data: TO:5EAFF1F5:T5EAFF1F2L00000001:N...
  18. abzsol

    Outgoing email marked as spam

    Hi, in these last days, I have noticed that some outgoing email are marked as spam (spamscore > 10) but they are good emails. This is the result for the last message blocked; the message was just AWL -2.637 Adjusted score from AWL reputation of From: address BAYES_00...
  19. abzsol

    Wrong disk usage after upgrade to ceph nautilus

    Hi, yesterday i did an upgrade of a 3 node cluster with ceph from 5.4 to 6 following the guide: corosync->proxmox->ceph. I have a strange view for the space used on the pool at node level, but on ceph dashboard it is ok. I have: 3 node each with 3x ssd 3.8 TB. Total raw size: 31.44 TB, 1...
  20. abzsol

    Ceph backup over wan on another Ceph Cluster

    Hi, i have a working cluster with ceph in a datacenter and i'm figuring out how to have a copy for disaster recovery an another datacenter using only SSH (so rbd mirror ruled out) so in caso of outage i can start vms on backup datacenter. I've found some script using rbd export and rbd import...