Using SMTP Authentication in FortiMail
Using SMTP Authentication in FortiMail
Worried about a brute force password attack? SMTP authentication mitigates the
problem by tracking the IP addresses of the offending client attempting to connect to
the box. SMTP authentication can detect, block, and punish hackers. This recipe guides
you through the process of enabling SMTP authentication and checking the SMTP
authentication score and record.
Go to Dashboard > Console. Enter the following commands to enable the feature. And if
there is a gateway before the mail server, add the gateway to the exempt list.
config system security authserver
set status enable
config exempt-list
edit 1
set sender-ip-mask 172.20.140.232/32
next
end
end