Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

378 lines
21 KiB

  1. ;//-- for lodctr.exe ----------------------------------------------------------
  2. ;// IMPORTANT: in order for this file to be localizeable by espresso
  3. ;// the first comment line must contain the text 'lodctr.exe' (as above)
  4. ;//----------------------------------------------------------------------------
  5. [info]
  6. drivername=SmtpSvc
  7. symbolfile=smtpctrs.h
  8. [languages]
  9. 009=English
  10. [text]
  11. SMTP_COUNTER_OBJECT_009_NAME=SMTP Server
  12. SMTP_COUNTER_OBJECT_009_HELP=The counters specific to the SMTP Server.
  13. SMTP_BYTES_SENT_TTL_COUNTER_009_NAME=Bytes Sent Total
  14. SMTP_BYTES_SENT_TTL_COUNTER_009_HELP=The total number of bytes sent.
  15. SMTP_BYTES_SENT_PER_SEC_COUNTER_009_NAME=Bytes Sent/sec
  16. SMTP_BYTES_SENT_PER_SEC_COUNTER_009_HELP=The rate that bytes are sent.
  17. SMTP_BYTES_RCVD_TTL_COUNTER_009_NAME=Bytes Received Total
  18. SMTP_BYTES_RCVD_TTL_COUNTER_009_HELP=The total number of bytes received.
  19. SMTP_BYTES_RCVD_PER_SEC_COUNTER_009_NAME=Bytes Received/sec
  20. SMTP_BYTES_RCVD_PER_SEC_COUNTER_009_HELP=The rate that bytes are received.
  21. SMTP_BYTES_TTL_COUNTER_009_NAME=Bytes Total
  22. SMTP_BYTES_TTL_COUNTER_009_HELP=The total number of bytes sent and received.
  23. SMTP_BYTES_TTL_PER_SEC_COUNTER_009_NAME=Bytes Total/sec
  24. SMTP_BYTES_TTL_PER_SEC_COUNTER_009_HELP=The rate that bytes are sent and received.
  25. SMTP_BYTES_SENT_MSG_COUNTER_009_NAME=Message Bytes Sent Total
  26. SMTP_BYTES_SENT_MSG_COUNTER_009_HELP=The total number of bytes sent in messages.
  27. SMTP_BYTES_SENT_MSG_PER_SEC_COUNTER_009_NAME=Message Bytes Sent/sec
  28. SMTP_BYTES_SENT_MSG_PER_SEC_COUNTER_009_HELP=The rate that bytes are sent in messages.
  29. SMTP_BYTES_RCVD_MSG_COUNTER_009_NAME=Message Bytes Received Total
  30. SMTP_BYTES_RCVD_MSG_COUNTER_009_HELP=The total number of bytes received in messages.
  31. SMTP_BYTES_RCVD_MSG_PER_SEC_COUNTER_009_NAME=Message Bytes Received/sec
  32. SMTP_BYTES_RCVD_MSG_PER_SEC_COUNTER_009_HELP=The rate that bytes are received in messages.
  33. SMTP_BYTES_MSG_COUNTER_009_NAME=Message Bytes Total
  34. SMTP_BYTES_MSG_COUNTER_009_HELP=The total number of bytes sent and received in messages.
  35. SMTP_BYTES_MSG_PER_SEC_COUNTER_009_NAME=Message Bytes Total/sec
  36. SMTP_BYTES_MSG_PER_SEC_COUNTER_009_HELP=The rate that bytes are sent and received in messages.
  37. SMTP_MSG_RCVD_TTL_COUNTER_009_NAME=Messages Received Total
  38. SMTP_MSG_RCVD_TTL_COUNTER_009_HELP=The total number of inbound messages accepted.
  39. SMTP_MSG_RCVD_PER_SEC_COUNTER_009_NAME=Messages Received/sec
  40. SMTP_MSG_RCVD_PER_SEC_COUNTER_009_HELP=The rate that inbound messages are being received.
  41. SMTP_AVG_RCPTS_PER_MSG_RCVD_COUNTER_009_NAME=Avg Recipients/msg Received
  42. SMTP_AVG_RCPTS_PER_MSG_RCVD_COUNTER_009_HELP=The average number of recipients per inbound message received.
  43. SMTP_BASE_AVG_RCPTS_PER_MSG_RCVD_COUNTER_009_NAME=Base Avg Recipients/msg Received
  44. SMTP_BASE_AVG_RCPTS_PER_MSG_RCVD_COUNTER_009_HELP=Base Avg Recipients/msg Received (SHOULD BE HIDDEN)
  45. SMTP_PCT_LCL_RCPTS_PER_MSG_RCVD_COUNTER_009_NAME=% Recipients Local
  46. SMTP_PCT_LCL_RCPTS_PER_MSG_RCVD_COUNTER_009_HELP=The percentage of recipients that will be delivered locally.
  47. SMTP_BASE_PCT_LCL_RCPTS_PER_MSG_RCVD_COUNTER_009_NAME=Base % Recipients Local
  48. SMTP_BASE_PCT_LCL_RCPTS_PER_MSG_RCVD_COUNTER_009_HELP=Base % Recipients Local (SHOULD BE HIDDEN)
  49. SMTP_PCT_RMT_RCPTS_PER_MSG_RCVD_COUNTER_009_NAME=% Recipients Remote
  50. SMTP_PCT_RMT_RCPTS_PER_MSG_RCVD_COUNTER_009_HELP=Thepercentage of recipients that will be delivered remotely.
  51. SMTP_BASE_PCT_RMT_RCPTS_PER_MSG_RCVD_COUNTER_009_NAME=Base % Recipients Remote
  52. SMTP_BASE_PCT_RMT_RCPTS_PER_MSG_RCVD_COUNTER_009_HELP=Base % Recipients Remote (SHOULD BE HIDDEN)
  53. SMTP_MSG_RCVD_REFUSED_SIZE_COUNTER_009_NAME=Messages Refused for Size
  54. SMTP_MSG_RCVD_REFUSED_SIZE_COUNTER_009_HELP=The total number of messages rejected because they were too big.
  55. SMTP_MSG_RCVD_REFUSED_CADDR_COUNTER_009_NAME=Messages Refused for Address Objects
  56. SMTP_MSG_RCVD_REFUSED_CADDR_COUNTER_009_HELP=The total number of messages refused due to no address objects.
  57. SMTP_MSG_RCVD_REFUSED_MAIL_COUNTER_009_NAME=Messages Refused for Mail Objects
  58. SMTP_MSG_RCVD_REFUSED_MAIL_COUNTER_009_HELP=The total number of messages refused due to no mail objects.
  59. SMTP_MSG_DLVR_TTL_COUNTER_009_NAME=Messages Delivered Total
  60. SMTP_MSG_DLVR_TTL_COUNTER_009_HELP=The total number of messages delivered to local mailboxes.
  61. SMTP_MSG_DLVR_PER_SEC_COUNTER_009_NAME=Messages Delivered/sec
  62. SMTP_MSG_DLVR_PER_SEC_COUNTER_009_HELP=The rate that messages are delivered to local mailboxes.
  63. SMTP_MSG_DLVR_RETRIES_TTL_COUNTER_009_NAME=Message Delivery Retries
  64. SMTP_MSG_DLVR_RETRIES_TTL_COUNTER_009_HELP=The total number of local deliveries that were retried.
  65. SMTP_AVG_RETRIES_PER_MSG_DLVR_COUNTER_009_NAME=Avg Retries/msg Delivered
  66. SMTP_AVG_RETRIES_PER_MSG_DLVR_COUNTER_009_HELP=The average number of retries per local delivery.
  67. SMTP_BASE_AVG_RETRIES_PER_MSG_DLVR_COUNTER_009_NAME=Base Avg Retries/msg Delivered
  68. SMTP_BASE_AVG_RETRIES_PER_MSG_DLVR_COUNTER_009_HELP=Base Avg Retries/msg Delivered (SHOULD BE HIDDEN)
  69. SMTP_MSG_FWD_TTL_COUNTER_009_NAME=Pickup Directory Messages Retrieved Total
  70. SMTP_MSG_FWD_TTL_COUNTER_009_HELP=The total number of messages retrieved from the mail pick-up directory.
  71. SMTP_MSG_FWD_PER_SEC_COUNTER_009_NAME=Pickup Directory Messages Retrieved/sec
  72. SMTP_MSG_FWD_PER_SEC_COUNTER_009_HELP=The rate that messages are being retrieved from the mail pick-up directory.
  73. SMTP_NDR_GENERATED_COUNTER_009_NAME=NDRs Generated
  74. SMTP_NDR_GENERATED_COUNTER_009_HELP=The number of non-delivery reports that have been generated.
  75. SMTP_LOCALQ_LENGTH_COUNTER_009_NAME=Local Queue Length
  76. SMTP_LOCALQ_LENGTH_COUNTER_009_HELP=The number of messages in the local queue.
  77. SMTP_RETRYQ_LENGTH_COUNTER_009_NAME=Local Retry Queue Length
  78. SMTP_RETRYQ_LENGTH_COUNTER_009_HELP=The number of messages in the local retry queue.
  79. SMTP_NUM_MAILFILE_HANDLES_COUNTER_009_NAME=Number of MailFiles Open
  80. SMTP_NUM_MAILFILE_HANDLES_COUNTER_009_HELP=Number of handles to open mail files.
  81. SMTP_NUM_QUEUEFILE_HANDLES_COUNTER_009_NAME=Number of QueueFiles Open
  82. SMTP_NUM_QUEUEFILE_HANDLES_COUNTER_009_HELP=Number of handles to open queue files.
  83. SMTP_CATQ_LENGTH_COUNTER_009_NAME=Categorizer Queue Length
  84. SMTP_CATQ_LENGTH_COUNTER_009_HELP=The number of messages in the categorizer queue.
  85. SMTP_MSG_SENT_TTL_COUNTER_009_NAME=Messages Sent Total
  86. SMTP_MSG_SENT_TTL_COUNTER_009_HELP=The total number of outbound messages sent.
  87. SMTP_MSG_SENT_PER_SEC_COUNTER_009_NAME=Messages Sent/sec
  88. SMTP_MSG_SENT_PER_SEC_COUNTER_009_HELP=The rate that outbound messages are being sent.
  89. SMTP_MSG_SEND_RETRIES_TTL_COUNTER_009_NAME=Message Send Retries
  90. SMTP_MSG_SEND_RETRIES_TTL_COUNTER_009_HELP=The total number of outbound message sends that were retried.
  91. SMTP_AVG_RETRIES_PER_MSG_SEND_COUNTER_009_NAME=Avg Retries/msg Sent
  92. SMTP_AVG_RETRIES_PER_MSG_SEND_COUNTER_009_HELP=The average number of retries per outbound message sent.
  93. SMTP_BASE_AVG_RETRIES_PER_MSG_SEND_COUNTER_009_NAME=Base Avg Retries/msg Sent
  94. SMTP_BASE_AVG_RETRIES_PER_MSG_SEND_COUNTER_009_HELP=Base Avg Retries/msg Sent (SHOULD BE HIDDEN)
  95. SMTP_AVG_RCPTS_PER_MSG_SENT_COUNTER_009_NAME=Avg Recipients/msg Sent
  96. SMTP_AVG_RCPTS_PER_MSG_SENT_COUNTER_009_HELP=The average number of recipients per outbound messages sent.
  97. SMTP_BASE_AVG_RCPTS_PER_MSG_SENT_COUNTER_009_NAME=Base Avg Recipients/msg Sent
  98. SMTP_BASE_AVG_RCPTS_PER_MSG_SENT_COUNTER_009_HELP=Base Avg Recipients/msg Sent (SHOULD BE HIDDEN)
  99. SMTP_REMOTEQ_LENGTH_COUNTER_009_NAME=Remote Queue Length
  100. SMTP_REMOTEQ_LENGTH_COUNTER_009_HELP=The number of messages in the remote queue.
  101. SMTP_DNS_QUERIES_TTL_COUNTER_009_NAME=DNS Queries Total
  102. SMTP_DNS_QUERIES_TTL_COUNTER_009_HELP=The total number of DNS lookups.
  103. SMTP_DNS_QUERIES_PER_SEC_COUNTER_009_NAME=DNS Queries/sec
  104. SMTP_DNS_QUERIES_PER_SEC_COUNTER_009_HELP=The rate of DNS lookups.
  105. SMTP_REMOTE_RETRY_QUEUE_LENGTH_COUNTER_009_NAME=Remote Retry Queue Length
  106. SMTP_REMOTE_RETRY_QUEUE_LENGTH_COUNTER_009_HELP=The number of messages in the retry queue for remote delivery.
  107. SMTP_CONN_IN_TTL_COUNTER_009_NAME=Inbound Connections Total
  108. SMTP_CONN_IN_TTL_COUNTER_009_HELP=The total number of inbound connections received.
  109. SMTP_CONN_IN_CURR_COUNTER_009_NAME=Inbound Connections Current
  110. SMTP_CONN_IN_CURR_COUNTER_009_HELP=The total number of connections currently inbound.
  111. SMTP_CONN_OUT_TTL_COUNTER_009_NAME=Outbound Connections Total
  112. SMTP_CONN_OUT_TTL_COUNTER_009_HELP=The total number of outbound connections attempted.
  113. SMTP_CONN_OUT_CURR_COUNTER_009_NAME=Outbound Connections Current
  114. SMTP_CONN_OUT_CURR_COUNTER_009_HELP=The number of connections currently outbound.
  115. SMTP_CONN_OUT_REFUSED_COUNTER_009_NAME=Outbound Connections Refused
  116. SMTP_CONN_OUT_REFUSED_COUNTER_009_HELP=The number of outbound connection attempts refused by remote sites.
  117. SMTP_ERR_TTL_COUNTER_009_NAME=Total Connection Errors
  118. SMTP_ERR_TTL_COUNTER_009_HELP=The total number of connection errors.
  119. SMTP_ERR_PER_SEC_COUNTER_009_NAME=Connection Errors/sec
  120. SMTP_ERR_PER_SEC_COUNTER_009_HELP=The number of connection errors per second.
  121. SMTP_DIR_DROPS_TTL_COUNTER_009_NAME=Directory Drops Total
  122. SMTP_DIR_DROPS_TTL_COUNTER_009_HELP=The total number of messages placed in a drop directory.
  123. SMTP_DIR_DROPS_PER_SEC_COUNTER_009_NAME=Directory Drops/sec
  124. SMTP_DIR_DROPS_PER_SEC_COUNTER_009_HELP=The number of messages placed in a drop directory per second.
  125. SMTP_RT_LOOKUPS_TTL_COUNTER_009_NAME=Routing Table Lookups Total
  126. SMTP_RT_LOOKUPS_TTL_COUNTER_009_HELP=The total number of routing table lookups.
  127. SMTP_RT_LOOKUPS_PER_SEC_COUNTER_009_NAME=Routing Table Lookups/sec
  128. SMTP_RT_LOOKUPS_PER_SEC_COUNTER_009_HELP=The number of routing table lookups per second.
  129. SMTP_ETRN_MSGS_TTL_COUNTER_009_NAME=ETRN Messages Total
  130. SMTP_ETRN_MSGS_TTL_COUNTER_009_HELP=The total number of ETRN messages received by the server.
  131. SMTP_ETRN_MSGS_PER_SEC_COUNTER_009_NAME=ETRN Messages/sec
  132. SMTP_ETRN_MSGS_PER_SEC_COUNTER_009_HELP=The number of ETRN messages per second.
  133. SMTP_MSG_BADMAIL_NO_RECIPIENTS_COUNTER_009_NAME=Badmailed Messages (No Recipients)
  134. SMTP_MSG_BADMAIL_NO_RECIPIENTS_COUNTER_009_HELP=The number of messages sent to badmail because they had no recipients.
  135. SMTP_MSG_BADMAIL_HOP_COUNT_EXCEEDED_COUNTER_009_NAME=Badmailed Messages (Hop Count Exceeded)
  136. SMTP_MSG_BADMAIL_HOP_COUNT_EXCEEDED_COUNTER_009_HELP=The number of messages sent to badmil becuase they had exceeded the maximum hop count.
  137. SMTP_MSG_BADMAIL_FAILURE_GENERAL_COUNTER_009_NAME=Badmailed Messages (General Failure)
  138. SMTP_MSG_BADMAIL_FAILURE_GENERAL_COUNTER_009_HELP=The number of messages sent to badmail for reasons not associated with a specific counter.
  139. SMTP_MSG_BADMAIL_BAD_PICKUP_FILE_COUNTER_009_NAME=Badmailed Messages (Bad Pickup File)
  140. SMTP_MSG_BADMAIL_BAD_PICKUP_FILE_COUNTER_009_HELP=The number of malformed pickup messages sent to badmail.
  141. SMTP_MSG_BADMAIL_EVENT_COUNTER_009_NAME=Badmailed Messages (Triggered via Event)
  142. SMTP_MSG_BADMAIL_EVENT_COUNTER_009_HELP=The number of messages sent to badmail at the request of a server event sink.
  143. SMTP_MSG_BADMAIL_NDR_OF_DSN_COUNTER_009_NAME=Badmailed Messages (NDR of DSN)
  144. SMTP_MSG_BADMAIL_NDR_OF_DSN_COUNTER_009_HELP=The number of Delivery Status Notifications sent to badmail becuase they could not be delivered.
  145. SMTP_MSG_PENDING_ROUTING_COUNTER_009_NAME=Messages Pending Routing
  146. SMTP_MSG_PENDING_ROUTING_COUNTER_009_HELP=The number of messages that have been categorized but not routed.
  147. SMTP_MSG_PENDING_UNREACHABLE_LINK_COUNTER_009_NAME=Messages Currently Undeliverable
  148. SMTP_MSG_PENDING_UNREACHABLE_LINK_COUNTER_009_HELP=The number of messages that have been reported as currently undeliverable by routing.
  149. SMTP_SUBMITTED_MESSAGES_COUNTER_009_NAME=Total messages submitted
  150. SMTP_SUBMITTED_MESSAGES_COUNTER_009_HELP=The total messages submitted to queuing for delivery.
  151. SMTP_DSN_FAILURES_COUNTER_009_NAME=Total DSN Failures
  152. SMTP_DSN_FAILURES_COUNTER_009_HELP=The total number of failed DSN generation attempts.
  153. SMTP_MSG_IN_LOCAL_DELIVERY_COUNTER_009_NAME=Current Messages in Local Delivery
  154. SMTP_MSG_IN_LOCAL_DELIVERY_COUNTER_009_HELP=The number of messages that are currently being processed by a server event sink for local delivery.
  155. SMTP_CAT_SUBMISSIONS_COUNTER_009_NAME=Cat: Messages submitted
  156. SMTP_CAT_SUBMISSIONS_COUNTER_009_HELP=The total number of messages submitted to the categorizer.
  157. SMTP_CAT_SUBMISSIONS_PER_SEC_COUNTER_009_NAME=Cat: Messages submitted/sec
  158. SMTP_CAT_SUBMISSIONS_PER_SEC_COUNTER_009_HELP=The rate that messages are being submitted to the categorizer.
  159. SMTP_CAT_COMPLETIONS_COUNTER_009_NAME=Cat: Categorizations completed
  160. SMTP_CAT_COMPLETIONS_COUNTER_009_HELP=The total number of messages submitted to categorizer that have finished categorization.
  161. SMTP_CAT_COMPLETIONS_PER_SEC_COUNTER_009_NAME=Cat: Categorizations completed/sec
  162. SMTP_CAT_COMPLETIONS_PER_SEC_COUNTER_009_HELP=The rate of categorizations completed.
  163. SMTP_CAT_CURRENT_CATEGORIZATIONS_COUNTER_009_NAME=Cat: Categorizations in progress
  164. SMTP_CAT_CURRENT_CATEGORIZATIONS_COUNTER_009_HELP=The number of categorizations in progress.
  165. SMTP_CAT_SUCCEEDED_CATEGORIZATIONS_COUNTER_009_NAME=Cat: Categorizations completed successfully
  166. SMTP_CAT_SUCCEEDED_CATEGORIZATIONS_COUNTER_009_HELP=The number of categorizations that completed without any errors.
  167. SMTP_CAT_HARD_FAILURES_COUNTER_009_NAME=Cat: Categorizations failed (non-retryable error)
  168. SMTP_CAT_HARD_FAILURES_COUNTER_009_HELP=The number of categorizations that failed with a hard error (not retryable).
  169. SMTP_CAT_RETRY_FAILURES_COUNTER_009_NAME=Cat: Categorizations failed (retryable error)
  170. SMTP_CAT_RETRY_FAILURES_COUNTER_009_HELP=The number of categorizations that failed with a retryable error.
  171. SMTP_CAT_RETRY_OUTOFMEMORY_COUNTER_009_NAME=Cat: Categorizations failed (Out Of Memory)
  172. SMTP_CAT_RETRY_OUTOFMEMORY_COUNTER_009_HELP=The number of categorizations that failed due to lack of available memory.
  173. SMTP_CAT_RETRY_DSLOGON_COUNTER_009_NAME=Cat: Categorizations failed (DS logon failure)
  174. SMTP_CAT_RETRY_DSLOGON_COUNTER_009_HELP=The number of categorizations that failed due to a DS logon failure
  175. SMTP_CAT_RETRY_DSCONNECTION_COUNTER_009_NAME=Cat: Categorizations failed (DS connection failure)
  176. SMTP_CAT_RETRY_DSCONNECTION_COUNTER_009_HELP=The number of categorizations that failed due to a DS connection failure
  177. SMTP_CAT_RETRY_GENERIC_COUNTER_009_NAME=Cat: Categorizations failed (sink retryable error)
  178. SMTP_CAT_RETRY_GENERIC_COUNTER_009_HELP=The number of categorizations that failed with a generic retryable error
  179. SMTP_CAT_MSGS_OUT_COUNTER_009_NAME=Cat: Messages Categorized
  180. SMTP_CAT_MSGS_OUT_COUNTER_009_HELP=The number of messages categorizer has submitted to queueing.
  181. SMTP_CAT_MSGS_CREATED_COUNTER_009_NAME=Cat: Messages bifurcated
  182. SMTP_CAT_MSGS_CREATED_COUNTER_009_HELP=The number of new messages created by the categorizer (bifurcation).
  183. SMTP_CAT_MSGS_ABORTED_COUNTER_009_NAME=Cat: Messages aborted
  184. SMTP_CAT_MSGS_ABORTED_COUNTER_009_HELP=The number of messages marked to be aborted by the categorizer.
  185. SMTP_CAT_RECIPS_PRECAT_COUNTER_009_NAME=Cat: Recipients before categorization
  186. SMTP_CAT_RECIPS_PRECAT_COUNTER_009_HELP=The number of mailmsg recipients submitted to categorizer.
  187. SMTP_CAT_RECIPS_POSTCAT_COUNTER_009_NAME=Cat: Recipients after categorization
  188. SMTP_CAT_RECIPS_POSTCAT_COUNTER_009_HELP=The number of mailmsg recipients submitted from categorizer to queueing.
  189. SMTP_CAT_RECIPS_NDRD_COUNTER_009_NAME=Cat: Recipients NDRd by categorizer
  190. SMTP_CAT_RECIPS_NDRD_COUNTER_009_HELP=The number of recipients set to be NDRd by the categorizer.
  191. SMTP_CAT_RECIPS_UNRESOLVED_COUNTER_009_NAME=Cat: Recipients NDRd (unresolved)
  192. SMTP_CAT_RECIPS_UNRESOLVED_COUNTER_009_HELP=The number of unresolved recipients (local addresses not found).
  193. SMTP_CAT_RECIPS_AMBIGUOUS_COUNTER_009_NAME=Cat: Recipients NDRd (ambiguous address)
  194. SMTP_CAT_RECIPS_AMBIGUOUS_COUNTER_009_HELP=The number of recipients with addresses that match multiple DS objects.
  195. SMTP_CAT_RECIPS_ILLEGAL_COUNTER_009_NAME=Cat: Recipients NDRd (illegal address)
  196. SMTP_CAT_RECIPS_ILLEGAL_COUNTER_009_HELP=The number of recipients with illegal addresses detected by the categorizer.
  197. SMTP_CAT_RECIPS_LOOP_COUNTER_009_NAME=Cat: Recipients NDRd (forwarding loop)
  198. SMTP_CAT_RECIPS_LOOP_COUNTER_009_HELP=The number of recipients NDRd by the categorizer due to a forwarding loop detection.
  199. SMTP_CAT_RECIPS_GENERICFAILURE_COUNTER_009_NAME=Cat: Recipients NDRd (sink recip errors)
  200. SMTP_CAT_RECIPS_GENERICFAILURE_COUNTER_009_HELP=The number of recipients NDRd by the categorizer due to a generic recipient failure.
  201. SMTP_CAT_RECIPS_INMEMORY_COUNTER_009_NAME=Cat: Recipients in categorization
  202. SMTP_CAT_RECIPS_INMEMORY_COUNTER_009_HELP=The number of recipients the categorizer is currently processing.
  203. SMTP_CAT_SENDERS_UNRESOLVED_COUNTER_009_NAME=Cat: Senders unresolved
  204. SMTP_CAT_SENDERS_UNRESOLVED_COUNTER_009_HELP=The number of senders not found in the DS.
  205. SMTP_CAT_SENDERS_AMBIGUOUS_COUNTER_009_NAME=Cat: Senders with ambiguous addresses
  206. SMTP_CAT_SENDERS_AMBIGUOUS_COUNTER_009_HELP=The number of senders with addresses that match multiple DS objects.
  207. SMTP_CAT_ADDRESS_LOOKUPS_COUNTER_009_NAME=Cat: Address lookups
  208. SMTP_CAT_ADDRESS_LOOKUPS_COUNTER_009_HELP=The number of DS lookups for individual addresses
  209. SMTP_CAT_ADDRESS_LOOKUPS_PER_SEC_COUNTER_009_NAME=Cat: Address lookups/sec
  210. SMTP_CAT_ADDRESS_LOOKUPS_PER_SEC_COUNTER_009_HELP=The number of address lookups dispatched to the DS per second
  211. SMTP_CAT_ADDRESS_LOOKUP_COMPLETIONS_COUNTER_009_NAME=Cat: Address lookup completions
  212. SMTP_CAT_ADDRESS_LOOKUP_COMPLETIONS_COUNTER_009_HELP=The number of address lookup completions processed
  213. SMTP_CAT_ADDRESS_LOOKUP_COMPLETIONS_PER_SEC_COUNTER_009_NAME=Cat: Address lookup completions/sec
  214. SMTP_CAT_ADDRESS_LOOKUP_COMPLETIONS_PER_SEC_COUNTER_009_HELP=The number of address lookup completions processed per second
  215. SMTP_CAT_ADDRESS_LOOKUPS_NOT_FOUND_COUNTER_009_NAME=Cat: Address lookups not found
  216. SMTP_CAT_ADDRESS_LOOKUPS_NOT_FOUND_COUNTER_009_HELP=The number of address lookups that did not find any DS object
  217. SMTP_CAT_MAILMSG_DUPLICATE_COLLISIONS_COUNTER_009_NAME=Cat: mailmsg duplicate collisions
  218. SMTP_CAT_MAILMSG_DUPLICATE_COLLISIONS_COUNTER_009_HELP=The number of times a duplicate recipient address was detected by mailmsg/categorizer.
  219. SMTP_CAT_LDAP_CONNECTIONS_COUNTER_009_NAME=Cat: LDAP connections
  220. SMTP_CAT_LDAP_CONNECTIONS_COUNTER_009_HELP=The total number of LDAP connections opened
  221. SMTP_CAT_LDAP_CONNECTION_FAILURES_COUNTER_009_NAME=Cat: LDAP connection failures
  222. SMTP_CAT_LDAP_CONNECTION_FAILURES_COUNTER_009_HELP=The total number of failures encountered connection to LDAP servers
  223. SMTP_CAT_LDAP_OPEN_CONNECTIONS_COUNTER_009_NAME=Cat: LDAP connections currently open
  224. SMTP_CAT_LDAP_OPEN_CONNECTIONS_COUNTER_009_HELP=The number of LDAP connections currently open
  225. SMTP_CAT_LDAP_BINDS_COUNTER_009_NAME=Cat: LDAP binds
  226. SMTP_CAT_LDAP_BINDS_COUNTER_009_HELP=The total number of successfull LDAP binds performed
  227. SMTP_CAT_LDAP_BIND_FAILURES_COUNTER_009_NAME=Cat: LDAP bind failures
  228. SMTP_CAT_LDAP_BIND_FAILURES_COUNTER_009_HELP=The total number of LDAP bind failures
  229. SMTP_CAT_LDAP_SEARCHES_COUNTER_009_NAME=Cat: LDAP searches
  230. SMTP_CAT_LDAP_SEARCHES_COUNTER_009_HELP=LDAP searches successfully dispatched
  231. SMTP_CAT_LDAP_SEARCHES_PER_SEC_COUNTER_009_NAME=Cat: LDAP searches/sec
  232. SMTP_CAT_LDAP_SEARCHES_PER_SEC_COUNTER_009_HELP=LDAP searches successfully dispatched/sec
  233. SMTP_CAT_LDAP_PAGED_SEARCHES_COUNTER_009_NAME=Cat: LDAP paged searches
  234. SMTP_CAT_LDAP_PAGED_SEARCHES_COUNTER_009_HELP=LDAP paged searches successfully dispatched
  235. SMTP_CAT_LDAP_SEARCH_FAILURES_COUNTER_009_NAME=Cat: LDAP search failures
  236. SMTP_CAT_LDAP_SEARCH_FAILURES_COUNTER_009_HELP=Number of failures to dispatch an async LDAP search
  237. SMTP_CAT_LDAP_PAGED_SEARCH_FAILURES_COUNTER_009_NAME=Cat: LDAP paged search failures
  238. SMTP_CAT_LDAP_PAGED_SEARCH_FAILURES_COUNTER_009_HELP=Number of failures to dispatch an async paged LDAP search
  239. SMTP_CAT_LDAP_SEARCHES_COMPLETED_COUNTER_009_NAME=Cat: LDAP searches completed
  240. SMTP_CAT_LDAP_SEARCHES_COMPLETED_COUNTER_009_HELP=Number of LDAP search completions processed
  241. SMTP_CAT_LDAP_SEARCHES_COMPLETED_PER_SEC_COUNTER_009_NAME=Cat: LDAP searches completed/sec
  242. SMTP_CAT_LDAP_SEARCHES_COMPLETED_PER_SEC_COUNTER_009_HELP=LDAP search completions processed/sec
  243. SMTP_CAT_LDAP_PAGED_SEARCHES_COMPLETED_COUNTER_009_NAME=Cat: LDAP paged searches completed
  244. SMTP_CAT_LDAP_PAGED_SEARCHES_COMPLETED_COUNTER_009_HELP=Number of paged LDAP completions processed
  245. SMTP_CAT_LDAP_SEARCHES_COMPLETED_FAILURE_COUNTER_009_NAME=Cat: LDAP search completion failures
  246. SMTP_CAT_LDAP_SEARCHES_COMPLETED_FAILURE_COUNTER_009_HELP=Number of LDAP searches that completed with a failure
  247. SMTP_CAT_LDAP_PAGED_SEARCHES_COMPLETED_FAILURE_COUNTER_009_NAME=Cat: LDAP paged search completion failures
  248. SMTP_CAT_LDAP_PAGED_SEARCHES_COMPLETED_FAILURE_COUNTER_009_HELP=Number of LDAP paged searches that completed with a failure
  249. SMTP_CAT_LDAP_GENERAL_COMPLETION_FAILURES_COUNTER_009_NAME=Cat: LDAP general completion failures
  250. SMTP_CAT_LDAP_GENERAL_COMPLETION_FAILURES_COUNTER_009_HELP=Number of LDAP completions with a generic failure
  251. SMTP_CAT_LDAP_ABANDONED_SEARCHES_COUNTER_009_NAME=Cat: LDAP searches abandoned
  252. SMTP_CAT_LDAP_ABANDONED_SEARCHES_COUNTER_009_HELP=Number of LDAP searches abandoned
  253. SMTP_CAT_LDAP_PENDING_SEARCHES_COUNTER_009_NAME=Cat: LDAP searches pending completion
  254. SMTP_CAT_LDAP_PENDING_SEARCHES_COUNTER_009_HELP=Number of LDAP searches pending async completon