Prerequisites
The Email Security - Server appliance must have an established connection to the Internet.
You must have Admin or Operator access to the Email Security - Server appliance.
Configuring event notifications
Use the CLI commands in this topic to configure event notifications.
To configure event notifications using the CLI:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminalCheck which protocols are already enabled:
hostname (config) # show fenotify email hostname (config) # show fenotify http hostname (config) # show fenotify rsyslog hostname (config) # show fenotify snmpConfigure the protocols that you want to use:
Confirm that the protocols are configured correctly:
hostname (config) # show fenotify email hostname (config) # show fenotify http hostname (config) # show fenotify rsyslog hostname (config) # show fenotify snmpEnable the notifications. By default, notifications are enabled. This command only affects notifications for enabled protocols. If a protocol has been disabled, you must enable the protocol before enabling notifications.
hostname (config) # fenotify enableSend a test email message to all enabled recipients:
hostname (config) # fenotify email send-testSave the configuration:
hostname (config) # write memory