Symantec logo

Resource type definition

type NotifierMngr (

    static int RestartLimit = 3

    static str ArgList[] = { EngineListeningPort, MessagesQueue,
    NotifierListeningPort, SnmpdTrapPort, SnmpCommunity,     SnmpConsoles, SmtpServer, SmtpServerVrfyOff, SmtpServerTimeout,
    SmtpReturnPath, SmtpFromPath, SmtpRecipients }

    int EngineListeningPort = 14141

    int MessagesQueue = 30

    int NotifierListeningPort = 14144

    int SnmpdTrapPort = 162

    str SnmpCommunity = "public"

    str SnmpConsoles{}

    str SmtpServer

    boolean SmtpServerVrfyOff = 0

    int SmtpServerTimeout = 10

    str SmtpReturnPath

    str SmtpFromPath

    str SmtpRecipients{}

)