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

blocking a special combination of sender and receipient

Hi there,

we are using a utm9 as mail gateway with some internal mailserver. Utm is connected with real IP and name to the world.

incoming: external mail -> utm (Spam/Antivir protection) -> mailserver
outgoing: client -> mailserver -> utm -> to the world

there is a special need to block a single internal address "content@mydomain.tld" to send to a single external address "content@remotedomain.tld".
I dont wanna change the mail system, so is there a way to block this with utm9?

Thanks for your assistance.

Dirk


This thread was automatically locked due to age.
  • Hi, Dirk, and welcome to the User BB!

    You might be able to do this with a REGEX in the 'Expressions filter' on the 'Anti-Spam' tab.  If this doesn't work, I can't think of how to do it in the UTM:
    content@mydomain.tld.*content@remotedomain.tld

    The key here is ".*" which means "any combination of any number of characters."

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • the recipients address can be blocked from the mailserver
    You can block only the sender address in UTM like Bob said