Search results

  1. A

    Spam Mails

    Hi everyone, I receive spam mails from many different places and with many different content. I am sending you some spam mail samples. Is there a more general filtering method? I published a post. https://forum.proxmox.com/threads/creating-a-spamassassin-rule.104806/ I am waiting for your...
  2. A

    PMG Reporting Account

    Hi everyone, How to forward the following notifications to a mail account in Proxmox Mail Gateway ? Thanks.. This is the mail system at host pmg.domain.com. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further...
  3. A

    Creating a Spamassassin Rule

    Hi everyone, I want to block incoming mails with the title "Reddit". The rules I wrote below were useless. root@pmg:/etc/mail/spamassassin# cat custom.cf header SENDER_BLOCK ALL =~ /^Reddit\:/m score SENDER_BLOCK 10 or root@pmg:/etc/mail/spamassassin# cat...
  4. A

    How can I block .zip and .rar files that contain only .exe files?

    Hello, I want to know a way to block .zip and .rar files containing only .exe files through Proxmox Mail Gateway. Allow .zip and .rar files that do not contain .exe files. Thanks. Best regards.