Search results

  1. R

    How to delete all the emails in Quarantine

    There is a mistake is not -u is -s. Try as: pmgdq -s Anthony -a count
  2. R

    Phising Emails

    I am still working to find a way to tell the regex to say true when on FROM the @domain, is repeated more than once and differ. The rule must fit only on From headers with two mails and both may differ. It should not match: From: "user1@domain1" <user1@domain1> From: "user" <user@domain>...
  3. R

    Phising Emails

    If you want to block any FAKE MAIL the REGEX should be: "[\w-\.]+@([\w-]+\.)+[\w-]{2,4}" <[\w-\.]+@([\w-]+\.)+[\w-]{2,4}> Then this will block any From with two emails in following pattern: "xxx@xxx" <xxx@xxx> This will be blocked: "secretaria@clientdomain.com" <doaa.shaban@ten.tv> And this...
  4. R

    Phising Emails

    Of course was the account was hacked. This kind of attack is called email spoofing, the hacker use a hacked email and us a known email from your known list , then they send a email you recognize as your friends, with an attachment but coming from another email. Generally the users does not...
  5. R

    Deleting mails with "delete" key in would be great in quarantine

    Greetings. It would be also great if all quarantine or Bulk emails could be shown in the panel and be sorted by From, To, Subject, Score, Size, Time In that way can be deliver a bulk of email in quarantine base on a subject selecting alls at once and not user by user. There is any cli command...
  6. R

    Filtering by word in subject and/or body?

    The output is as follow: # spamassassin -D --lint 2>&1 | grep -i failed Oct 22 13:12:29.822 [22072] dbg: diag: [...] module not installed: Digest::SHA1 ('require' failed) Oct 22 13:12:29.822 [22072] dbg: diag: [...] module not installed: Net::Patricia ('require' failed) Oct 22 13:12:29.823...
  7. R

    Adding domains to who blacklist via cli

    Thanks, I did not know that url the pmg documentation is very limited on the appliance. It helps, thanks.
  8. R

    Filtering by word in subject and/or body?

    Greetings i am testing the rules and they do not apply: /etc/mail/spamassassin/custom.cf header __CHEESE_RULE1 Subject =~ /\bcheese1/i describe __CHEESE_RULE1 From header word cheese1 score __CHEESE_RULE1 40.0 body __CHEESE_RULE2...
  9. R

    Adding domains to who blacklist via cli

    How do i add via cli a list of domains via pmgsh? pmgsh set /config/ruledb/who/2/objects ???? What parameters must be sent to add a domain, knowing of course the otype.
  10. R

    [SOLVED] trunk with vlan interfaces - vm has no network

    I am using pve 5.4-13 and not working iface eno2 inet manual auto vmbr2 iface vmbr2 inet manual bridge-ports eno2 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 auto vmbr998 iface vmbr998 inet manual bridge-ports eno2.998 bridge-stp off bridge-fd 0 auto vmbr999 iface...