Problem to config email filter
Hi guys,
I'm facing a big problem here with one FG60D (5.2.1). I had configure email filter as usual but it's not working. I don't know why cause it's an easy configuration.
My config email filter profile is:
config spamfilter profile
edit "EF_example"
set comment "Email Filter"
set flow-based enable
set spam-filtering enable
set options spambwl spamfsip spamfssubmit spamfschksum spamfsurl spamfsphish
config imap
set tag-msg "[FG-Spam]"
end
config pop3
set tag-msg "[FG-Spam]"
end
config smtp
set log enable
set action tag
set tag-msg "[FG-Spam]"
end
set spam-rbl-table 1
next
end
My config into the firewall rule is:
config firewall policy
edit 13
set uuid 5d9c181c-775b-51e4-44e4-592b7f50c004
set srcintf "dmz"
set dstintf "wan1"
set srcaddr "<VIP ADDRESS>"
set dstaddr "all"
set action accept
set schedule "always"
set service "ALL"
set utm-status enable
set spamfilter-profile "EF_example"
set profile-protocol-options "default"
set ssl-ssh-profile "deep-inspection"
set nat enable
set ippool enable
set poolname "<IP POOL with my public IP>"
next
I really don't know what's wrong. Can someone enlighten me?
Sorry about language mistakes,
Thank you,
Carlos - Brazil
