The following is a sample configuration file (mail-notify.conf) for the Email Notifier Adapter for VMware Smart Assurance IP Availability 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 2000/08/22 13:16:51 boaz Exp $
#
GNA_Notifier::mail-Notifier
{
    #
    # Name of the InCharge Server from which to receive 
    # notifications.
    #
    serverName = "INCHARGE-AM"
    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 = 
         {
              #
              # Choice subscription.
              #
              GA_ChoiceSubscription::mail-All-Subscriptions
              {
                       className = ".*"
                    instanceName = ".*"
                       eventName = ".*"
                        problems = TRUE
                      aggregates = FALSE
                        symptoms = FALSE
              }
#              #
#              # Profile subscription.
#              #
#              GA_ProfileSubscription::file-Default-Profile-
Subscriptions
#              {
#                   profileName = "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 = "$Basedir/smarts/Custom/mail/rules/mail-
    filter.asl"
    
    customRuleSet = "$Basedir/smarts/Custom/mail/rules/mail-
    custom.asl"
}