-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAMAVIS-MIB.txt
3308 lines (2956 loc) · 106 KB
/
AMAVIS-MIB.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
AMAVIS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Counter32, Counter64, Gauge32,
Integer32, Unsigned32, TimeTicks,
enterprises, mib-2 FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, TruthValue,
TimeInterval, TimeStamp FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF;
amavis MODULE-IDENTITY
LAST-UPDATED "201101250000Z"
ORGANIZATION "Institut Jozef Stefan"
CONTACT-INFO
"Mark Martinec
Institut Jozef Stefan
Jamova 39
SI-1000 Ljubljana
Slovenia
Mark.Martinec@ijs.si"
DESCRIPTION
"The MIB module describing amavisd-new statistics counters and gauges."
REVISION "200906010000Z"
DESCRIPTION
"The original version of this MIB."
REVISION "201011150000Z"
DESCRIPTION
"Added variables userCounter1 .. userCounter10 and
userGauge1 .. userGauge10 ."
REVISION "201101140000Z"
DESCRIPTION
"Add notes indicating that mail checks results cache is no longer used
since version 2.7.0 of amavisd-new."
REVISION "201101250000Z"
DESCRIPTION
"Added variables inMsgsStatus* at 1.19 - 1.26, combining a final
mail processing status with mail flow direction."
REVISION "201206270000Z"
DESCRIPTION
"Changed type of variables *MsgsSize* in group amavisStats 7 from
Counter32 to Counter64 for consistency with groups amavisStats 3
and amavisStats 9."
::= { enterprises 15312 2 1 }
-- 1.3.6.1.4.1.15312 enterprises . Jozef Stefan Institute
-- 1.3.6.1.4.1.15312.2 amavisd-new
-- 1.3.6.1.4.1.15312.2.1 amavisd-new SNMP
-- 1.3.6.1.4.1.15312.2.1.1 amavisd-new SNMP Statistics
-- 1.3.6.1.4.1.15312.2.1.2 amavisd-new Process status
-- 1.3.6.1.4.1.15312.2.2 amavisd-new LDAP Elements
amavisStats OBJECT IDENTIFIER ::= { amavis 1 }
amavisProc OBJECT IDENTIFIER ::= { amavis 2 }
amavisMta OBJECT IDENTIFIER ::= { amavis 3 }
-- ===================
-- amavisStats section
-- ===================
sysDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual string containing information about the running amavisd
program."
::= { amavisStats 1 1 }
sysObjectID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vendor's authoritative identification of the network management
subsystem contained in the entity. This value provides an easy and
unambiguous means for determining `what kind of box' is being managed."
::= { amavisStats 1 2 }
sysUpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time (in hundredths of a second) since the amavisd program
was last (re)started. Useful to distinguish counter wraparounds
from program restarts."
::= { amavisStats 1 3 }
sysContact OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The textual identification of the contact person for this amavisd
instance, together with information on how to contact this person.
Corresponds to a configuration variable $snmp_contact ."
::= { amavisStats 1 4 }
sysName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A fully qualified name of the host (or a domain name of a virtual
instance). Corresponds to a configuration variable $myhostname ."
::= { amavisStats 1 5 }
sysLocation OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical location of this host or amavisd instance.
Corresponds to a configuration variable $snmp_location ."
::= { amavisStats 1 6 }
sysServices OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value which indicates the set of services that this
entity may potentially offer. Always 64 (=applications)."
::= { amavisStats 1 7 }
-- orig local
-- 0 0 InMsgsOpenRelay
-- 0 1 InMsgsInbound
-- 0 x (non-originating: inbound or open relay)
-- 1 0 InMsgsOutbound
-- 1 1 InMsgsInternal
-- 1 x InMsgsOriginating (outbound or internal)
-- x 0 (departing: outbound or open relay)
-- x 1 (local: inbound or internal)
-- x x InMsgs
-- orig=x local=x
inMsgs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd since its start,
regardless of their origin or destination."
::= { amavisStats 2 1 }
-- orig=0 local=1
inMsgsInbound OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd arriving from outside
('originating' flag is off) and having at least one recipient local.
On a properly configured system (not an open relay), all recipients
of a non-originating message should be local."
::= { amavisStats 2 2 }
-- orig=1 local=0
inMsgsOutbound OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd arriving from inside
('originating' flag is on) and having at least one recipient nonlocal."
::= { amavisStats 2 3 }
-- orig=1 local=1
inMsgsInternal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd arriving from inside
('originating' flag is on) and having at least one recipient local."
::= { amavisStats 2 4 }
-- orig=1 local=x
inMsgsOriginating OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd arriving from inside
('originating' flag is on). An originating message with multiple
recipients when some of them are local and some nonlocal is counted
as both internal and outbound. When there are no such messages with
mixed recipients, the following relation holds:
inMsgsOriginating = inMsgsInternal + inMsgsOutbound ."
::= { amavisStats 2 5 }
-- orig=0 local=0
inMsgsOpenRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd arriving from outside
('originating' flag is off) and having at least one recipient nonlocal.
On a properly configured system this count should be zero at all times.
If the count is nonzero, check settings @local_domains_maps, @mynetworks
and setting of an 'originating' flag in policy banks."
::= { amavisStats 2 6 }
inMsgsStatusAccepted OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd and accepted with a
success status code (D_PASS, 2xx), but their forwarding remained the
responsibility of an MTA (null delivery_method, typical for a milter
setup). Same value as inMsgsStatusDiscardedAll."
::= { amavisStats 2 7 }
inMsgsStatusRelayed OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd and accepted with
a success status code (D_PASS, 2xx), and forwarded by amavisd.
Its value is a sum of inMsgsStatusRelayedUntaggedAll and
inMsgsStatusRelayedTaggedAll."
::= { amavisStats 2 8 }
inMsgsStatusDiscarded OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received but discarded by amavisd with a
success status code (2xx), not forwarded, and no delivery status
notification was sent. Effectively a mail message was lost. It is
a result of a D_DISCARD setting for all recipients of a message.
Note that quarantining uses independent settings, so a message may or
may not have been quarantined. Same value as inMsgsStatusDiscardedAll."
::= { amavisStats 2 9 }
inMsgsStatusNoBounce OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received but discarded by amavisd with a
success status code (2xx), not forwarded, and no delivery status
notification was sent. Effectively a mail message was lost. It is
a result of a D_BOUNCE setting for all recipients of a message
but sending a DSN was suppressed (e.g. high spam score, infected).
In other words, D_BOUNCE was converted into a D_DISCARD for this
message. Note that quarantining uses independent settings, so a
message may or may not have been quarantined.
Same value as inMsgsStatusNoBounceAll."
::= { amavisStats 2 10 }
inMsgsStatusBounced OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd with a success status
code (2xx), but not forwarded, and a delivery status notification
was sent to a sender of a message informing him of a reason for
blocking a message. It is a result of a D_BOUNCE setting for all
recipients of a message. Note that quarantining uses independent
settings, so a message may or may not have been quarantined.
Same value as inMsgsStatusBouncedAll."
::= { amavisStats 2 11 }
inMsgsStatusRejected OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages rejected by amavisd with a reject status
code (5xx), not forwarded by amavisd, and no delivery status
notification was sent. A duty of notifying the sender of a reject
is delegated back to the sending MTA. Note that quarantining uses
independent settings, so a message may or may not have been quarantined.
Same value as inMsgsStatusRejectedAll."
::= { amavisStats 2 12 }
inMsgsStatusTempFailed OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages whose reception resulted in a temporary
failure status code (4xx) being send by amavisd back to MTA.
A message was not forwarded by amavisd, and no delivery status
notification was sent. A message stayed in an MTA queue for future
attempts at delivery. Same value as inMsgsStatusTempFailedAll."
::= { amavisStats 2 13 }
inMsgsSize OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in all mail messages received by amavisd.
Size is calculated according to a definition in RFC 1870."
::= { amavisStats 3 1 }
inMsgsSizeInbound OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in all mail messages received by amavisd
arriving from outside and having at least one recipient local."
::= { amavisStats 3 2 }
inMsgsSizeOutbound OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in all mail messages received by amavisd
arriving from inside and having at least one recipient nonlocal."
::= { amavisStats 3 3 }
inMsgsSizeInternal OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in all mail messages received by amavisd
arriving from inside and having at least one recipient local."
::= { amavisStats 3 4 }
inMsgsSizeOriginating OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in all mail messages received by amavisd
arriving from inside."
::= { amavisStats 3 5 }
inMsgsSizeOpenRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in all mail messages received by amavisd
arriving from outside and having at least one nonlocal recipient.
Should be zero."
::= { amavisStats 3 6 }
inMsgsRecips OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of recipients in all mail messages received by amavisd."
::= { amavisStats 4 1 }
inMsgsRecipsInbound OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of local recipients in all mail messages received by amavisd
arriving from outside."
::= { amavisStats 4 2 }
inMsgsRecipsOutbound OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of nonlocal recipients in all mail messages received by amavisd
arriving from inside."
::= { amavisStats 4 3 }
inMsgsRecipsInternal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of local recipients in all mail messages received by amavisd
arriving from inside."
::= { amavisStats 4 4 }
inMsgsRecipsOriginating OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of recipients in all mail messages received by amavisd
arriving from inside (= inMsgsRecipsInternal + inMsgsRecipsOutbound)."
::= { amavisStats 4 5 }
inMsgsRecipsOpenRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of nonlocal recipients in all mail messages received by amavisd
arriving from outside. Should be zero."
::= { amavisStats 4 6 }
inMsgsRecipsLocal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of local recipients in all mail messages received by amavisd
(= inMsgsRecipsInternal + inMsgsRecipsInbound)."
::= { amavisStats 4 7 }
inMsgsBounce OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bounce mail messages received by amavisd, which include
delivery status notifications, disposition notifications, feedback
reports (ARF), auto replies, and some mailing list notifications."
::= { amavisStats 5 1 }
inMsgsBounceNullRPath OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages received by amavisd having a null
envelope sender address (i.e. a null return path).
Typically these are delivery status notifications."
::= { amavisStats 5 2 }
inMsgsBounceKilled OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bounce messages received by amavisd and blocked by a
bounce killer feature in amavisd, These are bounce messages which
carry a message header section of an original message to which
they are referring, but it can be demonstrated that the original
message did not originate from our site."
::= { amavisStats 5 3 }
inMsgsBounceUnverifiable OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bounce messages received by amavisd and NOT blocked by a
bounce killer feature because it was not possible to determine that
an original message originated from our site, either because the
bounce message did not include a header section of an original mail,
or was in some nonstandard form and unparsable."
::= { amavisStats 5 4 }
inMsgsBounceRescuedByDomain OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bounce messages received by amavisd and NOT blocked by a
bounce killer feature because a header section of an original mail as
included in a bounce message indicated that it is likely the message
originated from our site, so this was most likely a legitimate
bounce message and not a backscatter message."
::= { amavisStats 5 5 }
inMsgsBounceRescuedByOriginating OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bounce messages received by amavisd and NOT blocked by a
bounce killer feature because the bounce message was received from
an internal network or from an authenticated mail submitter."
::= { amavisStats 5 6 }
inMsgsBounceRescuedByPenPals OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bounce messages received by amavisd and NOT blocked by
a bounce killer feature because the bounce message referred
to a Message-ID or has a sender/recipient pair matching previous
correspondence as shown by evidence in a local SQL logging database."
::= { amavisStats 5 7 }
outMsgs OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd. This includes passed
(relayed) mail messages, notifications, and quarantined messages."
::= { amavisStats 6 1 }
outMsgsRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages relayed (forwarded, passed) by amavisd."
::= { amavisStats 6 2 }
outMsgsSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages originated by amavisd. This includes
quarantined messages, delivery status notifications, notifications
to administrator or recipient, as well as other notifications
potentially generated by custom hooks, such as feedback reports
(ARF) or auto-replies."
::= { amavisStats 6 3 }
outMsgsSubmitQuar OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages sent to a quarantine."
::= { amavisStats 6 4 }
outMsgsSubmitDsn OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of delivery status notification messages sent to the
envelope sender e-mail address."
::= { amavisStats 6 5 }
outMsgsSubmitNotif OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of notification messages sent to administrator or to a recipient
or to some other configured e-mail address (but not to a mail sender)."
::= { amavisStats 6 6 }
outMsgsSubmitAV OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of messages (probes) sent to an external virus scanners,
typically SMTP-based."
::= { amavisStats 6 7 }
outMsgsSubmitArf OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of abuse reports or feedback notification messages originated
by amavisd. Currently these are sent by some custom hook code."
::= { amavisStats 6 8 }
outMsgsProtoLocal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages written by amavisd to a local file system.
Typically these are quarantine messages when using a local file-based
quarantine."
::= { amavisStats 6 9 }
outMsgsProtoLocalRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages written by amavisd to a local file system
relayed by amavisd. This number should be zero in usual setups."
::= { amavisStats 6 10 }
outMsgsProtoLocalSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages written by amavisd to a local file system
and generated by amavisd, such as notifications. This number should
be zero in usual setups."
::= { amavisStats 6 11 }
outMsgsProtoSMTP OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
SMTP protocol. This includes relayed mail messages as well as
messages generated by amavisd, such as notifications."
::= { amavisStats 6 12 }
outMsgsProtoSMTPRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of relayed (fordarded, passed) mail messages transmitted by
amavisd to an MTA using a SMTP protocol."
::= { amavisStats 6 13 }
outMsgsProtoSMTPSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
SMTP protocol and generated by amavisd, such as notifications."
::= { amavisStats 6 14 }
outMsgsProtoLMTP OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
LMTP protocol. This includes relayed mail messages as well as
messages generated by amavisd, such as notifications."
::= { amavisStats 6 15 }
outMsgsProtoLMTPRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of relayed (forwarded, passed) mail messages transmitted by
amavisd to an MTA using a LMTP protocol."
::= { amavisStats 6 16 }
outMsgsProtoLMTPSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
LMTP protocol and generated by amavisd, such as notifications."
::= { amavisStats 6 17 }
outMsgsProtoBSMTP OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
BSMTP protocol. This includes relayed mail messages as well as
messages generated by amavisd, such as notifications."
::= { amavisStats 6 18 }
outMsgsProtoBSMTPRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of relayed (forwarded, passed) mail messages transmitted by
amavisd to an MTA using a BSMTP protocol."
::= { amavisStats 6 19 }
outMsgsProtoBSMTPSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
BSMTP protocol and generated by amavisd, such as notifications."
::= { amavisStats 6 20 }
outMsgsProtoPipe OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
pipe to an external program. This includes relayed mail messages
as well as messages generated by amavisd, such as notifications."
::= { amavisStats 6 21 }
outMsgsProtoPipeRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of relayed (forwarded, passed) mail messages transmitted by
amavisd to an MTA using a pipe to an external program."
::= { amavisStats 6 22 }
outMsgsProtoPipeSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
pipe to an external program and generated by amavisd, such as
notifications."
::= { amavisStats 6 23 }
outMsgsProtoSQL OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages stored by amavisd to an SQL database.
This includes relayed mail messages as well as messages generated
by amavisd such as notifications, but typically corresponds to
quarantined messages only."
::= { amavisStats 6 24 }
outMsgsProtoSQLRelay OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of relayed mail messages stored by amavisd to an SQL database.
Typically the number is always zero in common setups."
::= { amavisStats 6 25 }
outMsgsProtoSQLSubmit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages stored by amavisd to an SQL database
and generated by amavisd, such as notifications. Typically the
number is always zero in common setups."
::= { amavisStats 6 26 }
outMsgsDelivers OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages successfully transmitted through any
delivery method, such as SMTP, pipe, local file system."
::= { amavisStats 6 27 }
outMsgsAttemptFails OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of temporarily unsuccessful delivery attempts through any
delivery method, such as SMTP, pipe, local file system."
::= { amavisStats 6 28 }
outMsgsRejects OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of delivery attempts rejected by a receiving agent or media,
using any delivery method, such as SMTP, pipe, local file system."
::= { amavisStats 6 29 }
outMsgsSize OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages transmitted by amavisd through any
delivery method, including relayed (forwarded, passed) and quarantined
messages, as well as notifications and delivery status reports
originated by amavisd. The number may not be exact, as it currently
does not reflect modifications by amavisd such as added or edited
header fields."
::= { amavisStats 7 1 }
outMsgsSizeRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages relayed (passed) by amavisd through
any delivery method. The number may not be exact, as it currently
does not reflect modifications by amavisd such as added or edited
header fields."
::= { amavisStats 7 2 }
outMsgsSizeSubmit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages originated by amavisd and sent through
any delivery method. These include quarantined messages, as well as
notifications and delivery status reports originated by amavisd.
The number may not be exact, as it currently does not reflect
modifications by amavisd such as added or edited header fields."
::= { amavisStats 7 3 }
outMsgsSizeSubmitQuar OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages sent to a quarantine through any
delivery method."
::= { amavisStats 7 4 }
outMsgsSizeSubmitDsn OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in delivery status notifications originated
by amavisd."
::= { amavisStats 7 5 }
outMsgsSizeSubmitNotif OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in notification messages originated by amavisd and
sent to administrator or to a recipient (but not to a mail sender)."
::= { amavisStats 7 6 }
outMsgsSizeSubmitAV OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages sent an external virus scanner for
testing. These currently only accounts for SMTP-based virus scanners."
::= { amavisStats 7 7 }
outMsgsSizeSubmitArf OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in abuse reports or feedback notification messages
originated by amavisd. Currently these are sent by some custom hooks."
::= { amavisStats 7 8 }
outMsgsSizeProtoLocal OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages stored by amavisd to a local file system,
typically corresponding to quarantined messages. The number may not be
exact, as it currently does not reflect message modifications by
amavisd."
::= { amavisStats 7 9 }
outMsgsSizeProtoLocalRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages written by amavisd to a local file system
relayed by amavisd. This number should be zero in usual setups."
::= { amavisStats 7 10 }
outMsgsSizeProtoLocalSubmit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages written by amavisd to a local file system
and generated by amavisd, typically corresponding to quarantined
messages."
::= { amavisStats 7 11 }
outMsgsSizeProtoSMTP OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages transmitted by amavisd to an MTA using
SMTP protocol. This includes relayed (passed) messages, as well as
notifications generated by amavisd and messages quarantined to an
e-mail address when using this method. The number may not be exact,
as it currently does not reflect message modifications by amavisd."
::= { amavisStats 7 12 }
outMsgsSizeProtoSMTPRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of relayed (fordarded, passed) mail messages transmitted by
amavisd to an MTA using a SMTP protocol."
::= { amavisStats 7 13 }
outMsgsSizeProtoSMTPSubmit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of mail messages transmitted by amavisd to an MTA using a
SMTP protocol and generated by amavisd, such as notifications."
::= { amavisStats 7 14 }
outMsgsSizeProtoLMTP OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages transmitted by amavisd to an MTA using
LMTP protocol. This includes relayed (passed) messages, as well as
notifications generated by amavisd and messages quarantined to an
e-mail address when using this method. The number may not be exact,
as it currently does not reflect message modifications by amavisd."
::= { amavisStats 7 15 }
outMsgsSizeProtoLMTPRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in relayed (forwarded, passed) mail messages
transmitted by amavisd to an MTA using a LMTP protocol."
::= { amavisStats 7 16 }
outMsgsSizeProtoLMTPSubmit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in mail messages transmitted by amavisd to an MTA
using a LMTP protocol and generated by amavisd, such as notifications."
::= { amavisStats 7 17 }
outMsgsSizeProtoBSMTP OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages transmitted by amavisd to an MTA using
BSMTP protocol. This includes relayed (passed) messages, as well as
notifications generated by amavisd and messages quarantined through
BSMTP. The number may not be exact, as it currently does not account
for message modifications by amavisd."
::= { amavisStats 7 18 }
outMsgsSizeProtoBSMTPRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in relayed (forwarded, passed) mail messages
transmitted by amavisd to an MTA using a BSMTP protocol."
::= { amavisStats 7 19 }
outMsgsSizeProtoBSMTPSubmit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in mail messages transmitted by amavisd to an MTA
using a BSMTP protocol and generated by amavisd, such as quarantined
messages and notifications."
::= { amavisStats 7 20 }
outMsgsSizeProtoPipe OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in messages transmitted by amavisd through a pipe
to an external program. This includes relayed (passed) messages,
as well as notifications generated by amavisd and messages quarantined
through a pipe. The number may not be exact, as it currently does not
reflect message modifications by amavisd."
::= { amavisStats 7 21 }
outMsgsSizeProtoPipeRelay OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of octets in relayed (forwarded, passed) mail messages
transmitted by amavisd to an MTA using a pipe to an external program."
::= { amavisStats 7 22 }
outMsgsSizeProtoPipeSubmit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current