Recent content by Cristian Seres

  1. C

    PMG Strange "dns_block_rule" log entries in mail.log

    I also seem to see hundreds of RCVD_IN_VALIDITY_CERTIFIED_BLOCKED lines in journalctl -u pmg-smtp-filter on Proxmox Mail Gateway 8.2.0. I am using a local nameserver on PMG.
  2. C

    Let’s Encrypt - keep the key for renewed certificates?

    I've opened a feature request for this. Bug 4958
  3. C

    [SOLVED] How to add SpamAssassin score for encrypted xls files

    Thank you! Based on the name of the setting 'Block encrypted archives and documents' I assumed it would block them, but now I know it only increases the spam score with the amount of 'Heuristic score setting' in another menu and I can tune it to get them in quarantine. I am now testing this...
  4. C

    [TUTORIAL] Spam reports per domain or per user

    If most of the users do not want to receive a spam report, but some users or some domains wish to have it sent, I have used a following cronjob to have reports sent to specific users: /etc/cron.daily/custom-spam-report #!/bin/sh /usr/bin/pmgqm status -timespan week | awk 'NR>1 {print...
  5. C

    [SOLVED] How to add SpamAssassin score for encrypted xls files

    Hi! I am using a clustered Mail Gateway 7.1-1. We have several users in different domains and can not block all encrypted Office documents by default, but currently lots of spam get through the gateway without getting a spam tag. They have an xls attachment with a password. What steps would be...