FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Anthony_E
Community Manager
Community Manager
Article Id 190593

Description
This article describes how to enable logging for Email-filter.

Solution
By default, logging is disabled for this feature.
To enable logging follow:
For example, anti-spam profile name: test1 is created in root VDOM and SMTP is used for email servers.

# config vdom
    edit root
# config emailfilter profile
    edit test1
        show full-configuration
# config smtp
    set log enable            <----- Enable logging.
end


Select different options under config emailfilter profile to enable logging based on the protocol( imap/pop3/smtp/mapi/msn-hotmail/gmail ) used for email servers.

Contributors