Recent content by koby

  1. K

    pmg tmp getting full

    I also searched for a solution for this scenario, But ended up with this solution: I put this line in my Crontab to run each night "find /tmp -mindepth 1 -mtime +6 -ls -delete"
  2. K

    pmg tmp getting full

    Is it safe to delete it manualy ?
  3. K

    pmg tmp getting full

    Same Problem here , In my case it is currently on 20G ...
  4. K

    Dns01 - cloudflare Issue (Bug) - SOLVED

    Hello All I think I found why my DNS01 is not working. I found the there issue with cloudflare and DNS01 in ver 2.20 (current CloudFlare Ver) Please take a look : The Issue: cloudflare package v2.20.0+ introduces breaking changes that are not compatible with the certbot-dns-cloudflare plugin...
  5. K

    Dns01 not working - SOLVED

    Can anyone advice how to debug that please
  6. K

    Log keep filling up

    Hello All , My log (/var/log/pmgproxy) look like this , it is normal ? It is a line every 2 sec +- ::ffff:31.154.174.196 - root@pam [30/04/2026:14:07:59 +0300] "GET /api2/json//config/acme/account HTTP/1.1" 200 27 ::ffff: **** - root@pam [30/04/2026:14:08:01 +0300] "GET...
  7. K

    Dns01 not working - SOLVED

    Hello All , I am trying to get letsencrypet ssl via CloudFlare remote cname dns. The zone with api avaiI is "acme.co.il" (This setup is working on my pfsense with out any issue) Here is my /etc/pmg/node.conf : acme: account=stage acmedomain0...
  8. K

    PMG 8.2.6: /etc/pmg/node.conf missing — how to set DNS validation alias for PowerDNS (CNAME -> TXT)?

    Hi , Probebly the same problem here , I am tying to get key vie remote dns with api ==> CloudFlare I did all the setting via the gui (except updating the alias) I did add as it look in here : acme: account=smg-lab01-staging acmedomain0...
  9. K

    Get specific rule by log code

    Hello Larsen , Since I did not found a decent solution so what i did is to take the option of external custom script into deep action and make my many custom check over there.
  10. K

    Accepting Only Allowed Attachments

    I will try in now , but big question now , Is that script will check inside of a zip file
  11. K

    Accepting Only Allowed Attachments

    Sorry to inform that rule on post 10 does not work, why ? because if you send mail with pdf+docx (should be block) it is PASS , why ? , because if one is not match the tigger will not active In this weekend I would work on my script , I must provid this ability to my client.
  12. K

    Accepting Only Allowed Attachments

    Ok , I will test this in few hour and reply here.
  13. K

    Accepting Only Allowed Attachments

    It seems that i probably missed something, Can you post the correct rule again please If the attachment is not a PDF, TIFF, or TXT - quarantine…
  14. K

    Accepting Only Allowed Attachments

    You right if you know in advanced what you want to block , But this is not how security works. In the right security method you allow what you need and by default block all other without know much about them
  15. K

    Accepting Only Allowed Attachments

    Hello , Sorry for your confusion , I need to allow PDF | Tiff | TXT in any combination. Of course that list can grow largelly in the future.