Recent content by fab909

  1. F

    SPF softfail settings

    Hello Thanks for your answer but I use PMG 5.2 and I don't have this function on the interface ?
  2. F

    SPF softfail settings

    Hello Where can you set SCORE 4 to SPF_SOFTFAIL ? Because on the file /usr/share/spamassassin/25_spf.cf we don't have score var ? header SPF_SOFTFAIL eval:check_for_spf_softfail() describe SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) tflags SPF_SOFTFAIL net reuse...
  3. F

    Spam Detector no updates since july 3rd 2020

    is it possible to automate the spamassassin update? with crontab or other ?
  4. F

    Spam Detector no updates since july 3rd 2020

    thanks for your answer, they are on holidays ! :cool:
  5. F

    Spam Detector no updates since july 3rd 2020

    Hello I noticed we don't receive update from updates.spamassassin.org since july 3rd 2020 (usually it almost every day) ?
  6. F

    Recipient address rejected: unverified address: Recipient address lookup failed;

    Hello Mira I don't understand, I must active these 2 options ?
  7. F

    Recipient address rejected: unverified address: Recipient address lookup failed;

    PMG 5.2-7 / debian 9 Hello I cannot receive mail from google "Recipient address rejected: unverified address: Recipient address lookup failed;" My configuration is off for "reject unknown senders/clients" Jul 10 10:36:07 mx01 postfix/smtpd[20096]: connect from...
  8. F

    Throttling outgoing messages to specified domains

    Hello I have the same problem, can you explain how to creat slow directive with PNG please ?
  9. F

    Custom Notification Mail (Matching Rule)

    Hello I created a rule that block and send notification by mail to the sender. I would like to custom the mail notification, but Where can I custom mail ? Proxmox Notification: Sender: ***@****.com Receiver: ***@****.com Targets: ***@****.com Subject: test 12:04 Matching Rule: Block...
  10. F

    Rules with object/quarantine and whitelist

    Yes! you are right! I remove my include and using "systemctl restart pmg-smtp-filter" it works! I am searching a regex for changing score of a mail which would contain prefix 'newsletter@' would you have the syntax of rule for that ?
  11. F

    Rules with object/quarantine and whitelist

    I saw it has a include KAM.cf (PMG filter) in local.cf : It's works if I added my include into local.cf: Mail header it's a bug ? can I let my include ?
  12. F

    Rules with object/quarantine and whitelist

    thanks for your answer but unfortunately still the same problem
  13. F

    Rules with object/quarantine and whitelist

    Hello I try to add custom rule, exemple : add file : /etc/mail/spamassassin/custom.cf mimeheader MIME_FAIL Content-Type =~ /\.(ade|adp|bat|chm|cmd|com|cpl|exe|hta|ins|isp|jse|lib|lnk|mde|msc|msp|mst|pif|scr|sct|shb|sys|vb|vbe|vbs|vxd|wsc|wsf|wsh|reg)\b/i describe MIME_FAIL Blacklisted...
  14. F

    Rules with object/quarantine and whitelist

    the question is : Can we set spam score with an object action ?