ExOConfig/Rules/200-outbound.json

{
    "routing":
    {
        "inline" :
        {
            "Name" : "[SEPPmail.cloud] - 200 Route outgoing e-mails to SEPPmail",
            "Comments" : "E-mails sent from inside the organization to the Internet are sent to SEPPmail.cloud crypto-processing.",
            "RouteMessageOutboundConnector" : "[SEPPmail.cloud] Outbound-Inline",
            "SMPriority" : 1,
            "FromScope" : "InOrganization",
            "SentToScope" : "NotInOrganization",
            "SetHeaderName" : "X-SM-maildirection",
            "SetHeaderValue" : "outbound",
            "ExceptIfSCLOver" : 9,
            "Priority" : 0,
            "SetAuditSeverity" : "Low",
            "Mode" : "Enforce",
            "SenderAddressLocation" : "Header"
        },
        "parallel":
        {
            "Name" : "[SEPPmail.cloud] - 200 Route outgoing e-mails to SEPPmail",
            "Comments" : "E-mails sent from inside the organization to the Internet are sent to SEPPmail.cloud crypto-processing.",
            "RouteMessageOutboundConnector" : "[SEPPmail.cloud] Outbound-Parallel",
            "SMPriority" : 3,
            "FromScope" : "InOrganization",
            "SentToScope" : "NotInOrganization",
            "SetHeaderName" : "X-SM-maildirection",
            "SetHeaderValue" : "outbound",
            "ExceptIfHeaderMatchesMessageHeader" : "X-SM-internal",
            "ExceptIfHeaderMatchesPatterns" : "yes",
            "ExceptIfHeaderContainsMessageHeader" : "X-SM-outgoing",
            "ExceptIfHeaderContainsWords" : "yes",
            "ExceptIfMessageTypeMatches" : "OOF",
            "ExceptIfSCLOver" : 9,
            "Priority" : 0,
            "SetAuditSeverity" : "Low",
            "Mode" : "Enforce",
            "SenderAddressLocation" : "Header"
        }
    },
    "Option":
        {
             
        }
 
}