Config email log to gmail - Fortigate
## CLI mode
config system email-server
set reply-to "youraccount@gmail.com"
set server "smtp.gmail.com"
set port 465
set authenticate enable
set username "youraccount@gmail.com"
set password <masukin passwordnya>
set security smtps
end
- Sepengalaman, kalau di config dari via GUInya nggak jalan, harus dari CLI si fortigatenya.
Comments
Post a Comment