The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This document describes how to prevent the backend infrastructure from being exposed in outbound messages.
Solution
The following Message Filter will strip "Received" headers from outbound mail, giving the illusion that the Cisco appliance is the "last hop" before mail reaches the Internet:
strip-Received: if (recv-listener == "Outbound"){ strip-header('Received'); }