Fortinet Version 3.0 Network Router User Manual


 
FortiBridge Version 3.0 Administration Guide
52 09-30000-0163-20061109
alertemail setting config CLI commands
alertemail setting
Use this command to configure the FortiBridge unit to send alert email to up to three recipients when
action on failure is set to send a alert email message.
Command syntax pattern
config alertemail setting
set <keyword> <variable>
end
config alertemail setting
unset <keyword>
get alertemail setting
show alertemail setting
Examples
This example shows how to configure the SMTP server and user name and password, enable
authentication and add two email addresses.
config alertemail setting
set server mail.ourcompany.com
set username fortigate@ourcompany.com
set authenticate enable
set password pwd23
set mailto1 admin1@ourcompany.com
set mailto2 admin2@ourcompany.com
end
This example shows how to display the alertemail settings.
get alertemail setting
This example shows how to display the configuration of the alertemail setting command.
show alertemail setting
Keywords and variables Description Default
authenticate
{disable | enable}
Enable SMTP authentication if the FortiBridge unit is required to
authenticate to connect to the SMTP server.
disable
mailto1
<email-address_str>
Enter an email address. This is one of the email addresses to which
the FortiBridge unit sends alert email.
No
default.
mailto2
<email-address_str>
Enter an email address. This is one of the email addresses to which
the FortiBridge unit sends alert email.
No
default.
mailto3
<email-address_str>
Enter an email address. This is one of the email addresses to which
the FortiBridge unit sends alert email.
No
default.
password
<password_str>
Enter the password that the FortiBridge unit needs to access the
SMTP server.
No
default.
server
{<name_str> |
<address_ipv4>}
Enter the name of the SMTP server, in the format
smtp.domain.com,
to which the FortiBridge unit should send
email. The SMTP server can be located on any network connected
to the FortiBridge unit.
No
default.
username
<user-name_str>
Enter a valid email address in the format user@domain.com. This
address appears in the From header of the alert email.
No
default.