The following is a sample configuration file (mail-notify.conf) for the Email Notifier Adapter for Service Assurance Manager:

# mail-notify.conf - Configuration for the mail notification 
# adapter
#
# Copyright (C) 1999-2011 VMware Corporation
# All Rights Reserved
#
# $Id: mail-notify.conf,v 1.4.8.1 2001/06/13 14:42:01 boaz 
# Exp $
#
GNA_Notifier::mail-Notifier
{
    #
    # Name of the InCharge Server from which to receive 
    # notifications.
    #
    serverName = "INCHARGE-SA"
    ConfiguredBy = MailConfiguration::Mail-Configuration
    {
         #
         # Name of mail server host.
         #
         MailServer = "localhost"
         #
         # Sender identity.  
         # Must be a valid email address, 
   # recognized by the mail server.
         #
         SenderId = "daemon@localhost"
         #
         # Comma-separated list of users to whom notifications 
         # should be sent to.
         #
         Recipients = "root@localhost"
    }
ReadsInputFrom = GA_SubscriberFE::mail-Subscriber-FrontEnd
    {
         #
         # How long, in seconds, an event must remain active 
         # before the adapter sends a notification.
         #
         eventSmoothingInterval = 0
         #
         # Notification threshold; discard notifications with 
         # a certainty below this value, which should be 
         # between 0.0 and 1.0.
         #
         minimumCertainty = 0.01
         #
         # Subscriptions.
         #
         SubscribesTo = 
         {
              #
              # NL subscription.
              #
              GA_NLSubscription::mail-Default-Subscriptions
              {
                       NLName = "Default"
              }
         }
    }
    #
    # How long, in seconds, to ignore notifications from the 
    # server after it connects.  Use this parameter to avoid 
    # receiving the initial flood of notifications when the 
    # server (re)connects.
    #
    initialEventDelay = 0
    filterRuleSet = "notifier/mail/mail-filter.asl"
    
    customRuleSet = "notifier/mail/mail-custom.asl"
}