Search results

  1. H

    Whitelist useless?

    What is your whitelist mail rules priority? Pls show syslog of the 2 quarantine mail.
  2. H

    Whitelist useless?

    Your whitelist setting is under Mail Proxy or Mail filter?
  3. H

    Creating a Spamassassin Rule

    Based on your spam mail, there is no "Reddit". From: Reddit <dean@sdncommunications.com>
  4. H

    Creating a Spamassassin Rule

    Based on the spam mail, the from format is Reddit <dean@sdncommunications.com>. Try this regex ^(Reddit|Linkedin) <.*>.*$
  5. H

    Creating a Spamassassin Rule

    Pls provide raw format of the spam mail for checking.
  6. H

    Creating a Spamassassin Rule

    Try What object match field ^.*".*".*<.*>.*$ or ^.*"Reddit|LinkedIn".*<.*>.*$
  7. H

    Creating a Spamassassin Rule

    You want rule filter by Subject or From email address?
  8. H

    [SOLVED] Outgoing rules with virus filter

    Oh..Sorry my bad. Is the antivirus on my smtp server that have remove the eicar file before send out to PMG. That why PMG did not detect any. o_O
  9. H

    ClamAV Signatures from SecuriteInfo 90% Detection Rate!

    Follow below link to enable clamav rar support. https://forum.proxmox.com/threads/pmg-clamav-rar-support.104387/
  10. H

    [TUTORIAL] PMG 7 ClamAV RAR support

    By default PMG 7 use clamav as it default antivirus scanner and also based on Debian as it base OS. Due to RAR format is a proprietary file-format and Debian have policy to move all non-free package to the non-free repository. Further more, PMG do not enable the non-free repo by default so it...
  11. H

    ClamAV Signatures from SecuriteInfo 90% Detection Rate!

    @tom Yes, it is missing libclamunrar. But why PMG did not include clamav rar support in the first place if PMG come with clamav as the default antivirus? It is mentioned in the reference documentation - https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmg_package_repositories (3.5.6 Other...
  12. H

    [SOLVED] Outgoing rules with virus filter

    I want to test outgoing rule with virus filter and it seem not working. Have anyone using it? The rule is using lowest outgoing priority and the same rule work with others what object like content-type and match field.
  13. H

    ClamAV Signatures from SecuriteInfo 90% Detection Rate!

    Btw, I notice latest clamav signature should detect the virus without 3rd party signature.
  14. H

    ClamAV Signatures from SecuriteInfo 90% Detection Rate!

    I cannot download the virus for testing https://easyupload.io/m/r0xayp
  15. H

    ClamAV Signatures from SecuriteInfo 90% Detection Rate!

    Pls provide log file of how PMG process the spam mail.
  16. H

    Disable DNSWL Check?

    Set 0 score for RCVD_IN_DNSWL_HI under CUSTOM SCORES.
  17. H

    ClamAV Signatures from SecuriteInfo 90% Detection Rate!

    If not mistaken, the AV page will not show clamav custom DB status.
  18. H

    Rejecting emails with two @ in the from line

    try match field from=^.*<.*>.*<.*>.*$ or from=^.*UTF-8.*<.*>.*$
  19. H

    Add second IP to PMG

    Maybe have a look at nftables snat https://www.linuxbabe.com/mail-server/postfix-multiple-instances-ip-rotation-on-a-single-vps