EMAIL-MIB

File: EMAIL-MIB.mib (3207 bytes)

Imported modules

BSDUNIX-MIB RFC1213-MIB RFC1155-SMI

Imported symbols

unix DisplayString OBJECT-TYPE
NetworkAddress Counter internet
enterprises

Defined Types

EMailDelivery  
SEQUENCE    
  eMailIndex INTEGER
  eMailIdentifier DisplayString
  eMailSender DisplayString
  eMailReceiver DisplayString
  eMailChannel DisplayString
  eMailStatus INTEGER
  eMailSize INTEGER
  eMailPriority INTEGER

Defined Values

unix 1.3.6.1.4.1.4
OBJECT IDENTIFIER    

email 1.3.6.1.4.1.4.51
OBJECT IDENTIFIER    

eMailDeliveries 1.3.6.1.4.1.4.51.1
The number of deliveries or attempted deliveries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eMailErrors 1.3.6.1.4.1.4.51.2
The number delivery attempts with errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

eMailCacheSize 1.3.6.1.4.1.4.51.3
The number of valid entrys in the cache. The coresponding indicies will be 0..N, where N equals the cache size - 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eMailCache 1.3.6.1.4.1.4.51.4
A cache, of the 'eMailCacheSize' most recent e-mail deliveries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EMailDelivery

eMailDelivery 1.3.6.1.4.1.4.51.4.1
An entry in the eMail delivery cache.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EMailDelivery  

eMailIndex 1.3.6.1.4.1.4.51.4.1.1
A unique index for this message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eMailIdentifier 1.3.6.1.4.1.4.51.4.1.2
The message identifier of the form AA99999.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eMailSender 1.3.6.1.4.1.4.51.4.1.3
The message sender as listed in the message header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eMailReceiver 1.3.6.1.4.1.4.51.4.1.4
The message receiver as listed in the message header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eMailChannel 1.3.6.1.4.1.4.51.4.1.5
The sending entity (not the person sending the message).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

eMailStatus 1.3.6.1.4.1.4.51.4.1.6
The status of this transaction.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), success(2), unreachable(3), resourceLimitation(4), syntaxError(5), internalError(6), systemError(7), hostnameError(8), tempError(9)  

eMailSize 1.3.6.1.4.1.4.51.4.1.7
The size, in octects, of the message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eMailPriority 1.3.6.1.4.1.4.51.4.1.8
The priority of the message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER