Blame mibs/ietf/MTA-MIB

Packit Service 9ccfef
MTA-MIB DEFINITIONS ::= BEGIN
Packit Service 9ccfef
Packit Service 9ccfef
IMPORTS
Packit Service 9ccfef
   OBJECT-TYPE, Counter32, Gauge32, MODULE-IDENTITY, mib-2
Packit Service 9ccfef
     FROM SNMPv2-SMI
Packit Service 9ccfef
   TimeInterval
Packit Service 9ccfef
     FROM SNMPv2-TC
Packit Service 9ccfef
   MODULE-COMPLIANCE, OBJECT-GROUP
Packit Service 9ccfef
     FROM SNMPv2-CONF
Packit Service 9ccfef
   SnmpAdminString
Packit Service 9ccfef
       FROM SNMP-FRAMEWORK-MIB
Packit Service 9ccfef
   applIndex, URLString
Packit Service 9ccfef
     FROM NETWORK-SERVICES-MIB;
Packit Service 9ccfef
Packit Service 9ccfef
mta MODULE-IDENTITY
Packit Service 9ccfef
   LAST-UPDATED "200003030000Z"
Packit Service 9ccfef
   ORGANIZATION "IETF Mail and Directory Management Working Group"
Packit Service 9ccfef
   CONTACT-INFO
Packit Service 9ccfef
     "        Ned Freed
Packit Service 9ccfef
Packit Service 9ccfef
      Postal: Innosoft International, Inc.
Packit Service 9ccfef
              1050 Lakes Drive
Packit Service 9ccfef
              West Covina, CA 91790
Packit Service 9ccfef
              US
Packit Service 9ccfef
Packit Service 9ccfef
      Tel: +1 626 919 3600
Packit Service 9ccfef
      Fax: +1 626 919 3614
Packit Service 9ccfef
Packit Service 9ccfef
      E-Mail: ned.freed@innosoft.com"
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The MIB module describing Message Transfer Agents (MTAs)"
Packit Service 9ccfef
   REVISION "200003030000Z"
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "This revision, published in RFC 2789, changes a number of
Packit Service 9ccfef
      DisplayStrings to SnmpAdminStrings. Note that this change
Packit Service 9ccfef
      is not strictly supported by SMIv2.  However, the alternative
Packit Service 9ccfef
      of deprecating the old objects and defining new objects
Packit Service 9ccfef
      would have a more adverse impact on backward compatibility
Packit Service 9ccfef
      and interoperability, given the particular semantics of
Packit Service 9ccfef
      these objects.  The defining reference for distinguished
Packit Service 9ccfef
      names has also been updated from RFC 1779 to RFC 2253."
Packit Service 9ccfef
   REVISION "199905120000Z"
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "This revision fixes a number of technical problems found in
Packit Service 9ccfef
      previous versions: The conformance groups for different
Packit Service 9ccfef
      versions of this MIB have been corrected, the recommendation
Packit Service 9ccfef
      that an empty string be returned if the last operation was
Packit Service 9ccfef
      successful has been removed from
Packit Service 9ccfef
      mtaGroupInboundRejectionReason and
Packit Service 9ccfef
      mtaGroupOutboundConnectFailureReason as it conflicts
Packit Service 9ccfef
      with the stated purpose of these variables, and the
Packit Service 9ccfef
      required mtaStatusCode entry has been added to
Packit Service 9ccfef
      MtaGroupErrorEntry.  It should be noted that this last
Packit Service 9ccfef
      change in no way affects the bits on the wire."
Packit Service 9ccfef
   REVISION "199708170000Z"
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "This revision, published in RFC 2249, adds the
Packit Service 9ccfef
      mtaGroupDescription and mtaGroupURL fields, conversion
Packit Service 9ccfef
      operation counters, a group hierarchy description mechanism,
Packit Service 9ccfef
      counters for specific errors, oldest message IDs, per-MTA
Packit Service 9ccfef
      and per-group loop counters, and a new table for tracking
Packit Service 9ccfef
      any errors an MTA encounters."
Packit Service 9ccfef
   REVISION "199311280000Z"
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The original version of this MIB was published in RFC 1566"
Packit Service 9ccfef
   ::= {mib-2 28}
Packit Service 9ccfef
Packit Service 9ccfef
mtaTable OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SEQUENCE OF MtaEntry
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The table holding information specific to an MTA."
Packit Service 9ccfef
   ::= {mta 1}
Packit Service 9ccfef
Packit Service 9ccfef
mtaEntry OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX MtaEntry
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The entry associated with each MTA."
Packit Service 9ccfef
   INDEX {applIndex}
Packit Service 9ccfef
   ::= {mtaTable 1}
Packit Service 9ccfef
Packit Service 9ccfef
MtaEntry ::= SEQUENCE {
Packit Service 9ccfef
   mtaReceivedMessages
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaStoredMessages
Packit Service 9ccfef
     Gauge32,
Packit Service 9ccfef
   mtaTransmittedMessages
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaReceivedVolume
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaStoredVolume
Packit Service 9ccfef
     Gauge32,
Packit Service 9ccfef
   mtaTransmittedVolume
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaReceivedRecipients
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaStoredRecipients
Packit Service 9ccfef
     Gauge32,
Packit Service 9ccfef
   mtaTransmittedRecipients
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaSuccessfulConvertedMessages
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaFailedConvertedMessages
Packit Service 9ccfef
     Counter32,
Packit Service 9ccfef
   mtaLoopsDetected
Packit Service 9ccfef
     Counter32
Packit Service 9ccfef
}
Packit Service 9ccfef
Packit Service 9ccfef
mtaReceivedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages received since MTA initialization.
Packit Service 9ccfef
      This includes messages transmitted to this MTA from other
Packit Service 9ccfef
      MTAs as well as messages that have been submitted to the
Packit Service 9ccfef
      MTA directly by end-users or applications."
Packit Service 9ccfef
   ::= {mtaEntry 1}
Packit Service 9ccfef
Packit Service 9ccfef
mtaStoredMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of messages currently stored in the MTA.
Packit Service 9ccfef
      This includes messages that are awaiting transmission to
Packit Service 9ccfef
      some other MTA or are waiting for delivery to an end-user
Packit Service 9ccfef
      or application."
Packit Service 9ccfef
   ::= {mtaEntry 2}
Packit Service 9ccfef
Packit Service 9ccfef
mtaTransmittedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages transmitted since MTA initialization.
Packit Service 9ccfef
      This includes messages that were transmitted to some other
Packit Service 9ccfef
      MTA or are waiting for delivery to an end-user or
Packit Service 9ccfef
      application."
Packit Service 9ccfef
   ::= {mtaEntry 3}
Packit Service 9ccfef
Packit Service 9ccfef
mtaReceivedVolume OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   UNITS "K-octets"
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total volume of messages received since MTA
Packit Service 9ccfef
      initialization, measured in kilo-octets.  This volume should
Packit Service 9ccfef
      include all transferred data that is logically above the mail
Packit Service 9ccfef
      transport protocol level.  For example, an SMTP-based MTA
Packit Service 9ccfef
      should use the number of kilo-octets in the message header
Packit Service 9ccfef
      and body, while an X.400-based MTA should use the number of
Packit Service 9ccfef
      kilo-octets of P2 data.  This includes messages transmitted
Packit Service 9ccfef
      to this MTA from other MTAs as well as messages that have
Packit Service 9ccfef
      been submitted to the MTA directly by end-users or
Packit Service 9ccfef
      applications."
Packit Service 9ccfef
   ::= {mtaEntry 4}
Packit Service 9ccfef
Packit Service 9ccfef
mtaStoredVolume OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   UNITS "K-octets"
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total volume of messages currently stored in the MTA,
Packit Service 9ccfef
      measured in kilo-octets.  This volume should include all
Packit Service 9ccfef
      stored data that is logically above the mail transport
Packit Service 9ccfef
      protocol level.  For example, an SMTP-based MTA should
Packit Service 9ccfef
      use the number of kilo-octets in the message header and
Packit Service 9ccfef
      body, while an X.400-based MTA would use the number of
Packit Service 9ccfef
      kilo-octets of P2 data.  This includes messages that are
Packit Service 9ccfef
      awaiting transmission to some other MTA or are waiting
Packit Service 9ccfef
      for delivery to an end-user or application."
Packit Service 9ccfef
   ::= {mtaEntry 5}
Packit Service 9ccfef
Packit Service 9ccfef
mtaTransmittedVolume OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   UNITS "K-octets"
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total volume of messages transmitted since MTA
Packit Service 9ccfef
      initialization, measured in kilo-octets.  This volume should
Packit Service 9ccfef
      include all transferred data that is logically above the mail
Packit Service 9ccfef
      transport protocol level.  For example, an SMTP-based MTA
Packit Service 9ccfef
      should use the number of kilo-octets in the message header
Packit Service 9ccfef
      and body, while an X.400-based MTA should use the number of
Packit Service 9ccfef
      kilo-octets of P2 data.  This includes messages that were
Packit Service 9ccfef
      transmitted to some other MTA or are waiting for delivery
Packit Service 9ccfef
      to an end-user or application."
Packit Service 9ccfef
   ::= {mtaEntry 6}
Packit Service 9ccfef
Packit Service 9ccfef
mtaReceivedRecipients OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of recipients specified in all messages
Packit Service 9ccfef
      received since MTA initialization.  Recipients this MTA
Packit Service 9ccfef
      has no responsibility for, i.e. inactive envelope
Packit Service 9ccfef
      recipients or ones referred to in message headers,
Packit Service 9ccfef
      should not be counted even if information about such
Packit Service 9ccfef
      recipients is available.  This includes messages
Packit Service 9ccfef
      transmitted to this MTA from other MTAs as well as
Packit Service 9ccfef
      messages that have been submitted to the MTA directly
Packit Service 9ccfef
      by end-users or applications."
Packit Service 9ccfef
   ::= {mtaEntry 7}
Packit Service 9ccfef
Packit Service 9ccfef
mtaStoredRecipients OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of recipients specified in all messages
Packit Service 9ccfef
      currently stored in the MTA.  Recipients this MTA has no
Packit Service 9ccfef
      responsibility for, i.e. inactive envelope recipients or
Packit Service 9ccfef
      ones referred to in message headers, should not be
Packit Service 9ccfef
      counted.  This includes messages that are awaiting
Packit Service 9ccfef
      transmission to some other MTA or are waiting for
Packit Service 9ccfef
      delivery to an end-user or application."
Packit Service 9ccfef
   ::= {mtaEntry 8}
Packit Service 9ccfef
Packit Service 9ccfef
mtaTransmittedRecipients OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of recipients specified in all messages
Packit Service 9ccfef
      transmitted since MTA initialization.  Recipients this
Packit Service 9ccfef
      MTA had no responsibility for, i.e. inactive envelope
Packit Service 9ccfef
      recipients or ones referred to in message headers,
Packit Service 9ccfef
      should not be counted.  This includes messages that were
Packit Service 9ccfef
      transmitted to some other MTA or are waiting for
Packit Service 9ccfef
      delivery to an end-user or application."
Packit Service 9ccfef
   ::= {mtaEntry 9}
Packit Service 9ccfef
Packit Service 9ccfef
mtaSuccessfulConvertedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages that have been successfully
Packit Service 9ccfef
      converted from one form to another since MTA
Packit Service 9ccfef
      initialization."
Packit Service 9ccfef
   ::= {mtaEntry 10}
Packit Service 9ccfef
Packit Service 9ccfef
mtaFailedConvertedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages for which an unsuccessful
Packit Service 9ccfef
      attempt was made to convert them from one form to
Packit Service 9ccfef
      another since MTA initialization."
Packit Service 9ccfef
   ::= {mtaEntry 11}
Packit Service 9ccfef
Packit Service 9ccfef
mtaLoopsDetected OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A message loop is defined as a situation where the MTA
Packit Service 9ccfef
      decides that a given message will never be delivered to
Packit Service 9ccfef
      one or more recipients and instead will continue to
Packit Service 9ccfef
      loop endlessly through one or more MTAs.  This variable
Packit Service 9ccfef
      counts the number of times the MTA has detected such a
Packit Service 9ccfef
      situation since MTA initialization. Note that the
Packit Service 9ccfef
      mechanism MTAs use to detect loops (e.g., trace field
Packit Service 9ccfef
      counting, count of references to this MTA in a trace
Packit Service 9ccfef
      field, examination of DNS or other directory information,
Packit Service 9ccfef
      etc.), the level at which loops are detected (e.g., per
Packit Service 9ccfef
      message, per recipient, per directory entry, etc.), and
Packit Service 9ccfef
      the handling of a loop once it is detected (e.g., looping
Packit Service 9ccfef
      messages are held, looping messages are bounced or sent
Packit Service 9ccfef
      to the postmaster, messages that the MTA knows will loop
Packit Service 9ccfef
      won't be accepted, etc.) vary widely from one MTA to the
Packit Service 9ccfef
      next and cannot be inferred from this variable."
Packit Service 9ccfef
   ::= {mtaEntry 12}
Packit Service 9ccfef
Packit Service 9ccfef
-- MTAs typically group inbound reception, queue storage, and
Packit Service 9ccfef
-- outbound transmission in some way, rather than accounting for
Packit Service 9ccfef
-- such operations only across the MTA as a whole. In the most
Packit Service 9ccfef
-- extreme case separate information will be maintained for each
Packit Service 9ccfef
-- different entity that receives messages and for each entity
Packit Service 9ccfef
-- the MTA stores messages for and delivers messages to.  Other
Packit Service 9ccfef
-- MTAs may elect to treat all reception equally, all queue
Packit Service 9ccfef
-- storage equally, all deliveries equally, or some combination
Packit Service 9ccfef
-- of this. Overlapped groupings are also possible, where an MTA
Packit Service 9ccfef
-- decomposes its traffic in different ways for different
Packit Service 9ccfef
-- purposes.
Packit Service 9ccfef
Packit Service 9ccfef
-- In any case, a grouping abstraction is an extremely useful for
Packit Service 9ccfef
-- breaking down the activities of an MTA. For purposes of
Packit Service 9ccfef
-- labelling this will be called a "group" in this MIB.
Packit Service 9ccfef
Packit Service 9ccfef
-- Each group contains all the variables needed to monitor all
Packit Service 9ccfef
-- aspects of an MTA's operation.  However, the fact that all
Packit Service 9ccfef
-- groups contain all possible variables does not imply that all
Packit Service 9ccfef
-- groups must use all possible variables. For example, a single
Packit Service 9ccfef
-- group might be used to monitor only one kind of event (inbound
Packit Service 9ccfef
-- processing, outbound processing, or storage). In this sort of
Packit Service 9ccfef
-- configuration any counters that are unused as a result of a
Packit Service 9ccfef
-- given MTA's use of the group construct must be inaccessible;
Packit Service 9ccfef
-- e.g., returning either a noSuchName error (for an SNMPv1 get),
Packit Service 9ccfef
-- or a noSuchInstance exception (for an SNMPv2 get).
Packit Service 9ccfef
Packit Service 9ccfef
-- Groups can be created at any time after MTA initialization. Once
Packit Service 9ccfef
-- a group is created it should not be deleted or its mtaGroupIndex
Packit Service 9ccfef
-- changed unless the MTA is reinitialized.
Packit Service 9ccfef
Packit Service 9ccfef
-- Groups are not necessarily mutually exclusive. A given event may
Packit Service 9ccfef
-- be recorded by more than one group, a message may be seen as
Packit Service 9ccfef
-- stored by more than one group, and so on.  Groups should be all
Packit Service 9ccfef
-- inclusive, however: if groups are implemented all aspects of an
Packit Service 9ccfef
-- MTA's operation should be registered in at least one group.
Packit Service 9ccfef
-- This freedom lets implementors use different sets of groups to
Packit Service 9ccfef
-- provide different "views" of an MTA.
Packit Service 9ccfef
Packit Service 9ccfef
-- The possibility of overlap between groups means that summing
Packit Service 9ccfef
-- variables across groups may not produce values equal to those in
Packit Service 9ccfef
-- the mtaTable. mtaTable should always provide accurate information
Packit Service 9ccfef
Packit Service 9ccfef
-- about the MTA as a whole.
Packit Service 9ccfef
Packit Service 9ccfef
-- The term "channel" is often used in MTA implementations; channels
Packit Service 9ccfef
-- are usually, but not always, equivalent to a group. However,
Packit Service 9ccfef
-- this MIB does not use the term "channel" because there is no
Packit Service 9ccfef
-- requirement that an MTA supporting this MIB has to map its
Packit Service 9ccfef
-- "channel" abstraction one-to-one onto the MIB's group abstraction.
Packit Service 9ccfef
Packit Service 9ccfef
-- An MTA may create a group or group of groups at any time. Once
Packit Service 9ccfef
-- created, however, an MTA cannot delete an entry for a group from
Packit Service 9ccfef
-- the group table.  Deletion is only allowed when the MTA is
Packit Service 9ccfef
-- reinitialized, and is not required even then.  This restriction
Packit Service 9ccfef
-- is imposed so that monitoring agents can rely on group
Packit Service 9ccfef
-- assignments being consistent across multiple query operations.
Packit Service 9ccfef
Packit Service 9ccfef
-- Groups may be laid out so as to form a hierarchical arrangement,
Packit Service 9ccfef
-- with some groups acting as subgroups for other groups.
Packit Service 9ccfef
-- Alternately, disjoint groups of groups may be used to provide
Packit Service 9ccfef
-- different sorts of "snapshots" of MTA operation.  The
Packit Service 9ccfef
-- mtaGroupHierarchy variable provides an indication of how each
Packit Service 9ccfef
-- group fits into the overall arrangement being used.
Packit Service 9ccfef
Packit Service 9ccfef
-- Note that SNMP also defines and uses term "group". MTA groups are
Packit Service 9ccfef
-- NOT the same as SNMP groups.
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupTable OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX SEQUENCE OF MtaGroupEntry
Packit Service 9ccfef
    MAX-ACCESS not-accessible
Packit Service 9ccfef
    STATUS current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
      "The table holding information specific to each MTA group."
Packit Service 9ccfef
    ::= {mta 2}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupEntry OBJECT-TYPE
Packit Service 9ccfef
    SYNTAX MtaGroupEntry
Packit Service 9ccfef
    MAX-ACCESS not-accessible
Packit Service 9ccfef
    STATUS current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
      "The entry associated with each MTA group."
Packit Service 9ccfef
    INDEX {applIndex, mtaGroupIndex}
Packit Service 9ccfef
    ::= {mtaGroupTable 1}
Packit Service 9ccfef
Packit Service 9ccfef
MtaGroupEntry ::= SEQUENCE {
Packit Service 9ccfef
   mtaGroupIndex
Packit Service 9ccfef
       INTEGER,
Packit Service 9ccfef
   mtaGroupReceivedMessages
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupRejectedMessages
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupStoredMessages
Packit Service 9ccfef
       Gauge32,
Packit Service 9ccfef
   mtaGroupTransmittedMessages
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupReceivedVolume
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupStoredVolume
Packit Service 9ccfef
       Gauge32,
Packit Service 9ccfef
   mtaGroupTransmittedVolume
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupReceivedRecipients
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupStoredRecipients
Packit Service 9ccfef
       Gauge32,
Packit Service 9ccfef
   mtaGroupTransmittedRecipients
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupOldestMessageStored
Packit Service 9ccfef
       TimeInterval,
Packit Service 9ccfef
   mtaGroupInboundAssociations
Packit Service 9ccfef
       Gauge32,
Packit Service 9ccfef
   mtaGroupOutboundAssociations
Packit Service 9ccfef
       Gauge32,
Packit Service 9ccfef
   mtaGroupAccumulatedInboundAssociations
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupAccumulatedOutboundAssociations
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupLastInboundActivity
Packit Service 9ccfef
       TimeInterval,
Packit Service 9ccfef
   mtaGroupLastOutboundActivity
Packit Service 9ccfef
       TimeInterval,
Packit Service 9ccfef
   mtaGroupLastOutboundAssociationAttempt
Packit Service 9ccfef
       TimeInterval,
Packit Service 9ccfef
   mtaGroupRejectedInboundAssociations
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupFailedOutboundAssociations
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupInboundRejectionReason
Packit Service 9ccfef
       SnmpAdminString,
Packit Service 9ccfef
   mtaGroupOutboundConnectFailureReason
Packit Service 9ccfef
       SnmpAdminString,
Packit Service 9ccfef
   mtaGroupScheduledRetry
Packit Service 9ccfef
       TimeInterval,
Packit Service 9ccfef
   mtaGroupMailProtocol
Packit Service 9ccfef
       OBJECT IDENTIFIER,
Packit Service 9ccfef
   mtaGroupName
Packit Service 9ccfef
       SnmpAdminString,
Packit Service 9ccfef
   mtaGroupSuccessfulConvertedMessages
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupFailedConvertedMessages
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupDescription
Packit Service 9ccfef
       SnmpAdminString,
Packit Service 9ccfef
   mtaGroupURL
Packit Service 9ccfef
       URLString,
Packit Service 9ccfef
   mtaGroupCreationTime
Packit Service 9ccfef
       TimeInterval,
Packit Service 9ccfef
   mtaGroupHierarchy
Packit Service 9ccfef
       INTEGER,
Packit Service 9ccfef
   mtaGroupOldestMessageId
Packit Service 9ccfef
       SnmpAdminString,
Packit Service 9ccfef
   mtaGroupLoopsDetected
Packit Service 9ccfef
       Counter32
Packit Service 9ccfef
}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupIndex OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX INTEGER (1..2147483647)
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The index associated with a group for a given MTA."
Packit Service 9ccfef
   ::= {mtaGroupEntry 1}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupReceivedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages received to this group since
Packit Service 9ccfef
      group creation."
Packit Service 9ccfef
   ::= {mtaGroupEntry 2}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupRejectedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages rejected by this group since
Packit Service 9ccfef
      group creation."
Packit Service 9ccfef
   ::= {mtaGroupEntry 3}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupStoredMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of messages currently stored in this
Packit Service 9ccfef
      group's queue."
Packit Service 9ccfef
   ::= {mtaGroupEntry 4}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupTransmittedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages transmitted by this group since
Packit Service 9ccfef
      group creation."
Packit Service 9ccfef
   ::= {mtaGroupEntry 5}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupReceivedVolume OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   UNITS "K-octets"
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total volume of messages received to this group since
Packit Service 9ccfef
      group creation, measured in kilo-octets.  This volume
Packit Service 9ccfef
      should include all transferred data that is logically above
Packit Service 9ccfef
      the mail transport protocol level.  For example, an
Packit Service 9ccfef
      SMTP-based MTA should use the number of kilo-octets in the
Packit Service 9ccfef
      message header and body, while an X.400-based MTA should use
Packit Service 9ccfef
      the number of kilo-octets of P2 data."
Packit Service 9ccfef
   ::= {mtaGroupEntry 6}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupStoredVolume OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   UNITS "K-octets"
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total volume of messages currently stored in this
Packit Service 9ccfef
      group's queue, measured in kilo-octets.  This volume should
Packit Service 9ccfef
      include all stored data that is logically above the mail
Packit Service 9ccfef
      transport protocol level.  For example, an SMTP-based
Packit Service 9ccfef
      MTA should use the number of kilo-octets in the message
Packit Service 9ccfef
      header and body, while an X.400-based MTA would use the
Packit Service 9ccfef
      number of kilo-octets of P2 data."
Packit Service 9ccfef
   ::= {mtaGroupEntry 7}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupTransmittedVolume OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   UNITS "K-octets"
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total volume of messages transmitted by this group
Packit Service 9ccfef
      since group creation, measured in kilo-octets.  This
Packit Service 9ccfef
      volume should include all transferred data that is logically
Packit Service 9ccfef
      above the mail transport protocol level.  For example, an
Packit Service 9ccfef
      SMTP-based MTA should use the number of kilo-octets in the
Packit Service 9ccfef
      message header and body, while an X.400-based MTA should use
Packit Service 9ccfef
      the number of kilo-octets of P2 data."
Packit Service 9ccfef
   ::= {mtaGroupEntry 8}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupReceivedRecipients OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of recipients specified in all messages
Packit Service 9ccfef
      received to this group since group creation.
Packit Service 9ccfef
      Recipients this MTA has no responsibility for should not
Packit Service 9ccfef
      be counted."
Packit Service 9ccfef
   ::= {mtaGroupEntry 9}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupStoredRecipients OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of recipients specified in all messages
Packit Service 9ccfef
      currently stored in this group's queue.  Recipients this
Packit Service 9ccfef
      MTA has no responsibility for should not be counted."
Packit Service 9ccfef
   ::= {mtaGroupEntry 10}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupTransmittedRecipients OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of recipients specified in all messages
Packit Service 9ccfef
      transmitted by this group since group creation.
Packit Service 9ccfef
      Recipients this MTA had no responsibility for should not
Packit Service 9ccfef
      be counted."
Packit Service 9ccfef
   ::= {mtaGroupEntry 11}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupOldestMessageStored OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX TimeInterval
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Time since the oldest message in this group's queue was
Packit Service 9ccfef
      placed in the queue."
Packit Service 9ccfef
   ::= {mtaGroupEntry 12}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupInboundAssociations OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of current associations to the group, where the
Packit Service 9ccfef
      group is the responder."
Packit Service 9ccfef
   ::= {mtaGroupEntry 13}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupOutboundAssociations OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Gauge32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of current associations to the group, where the
Packit Service 9ccfef
     group is the initiator."
Packit Service 9ccfef
   ::= {mtaGroupEntry 14}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupAccumulatedInboundAssociations OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of associations to the group since
Packit Service 9ccfef
     group creation, where the MTA was the responder."
Packit Service 9ccfef
   ::= {mtaGroupEntry 15}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupAccumulatedOutboundAssociations OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of associations from the group since
Packit Service 9ccfef
      group creation, where the MTA was the initiator."
Packit Service 9ccfef
   ::= {mtaGroupEntry 16}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupLastInboundActivity OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX TimeInterval
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Time since the last time that this group had an active
Packit Service 9ccfef
     inbound association for purposes of message reception."
Packit Service 9ccfef
   ::= {mtaGroupEntry 17}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupLastOutboundActivity OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX TimeInterval
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Time since the last time that this group had a
Packit Service 9ccfef
      successful outbound association for purposes of
Packit Service 9ccfef
      message delivery."
Packit Service 9ccfef
   ::= {mtaGroupEntry 18}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupLastOutboundAssociationAttempt OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX TimeInterval
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Time since the last time that this group attempted
Packit Service 9ccfef
      to make an outbound association for purposes of
Packit Service 9ccfef
      message delivery."
Packit Service 9ccfef
   ::= {mtaGroupEntry 34}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupRejectedInboundAssociations OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number of inbound associations the group has
Packit Service 9ccfef
     rejected, since group creation.  Rejected associations
Packit Service 9ccfef
     are not counted in the accumulated association totals."
Packit Service 9ccfef
   ::= {mtaGroupEntry 19}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupFailedOutboundAssociations OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The total number associations where the group was the
Packit Service 9ccfef
     initiator and association establishment has failed,
Packit Service 9ccfef
     since group creation.  Failed associations are
Packit Service 9ccfef
     not counted in the accumulated association totals."
Packit Service 9ccfef
   ::= {mtaGroupEntry 20}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupInboundRejectionReason OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SnmpAdminString
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The failure reason, if any, for the last association this
Packit Service 9ccfef
     group refused to respond to. If no association attempt
Packit Service 9ccfef
     has been made since the MTA was initialized the value
Packit Service 9ccfef
     should be 'never'."
Packit Service 9ccfef
   ::= {mtaGroupEntry 21}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupOutboundConnectFailureReason OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SnmpAdminString
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The failure reason, if any, for the last association attempt
Packit Service 9ccfef
     this group initiated. If no association attempt has been
Packit Service 9ccfef
     made since the MTA was initialized the value should be
Packit Service 9ccfef
     'never'."
Packit Service 9ccfef
   ::= {mtaGroupEntry 22}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupScheduledRetry OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX TimeInterval
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The amount of time until this group is next scheduled to
Packit Service 9ccfef
      attempt to make an association."
Packit Service 9ccfef
   ::= {mtaGroupEntry 23}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupMailProtocol OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX OBJECT IDENTIFIER
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "An identification of the protocol being used by this group.
Packit Service 9ccfef
      For an group employing OSI protocols, this will be the
Packit Service 9ccfef
      Application Context.    For Internet applications, OID
Packit Service 9ccfef
      values of the form {applTCPProtoID port} or {applUDPProtoID
Packit Service 9ccfef
      port} are used for TCP-based and UDP-based protocols,
Packit Service 9ccfef
      respectively. In either case 'port' corresponds to the
Packit Service 9ccfef
      primary port number being used by the protocol. The
Packit Service 9ccfef
      usual IANA procedures may be used to register ports for
Packit Service 9ccfef
      new protocols. applTCPProtoID and applUDPProtoID are
Packit Service 9ccfef
      defined in the NETWORK-SERVICES-MIB, RFC 2788."
Packit Service 9ccfef
   ::= {mtaGroupEntry 24}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupName OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SnmpAdminString
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A descriptive name for the group. If this group connects to
Packit Service 9ccfef
      a single remote MTA this should be the name of that MTA. If
Packit Service 9ccfef
      this in turn is an Internet MTA this should be the domain
Packit Service 9ccfef
      name.  For an OSI MTA it should be the string encoded
Packit Service 9ccfef
      distinguished name of the managed object using the format
Packit Service 9ccfef
      defined in RFC 2253.  For X.400(1984) MTAs which do not
Packit Service 9ccfef
      have a Distinguished Name, the RFC 2156 syntax
Packit Service 9ccfef
      'mta in globalid' used in X400-Received: fields can be
Packit Service 9ccfef
      used."
Packit Service 9ccfef
   ::= {mtaGroupEntry 25}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupSuccessfulConvertedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages that have been successfully
Packit Service 9ccfef
      converted from one form to another in this group
Packit Service 9ccfef
      since group creation."
Packit Service 9ccfef
   ::= {mtaGroupEntry 26}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupFailedConvertedMessages OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The number of messages for which an unsuccessful
Packit Service 9ccfef
      attempt was made to convert them from one form to
Packit Service 9ccfef
      another in this group since group creation."
Packit Service 9ccfef
   ::= {mtaGroupEntry 27}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupDescription OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SnmpAdminString
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A description of the group's purpose.  This information is
Packit Service 9ccfef
      intended to identify the group in a status display."
Packit Service 9ccfef
   ::= {mtaGroupEntry 28}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupURL OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX URLString
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A URL pointing to a description of the group.  This
Packit Service 9ccfef
      information is intended to identify and briefly describe
Packit Service 9ccfef
      the group in a status display."
Packit Service 9ccfef
   ::= {mtaGroupEntry 29}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupCreationTime OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX TimeInterval
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Time since this group was first created."
Packit Service 9ccfef
   ::= {mtaGroupEntry 30}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupHierarchy OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX INTEGER (-2147483648..2147483647)
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Describes how this group fits into the hierarchy. A
Packit Service 9ccfef
      positive value is interpreted as an mtaGroupIndex
Packit Service 9ccfef
      value for some other group whose variables include
Packit Service 9ccfef
      those of this group (and usually others). A negative
Packit Service 9ccfef
      value is interpreted as a group collection code: Groups
Packit Service 9ccfef
      with common negative hierarchy values comprise one
Packit Service 9ccfef
      particular breakdown of MTA activity as a whole. A
Packit Service 9ccfef
      zero value means that this MIB implementation doesn't
Packit Service 9ccfef
      implement hierarchy indicators and thus the overall
Packit Service 9ccfef
      group hierarchy cannot be determined."
Packit Service 9ccfef
   ::= {mtaGroupEntry 31}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupOldestMessageId OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SnmpAdminString
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Message ID of the oldest message in the group's queue.
Packit Service 9ccfef
      Whenever possible this should be in the form of an
Packit Service 9ccfef
      RFC 822 msg-id; X.400 may convert X.400 message
Packit Service 9ccfef
      identifiers to this form by following the rules laid
Packit Service 9ccfef
      out in RFC2156."
Packit Service 9ccfef
   ::= {mtaGroupEntry 32}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupLoopsDetected OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A message loop is defined as a situation where the MTA
Packit Service 9ccfef
      decides that a given message will never be delivered to
Packit Service 9ccfef
      one or more recipients and instead will continue to
Packit Service 9ccfef
      loop endlessly through one or more MTAs.  This variable
Packit Service 9ccfef
      counts the number of times the MTA has detected such a
Packit Service 9ccfef
      situation in conjunction with something associated with
Packit Service 9ccfef
      this group since group creation.  Note that the
Packit Service 9ccfef
      mechanism MTAs use to detect loops (e.g., trace field
Packit Service 9ccfef
      counting, count of references to this MTA in a trace
Packit Service 9ccfef
      field, examination of DNS or other directory information,
Packit Service 9ccfef
      etc.), the level at which loops are detected (e.g., per
Packit Service 9ccfef
      message, per recipient, per directory entry, etc.), and
Packit Service 9ccfef
      the handling of a loop once it is detected (e.g., looping
Packit Service 9ccfef
      messages are held, looping messages are bounced or sent
Packit Service 9ccfef
      to the postmaster, messages that the MTA knows will loop
Packit Service 9ccfef
      won't be accepted, etc.) vary widely from one MTA to the
Packit Service 9ccfef
      next and cannot be inferred from this variable."
Packit Service 9ccfef
   ::= {mtaGroupEntry 33}
Packit Service 9ccfef
Packit Service 9ccfef
-- The mtaGroupAssociationTable provides a means of correlating
Packit Service 9ccfef
-- entries in the network services association table with the
Packit Service 9ccfef
-- MTA group responsible for the association.
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupAssociationTable OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SEQUENCE OF MtaGroupAssociationEntry
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The table holding information regarding the associations
Packit Service 9ccfef
      for each MTA group."
Packit Service 9ccfef
   ::= {mta 3}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupAssociationEntry OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX MtaGroupAssociationEntry
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The entry holding information regarding the associations
Packit Service 9ccfef
      for each MTA group."
Packit Service 9ccfef
   INDEX {applIndex, mtaGroupIndex, mtaGroupAssociationIndex}
Packit Service 9ccfef
   ::= {mtaGroupAssociationTable 1}
Packit Service 9ccfef
Packit Service 9ccfef
MtaGroupAssociationEntry ::= SEQUENCE {
Packit Service 9ccfef
   mtaGroupAssociationIndex
Packit Service 9ccfef
       INTEGER
Packit Service 9ccfef
}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupAssociationIndex OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX INTEGER (1..2147483647)
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Reference into association table to allow correlation of
Packit Service 9ccfef
      this group's active associations with the association table."
Packit Service 9ccfef
   ::= {mtaGroupAssociationEntry 1}
Packit Service 9ccfef
Packit Service 9ccfef
-- The mtaGroupErrorTable gives each group a way of tallying
Packit Service 9ccfef
-- the specific errors it has encountered.  The mechanism
Packit Service 9ccfef
-- defined here uses RFC 1893 status codes to identify
Packit Service 9ccfef
-- various specific errors.  There are also classes for generic
Packit Service 9ccfef
-- errors of various sorts, and the entire mechanism is also
Packit Service 9ccfef
-- extensible, in that new error codes can be defined at any
Packit Service 9ccfef
-- time.
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupErrorTable OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX SEQUENCE OF MtaGroupErrorEntry
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The table holding information regarding accumulated errors
Packit Service 9ccfef
      for each MTA group."
Packit Service 9ccfef
   ::= {mta 5}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupErrorEntry OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX MtaGroupErrorEntry
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The entry holding information regarding accumulated
Packit Service 9ccfef
      errors for each MTA group."
Packit Service 9ccfef
   INDEX {applIndex, mtaGroupIndex, mtaStatusCode}
Packit Service 9ccfef
   ::= {mtaGroupErrorTable 1}
Packit Service 9ccfef
Packit Service 9ccfef
MtaGroupErrorEntry ::= SEQUENCE {
Packit Service 9ccfef
   mtaStatusCode
Packit Service 9ccfef
       INTEGER,
Packit Service 9ccfef
   mtaGroupInboundErrorCount
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupInternalErrorCount
Packit Service 9ccfef
       Counter32,
Packit Service 9ccfef
   mtaGroupOutboundErrorCount
Packit Service 9ccfef
       Counter32
Packit Service 9ccfef
}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupInboundErrorCount OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Count of the number of errors of a given type that have
Packit Service 9ccfef
      been accumulated in association with a particular group
Packit Service 9ccfef
      while processing incoming messages. In the case of SMTP
Packit Service 9ccfef
      these will typically be errors reporting by an SMTP
Packit Service 9ccfef
      server to the remote client; in the case of X.400
Packit Service 9ccfef
      these will typically be errors encountered while
Packit Service 9ccfef
      processing an incoming message."
Packit Service 9ccfef
   ::= {mtaGroupErrorEntry 1}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupInternalErrorCount OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Count of the number of errors of a given type that have
Packit Service 9ccfef
      been accumulated in association with a particular group
Packit Service 9ccfef
      during internal MTA processing."
Packit Service 9ccfef
   ::= {mtaGroupErrorEntry 2}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroupOutboundErrorCount OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX Counter32
Packit Service 9ccfef
   MAX-ACCESS read-only
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "Count of the number of errors of a given type that have
Packit Service 9ccfef
      been accumulated in association with a particular group's
Packit Service 9ccfef
      outbound connection activities. In the case of an SMTP
Packit Service 9ccfef
      client these will typically be errors reported while
Packit Service 9ccfef
      attempting to contact or while communicating with the
Packit Service 9ccfef
      remote SMTP server. In the case of X.400 these will
Packit Service 9ccfef
      typically be errors encountered while constructing
Packit Service 9ccfef
      or attempting to deliver an outgoing message."
Packit Service 9ccfef
   ::= {mtaGroupErrorEntry 3}
Packit Service 9ccfef
Packit Service 9ccfef
mtaStatusCode OBJECT-TYPE
Packit Service 9ccfef
   SYNTAX INTEGER (4000000..5999999)
Packit Service 9ccfef
   MAX-ACCESS not-accessible
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "An index capable of representing an Enhanced Mail System
Packit Service 9ccfef
      Status Code.  Enhanced Mail System Status Codes are
Packit Service 9ccfef
      defined in RFC 1893.  These codes have the form
Packit Service 9ccfef
Packit Service 9ccfef
          class.subject.detail
Packit Service 9ccfef
Packit Service 9ccfef
      Here 'class' is either 2, 4, or 5 and both 'subject' and
Packit Service 9ccfef
      'detail'  are integers in the range 0..999. Given a status
Packit Service 9ccfef
      code the corresponding index value is defined to be
Packit Service 9ccfef
      ((class * 1000) + subject) * 1000 + detail.  Both SMTP
Packit Service 9ccfef
      error response codes and X.400 reason and diagnostic codes
Packit Service 9ccfef
      can be mapped into these codes, resulting in a namespace
Packit Service 9ccfef
      capable of describing most error conditions a mail system
Packit Service 9ccfef
      encounters in a generic yet detailed way."
Packit Service 9ccfef
   ::= {mtaGroupErrorEntry 4}
Packit Service 9ccfef
Packit Service 9ccfef
-- Conformance information
Packit Service 9ccfef
Packit Service 9ccfef
mtaConformance OBJECT IDENTIFIER ::= {mta 4}
Packit Service 9ccfef
Packit Service 9ccfef
mtaGroups      OBJECT IDENTIFIER ::= {mtaConformance 1}
Packit Service 9ccfef
mtaCompliances OBJECT IDENTIFIER ::= {mtaConformance 2}
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
-- Compliance statements
Packit Service 9ccfef
Packit Service 9ccfef
mtaCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 1566 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for basic
Packit Service 9ccfef
      monitoring of MTAs."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC1566Group}
Packit Service 9ccfef
   ::= {mtaCompliances 1}
Packit Service 9ccfef
Packit Service 9ccfef
mtaAssocCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 1566 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for monitoring
Packit Service 9ccfef
      of MTAs and their associations."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC1566Group, mtaRFC1566AssocGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 2}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249Compliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2249 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for basic
Packit Service 9ccfef
      monitoring of MTAs."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2249Group}
Packit Service 9ccfef
   ::= {mtaCompliances 5}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249AssocCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2249 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for monitoring of
Packit Service 9ccfef
      MTAs and their associations."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2249Group, mtaRFC2249AssocGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 6}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249ErrorCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2249 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for monitoring of
Packit Service 9ccfef
      MTAs and detailed errors."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2249Group, mtaRFC2249ErrorGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 7}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249FullCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2249 implementations
Packit Service 9ccfef
      which support the full Mail Monitoring MIB for
Packit Service 9ccfef
      monitoring of MTAs, associations, and detailed errors."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2249Group, mtaRFC2249AssocGroup,
Packit Service 9ccfef
                       mtaRFC2249ErrorGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 8}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789Compliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2789 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for basic
Packit Service 9ccfef
      monitoring of MTAs."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2789Group}
Packit Service 9ccfef
   ::= {mtaCompliances 9}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789AssocCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2789 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for monitoring of
Packit Service 9ccfef
      MTAs and their associations."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2789Group, mtaRFC2789AssocGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 10}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789ErrorCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2789 implementations
Packit Service 9ccfef
      which support the Mail Monitoring MIB for monitoring of
Packit Service 9ccfef
      MTAs and detailed errors."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2789Group, mtaRFC2789ErrorGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 11}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789FullCompliance MODULE-COMPLIANCE
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "The compliance statement for RFC 2789 implementations
Packit Service 9ccfef
      which support the full Mail Monitoring MIB for
Packit Service 9ccfef
      monitoring of MTAs, associations, and detailed errors."
Packit Service 9ccfef
   MODULE  -- this module
Packit Service 9ccfef
     MANDATORY-GROUPS {mtaRFC2789Group, mtaRFC2789AssocGroup,
Packit Service 9ccfef
                       mtaRFC2789ErrorGroup}
Packit Service 9ccfef
   ::= {mtaCompliances 12}
Packit Service 9ccfef
Packit Service 9ccfef
-- Units of conformance
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC1566Group OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaReceivedMessages, mtaStoredMessages,
Packit Service 9ccfef
     mtaTransmittedMessages, mtaReceivedVolume, mtaStoredVolume,
Packit Service 9ccfef
     mtaTransmittedVolume, mtaReceivedRecipients,
Packit Service 9ccfef
     mtaStoredRecipients, mtaTransmittedRecipients,
Packit Service 9ccfef
     mtaGroupReceivedMessages, mtaGroupRejectedMessages,
Packit Service 9ccfef
     mtaGroupStoredMessages, mtaGroupTransmittedMessages,
Packit Service 9ccfef
     mtaGroupReceivedVolume, mtaGroupStoredVolume,
Packit Service 9ccfef
     mtaGroupTransmittedVolume, mtaGroupReceivedRecipients,
Packit Service 9ccfef
     mtaGroupStoredRecipients, mtaGroupTransmittedRecipients,
Packit Service 9ccfef
     mtaGroupOldestMessageStored, mtaGroupInboundAssociations,
Packit Service 9ccfef
     mtaGroupOutboundAssociations,
Packit Service 9ccfef
     mtaGroupAccumulatedInboundAssociations,
Packit Service 9ccfef
     mtaGroupAccumulatedOutboundAssociations,
Packit Service 9ccfef
     mtaGroupLastInboundActivity, mtaGroupLastOutboundActivity,
Packit Service 9ccfef
     mtaGroupRejectedInboundAssociations,
Packit Service 9ccfef
     mtaGroupFailedOutboundAssociations,
Packit Service 9ccfef
     mtaGroupInboundRejectionReason,
Packit Service 9ccfef
     mtaGroupOutboundConnectFailureReason,
Packit Service 9ccfef
     mtaGroupScheduledRetry, mtaGroupMailProtocol, mtaGroupName}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing basic monitoring of MTAs.
Packit Service 9ccfef
      This is the original set of such objects defined in RFC
Packit Service 9ccfef
      1566."
Packit Service 9ccfef
   ::= {mtaGroups 10}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC1566AssocGroup OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaGroupAssociationIndex}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing monitoring of MTA
Packit Service 9ccfef
      associations.  This is the original set of such objects
Packit Service 9ccfef
      defined in RFC 1566."
Packit Service 9ccfef
   ::= {mtaGroups 11}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249Group OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaReceivedMessages, mtaStoredMessages,
Packit Service 9ccfef
     mtaTransmittedMessages, mtaReceivedVolume, mtaStoredVolume,
Packit Service 9ccfef
     mtaTransmittedVolume, mtaReceivedRecipients,
Packit Service 9ccfef
     mtaStoredRecipients, mtaTransmittedRecipients,
Packit Service 9ccfef
     mtaSuccessfulConvertedMessages, mtaFailedConvertedMessages,
Packit Service 9ccfef
     mtaGroupReceivedMessages, mtaGroupRejectedMessages,
Packit Service 9ccfef
     mtaGroupStoredMessages, mtaGroupTransmittedMessages,
Packit Service 9ccfef
     mtaGroupReceivedVolume, mtaGroupStoredVolume,
Packit Service 9ccfef
     mtaGroupTransmittedVolume, mtaGroupReceivedRecipients,
Packit Service 9ccfef
     mtaGroupStoredRecipients, mtaGroupTransmittedRecipients,
Packit Service 9ccfef
     mtaGroupOldestMessageStored, mtaGroupInboundAssociations,
Packit Service 9ccfef
     mtaGroupOutboundAssociations, mtaLoopsDetected,
Packit Service 9ccfef
     mtaGroupAccumulatedInboundAssociations,
Packit Service 9ccfef
     mtaGroupAccumulatedOutboundAssociations,
Packit Service 9ccfef
     mtaGroupLastInboundActivity, mtaGroupLastOutboundActivity,
Packit Service 9ccfef
     mtaGroupLastOutboundAssociationAttempt,
Packit Service 9ccfef
     mtaGroupRejectedInboundAssociations,
Packit Service 9ccfef
     mtaGroupFailedOutboundAssociations,
Packit Service 9ccfef
     mtaGroupInboundRejectionReason,
Packit Service 9ccfef
     mtaGroupOutboundConnectFailureReason,
Packit Service 9ccfef
     mtaGroupScheduledRetry, mtaGroupMailProtocol, mtaGroupName,
Packit Service 9ccfef
     mtaGroupSuccessfulConvertedMessages,
Packit Service 9ccfef
     mtaGroupFailedConvertedMessages, mtaGroupDescription,
Packit Service 9ccfef
     mtaGroupURL, mtaGroupCreationTime, mtaGroupHierarchy,
Packit Service 9ccfef
     mtaGroupOldestMessageId, mtaGroupLoopsDetected}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing basic monitoring of MTAs.
Packit Service 9ccfef
      This group was originally defined in RFC 2249."
Packit Service 9ccfef
   ::= {mtaGroups 4}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249AssocGroup OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaGroupAssociationIndex}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing monitoring of MTA
Packit Service 9ccfef
      associations.  This group was originally defined in RFC
Packit Service 9ccfef
      2249."
Packit Service 9ccfef
   ::= {mtaGroups 5}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2249ErrorGroup OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaGroupInboundErrorCount, mtaGroupInternalErrorCount,
Packit Service 9ccfef
     mtaGroupOutboundErrorCount}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing monitoring of
Packit Service 9ccfef
      detailed MTA errors.  This group was originally defined
Packit Service 9ccfef
      in RFC 2249."
Packit Service 9ccfef
   ::= {mtaGroups 6}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789Group OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaReceivedMessages, mtaStoredMessages,
Packit Service 9ccfef
     mtaTransmittedMessages, mtaReceivedVolume, mtaStoredVolume,
Packit Service 9ccfef
     mtaTransmittedVolume, mtaReceivedRecipients,
Packit Service 9ccfef
     mtaStoredRecipients, mtaTransmittedRecipients,
Packit Service 9ccfef
     mtaSuccessfulConvertedMessages, mtaFailedConvertedMessages,
Packit Service 9ccfef
     mtaGroupReceivedMessages, mtaGroupRejectedMessages,
Packit Service 9ccfef
     mtaGroupStoredMessages, mtaGroupTransmittedMessages,
Packit Service 9ccfef
     mtaGroupReceivedVolume, mtaGroupStoredVolume,
Packit Service 9ccfef
     mtaGroupTransmittedVolume, mtaGroupReceivedRecipients,
Packit Service 9ccfef
     mtaGroupStoredRecipients, mtaGroupTransmittedRecipients,
Packit Service 9ccfef
     mtaGroupOldestMessageStored, mtaGroupInboundAssociations,
Packit Service 9ccfef
     mtaGroupOutboundAssociations, mtaLoopsDetected,
Packit Service 9ccfef
     mtaGroupAccumulatedInboundAssociations,
Packit Service 9ccfef
     mtaGroupAccumulatedOutboundAssociations,
Packit Service 9ccfef
     mtaGroupLastInboundActivity, mtaGroupLastOutboundActivity,
Packit Service 9ccfef
     mtaGroupLastOutboundAssociationAttempt,
Packit Service 9ccfef
     mtaGroupRejectedInboundAssociations,
Packit Service 9ccfef
     mtaGroupFailedOutboundAssociations,
Packit Service 9ccfef
     mtaGroupInboundRejectionReason,
Packit Service 9ccfef
     mtaGroupOutboundConnectFailureReason,
Packit Service 9ccfef
     mtaGroupScheduledRetry, mtaGroupMailProtocol, mtaGroupName,
Packit Service 9ccfef
     mtaGroupSuccessfulConvertedMessages,
Packit Service 9ccfef
     mtaGroupFailedConvertedMessages, mtaGroupDescription,
Packit Service 9ccfef
     mtaGroupURL, mtaGroupCreationTime, mtaGroupHierarchy,
Packit Service 9ccfef
     mtaGroupOldestMessageId, mtaGroupLoopsDetected}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing basic monitoring of MTAs.
Packit Service 9ccfef
      This is the appropriate group for RFC 2789."
Packit Service 9ccfef
   ::= {mtaGroups 7}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789AssocGroup OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaGroupAssociationIndex}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing monitoring of MTA
Packit Service 9ccfef
      associations.  This is the appropriate group for RFC
Packit Service 9ccfef
      2789 association monitoring."
Packit Service 9ccfef
   ::= {mtaGroups 8}
Packit Service 9ccfef
Packit Service 9ccfef
mtaRFC2789ErrorGroup OBJECT-GROUP
Packit Service 9ccfef
   OBJECTS {
Packit Service 9ccfef
     mtaGroupInboundErrorCount, mtaGroupInternalErrorCount,
Packit Service 9ccfef
     mtaGroupOutboundErrorCount}
Packit Service 9ccfef
   STATUS current
Packit Service 9ccfef
   DESCRIPTION
Packit Service 9ccfef
     "A collection of objects providing monitoring of
Packit Service 9ccfef
      detailed MTA errors.  This is the appropriate group
Packit Service 9ccfef
      for RFC 2789 error monitoring."
Packit Service 9ccfef
   ::= {mtaGroups 9}
Packit Service 9ccfef
Packit Service 9ccfef
END