Specifies the number of email messages received by the specified email address to be displayed in the relevant queue. The range is from 25 to 10,000 emails. The default value is 25 emails.
For details about the output fields, see show email-analysis message-queue. For details about how to view the messages in the email queue, see the "Message Tracking" chapter of the Email Security — Server User Guide.
Syntax
show email-analysis message-queue receiver-email <email_address> max-num <number> queue {incoming | hold | active | deferred | bounced | maildrop}
Parameters
<email_address>
Email address of the recipient.
max-num <number>
The maximum number of email messages to display in the output.
incoming
The maximum number of email messages displayed in the incoming queue. New incoming emails entering the message transfer agent (MTA) are initially placed in the incoming queue. A high count in the incoming queue indicates that the active queue is filled to capacity.
hold
The maximum number of email messages displayed in the hold queue. Emails are moved to the hold queue while they are being scanned by the Email Security — Server appliance.
active
The maximum number of email messages displayed in the active queue. Emails from the incoming queue are moved to the active queue to be forwarded to multiple MTA hosts.
deferred
The maximum number of email messages displayed in the deferred queue. Emails are moved to the deferred queue if they cannot be delivered to the next-hop destination IP address.
bounced
The maximum number of email messages displayed in the bounced queue. Emails are only moved to the bounced queue if the deferred queue timer has expired and soft bounce is enabled.
maildrop
The maximum number of email messages displayed in the marildrop queue. Emails are moved to the maildrop queue when they are ready to be sent to the next-hop destination IP address.
Examples
The following example displays a maximum of 50 email messages received by the specified email address in the incoming queue.
hostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 50 queue incominghostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 50 queue incoming
The following example displays a maximum of 50 email messages received by the specified email address in the hold queue.
hostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 50 queue hold
The following example displays a maximum of 28 email messages received by the specified email address in the active queue.
hostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 28 queue active
The following example displays a maximum of 18 email messages received by the specified email address in the deferred queue.
hostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 18 queue deferred
The following example displays a maximum of 20 email messages received by the specified email address in the bounced queue.
hostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 20 queue bounced
The following example displays a maximum of 20 email messages received by the specified email address in the maildrop queue.
hostname # show email-analysis message-queue receiver-email somebody@fireeye.com max-num 20 queue maildrop
User role
Admin, Operator, Monitor, or Analyst
Command mode
Enable
Supported appliances
This command is supported on the following appliances running the specified releases or later:
Email Security — Server: Release 7.6.0. The
maildropparameter was introduced in Release 9.0.0.