Testing the FortiMail
Once you are connected with the RADIUS server, you’ll need to make sure the FortiMail unit is receiving the RADIUS records.
- Go to Dashboard > Console and click to connect to the CLI Console.
- Enter the following command to enable the FortiMail unit to receive RADIUS records by starting the endpoint reputation daemon:
- Enter the following command to configure the RADIUS secret:
- Enter the following command to configure whether to enable or disable the FortiMail unit to validate RADIUS requests using the RADIUS secret:
- Enter the following command to configure whether or not the FortiMail unit will acknowledge accounting records:
- Enter the following command to indicate that the RADIUS server will send the value of the Framed-IP-Address attribute in network order:
config antispam settings
set carrier-endpoint-attribute-status enable
end
config antispam settings
set carrier-endpoint-acc-secret enable
end
config antispam settings
set carrier-endpoint-acc-validate enable
end
config antispam settings
set carrier-endpoint-acc-response {enable | disable}
end
config antispam settings
set carrier-endpoint-framed-ip-order {host-order | network-order}
end