This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Postfix message restrictions

Hello all,

Assuming users here run Puremessage for Unix and are running Postfix as the MTA I was wondering, Does anyone here implement addtional custom message restrictions to the stock Postfix config provided by Sophos?   We are getting a lot of forged spam coming from our own domain that isn't being picked up by Puremessage and we are considering implementing message restrictions.  I am aware that all these customizations will be non-supported and we are on our own with Postfix but just curious how many people here run the stock Postfix config.

Thanks

:1519


This thread was automatically locked due to age.
Parents
  • MarkJD,

    What do you think about the following policy.siv change:

      # attr NAME=Spoofed mail claming to be us
        if envelope :comparator "i;ascii-casemap" :all :contains ["from"] ["example.com"] {
            pmx_mark1 "inbound_spoof";
            pmx_quarantine "inbound_spoof";
        }

    Planning to add this to our siv under the Inbound policy to quarantine all external messages claming to be from our domain example.com.  This would stop spoofers from claming to be us and attempting to relay to our users?

    :1621
Reply
  • MarkJD,

    What do you think about the following policy.siv change:

      # attr NAME=Spoofed mail claming to be us
        if envelope :comparator "i;ascii-casemap" :all :contains ["from"] ["example.com"] {
            pmx_mark1 "inbound_spoof";
            pmx_quarantine "inbound_spoof";
        }

    Planning to add this to our siv under the Inbound policy to quarantine all external messages claming to be from our domain example.com.  This would stop spoofers from claming to be us and attempting to relay to our users?

    :1621
Children
No Data