03-16-2015 09:58 AM
Hi all,
i have an ironport environment, working well. One data intereface and one listener for incoming and outgoing emails traffic.
my customer asked me to be sure that his domain for emails, example mydomain.com always be blocked in incoming as a sender from internet.
how can i be sure to achieve that without blocking legitimate fraffic? is it ok putting it in blacklist for HAT?
thanks a lot
smaikol
03-16-2015 11:37 AM
If you do not wish to create a separate mail flow policy, and include that policy in order to drop, then setting @ the HAT is acceptable. Try on of these TechNotes to best assist:
How do I blacklist or drop a sending domain using Incoming Mail Policy and Content Filter?
http://www.cisco.com/c/en/us/support/docs/security/email-security-appliance/118551-qa-esa-00.html
How do I blacklist a malicious or problem sender?
-Robert
03-18-2015 08:01 AM
We used the "filters" command from the CLI.
spoofing: if (recv-listener == "IncomingMail") {
if mail-from == "@your_domain.com" {
drop();
}
}
This way it is done at the connection level and dropped immediately.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide