Views:

To stop this notification:

  1. Log on to IWSVA as root via SSH (for example with a SSH shell such as PuTTy).
  2. Create a backup of the file intscan.ini:

    # cp -ip /etc/iscan/intscan.ini /etc/iscan/intscan.ini.bak

  3. Use vi to edit the file intscan.ini:

    # vi /etc/iscan/intscan.ini

  4. Change "mail_if_daemon_stop" and "mail_if_ftp_stop" parameter from yes to no under the [notification] section.

    [notification]
    mail_if_daemon_stop=no
    mail_if_ftp_stop=no

  5. Save the file and quit.
  6. Restart all of the services.

    # /etc/iscan/rcIwss restart

    Note: This will interrupt the network traffic for a few minutes so plan accordingly.

 
After stopping the event, you can still receive notifications when the HTTP or FTP service crashes or restarts due to an unexpected error.