Chapter 15 Security Profiles : AntiVirus : Example Scenerios : Setting up a basic proxy-based Antivirus profile for email tranffic : Creating the profile - CLI
  
Creating the profile - CLI
1. Enter the CLI by one of the following methods:
SSH through a terminal emulator
CLI Console widget
FortiExplorer’s CLI mode
2. Enter the following commands:
Config antivirus profile
edit "email-av"
set comment "Scans email traffic from Internet for malware"
set inspection-mode proxy
config imap
set options scan
end
config pop3
set options scan
end
config smtp
set options scan
end
end