]> gitweb.michael.orlitzky.com - postfix-logwatch.git/blob - postfix-logwatch.conf
Changes: add the one change in v1.40.05.
[postfix-logwatch.git] / postfix-logwatch.conf
1 $postfix_Enable_Long_Queue_Ids = Yes
2 $postfix_Sent = 1.10
3 $postfix_SentLmtp = 1.10
4 $postfix_Delivered = 1.10
5 $postfix_Forwarded = 1.10
6 $postfix_ConnectionLostInbound = 1.10
7 $postfix_TimeoutInbound = 1.10
8 $postfix_ConnectToFailure = 1.10
9 $postfix_EnvelopeSenders = 1.10
10 $postfix_EnvelopeSenderDomains = 1.10
11 $postfix_ConnectionInbound = 1.10
12 $postfix_ByIpRejects = 1.10
13 $postfix_PanicError = 5.10
14 $postfix_FatalError = 5.10
15 $postfix_Error = 5.10
16 $postfix_Anvil = 1.10
17 $postfix_AttrError = 1.10
18 $postfix_CommunicationError = 1.10
19 $postfix_DatabaseGeneration = 1.10
20 $postfix_DNSError = 1.10
21 $postfix_HeloError = 1.10
22 $postfix_HostnameValidationError = 1.10
23 $postfix_HostnameVerification = 1.10
24 $postfix_IllegalAddrSyntax = 1.10
25 $postfix_LdapError = 1.10
26 $postfix_MailerLoop = 5.10
27 $postfix_MapProblem = 5.10
28 $postfix_MessageWriteError = 5.10
29 $postfix_NumericHostname = 1.10
30 $postfix_ProcessExit = 5.10
31 $postfix_ProcessLimit = 5.10
32 $postfix_QueueWriteError = 5.10
33 $postfix_RBLError = 5.10
34 $postfix_SaslAuthFail = 2.10
35 $postfix_SmtpConversationError = 1.10
36 $postfix_StartupError = 5.10
37 $postfix_WarningsOther = 5.10
38
39 # Common access control actions
40 $postfix_Bcced = 1.10
41 $postfix_Discarded = 1.10
42 $postfix_Filtered = 1.10
43 $postfix_Hold = 1.10
44 $postfix_Prepended = 1.10
45 $postfix_Redirected = 1.10
46 $postfix_Replaced = 1.10
47 $postfix_Warned = 1.10
48 # DUNNO action not logged
49 # IGNORE action not logged
50 # REJECT actions are below
51
52 # Rejects
53 # The following are generic reject types, which are automatically
54 # expanded into each reject variant, based on the reply patterns
55 # listed in Reject_Reply_Patterns. By default, each item in the
56 # list below becomes 4xxReject..., 5xxReject..., and WarnReject...
57 $postfix_RejectBody = 1.10
58 $postfix_RejectClient = 1.10
59 $postfix_RejectConfigError = 1.10
60 $postfix_RejectContent = 1.10
61 $postfix_RejectData = 1.10
62 $postfix_RejectEtrn = 1.10
63 $postfix_RejectHeader = 1.10
64 $postfix_RejectHelo = 1.10
65 $postfix_RejectInsufficientSpace = 1.10
66 $postfix_RejectLookupFailure = 1.10
67 $postfix_RejectMilter = 1.10
68 $postfix_RejectProxy = 1.10
69 $postfix_RejectRBL = 1.10
70 $postfix_RejectRecip = 1.10
71 $postfix_RejectRelay = 1.10
72 $postfix_RejectSender = 1.10
73 $postfix_RejectSize = 1.10
74 $postfix_RejectUnknownClient = 1.10
75 $postfix_RejectUnknownReverseClient = 1.10
76 $postfix_RejectUnknownUser = 1.10
77 $postfix_RejectUnverifiedClient = 1.10
78 $postfix_RejectVerify = 1.10
79
80 # For more precise control, you can comment out any of the reject
81 # types above and specify each variant manually, but the list must
82 # be consistent with the values specified in Reject_Reply_Patterns.
83 #
84 # For example, you could comment out $postfix_RejectHelo above, and
85 # instead uncomment the three RejectHelo variants, allowing you to
86 # specify different level limiters to each variant:
87 #
88 # Permanent 5xx variant
89 # $postfix_5xxRejectHelo = 1
90 # Temporary 4xx variant
91 # $postfix_4xxRejectHelo = 2
92 # Warn_if_reject variant
93 # $postfix_WarnRejectHelo = 2
94 #
95
96 $postfix_Deferred = 2.10
97 $postfix_Deferrals = 2.10
98 $postfix_BounceLocal = 2.10
99 $postfix_BounceRemote = 2.10
100
101 $postfix_Discarded = 2.10
102 $postfix_ReturnedToSender = 2.10
103 $postfix_NotificationSent = 2.10
104 $postfix_ConnectionLostOutbound = 2.10
105
106 $postfix_Deliverable = 1.10
107 $postfix_Undeliverable = 2.10
108 $postfix_PixWorkaround = 2.10
109 $postfix_SaslAuth = 1.10
110 $postfix_TlsServerConnect = 1.10
111 $postfix_TlsClientConnect = 1.10
112 $postfix_TlsUnverified = 1.10
113 $postfix_TlsOffered = 1.10
114 $postfix_SMTPProtocolViolation = 2.10
115
116 $postfix_Postscreen = 1
117 $postfix_DNSBLog = 1
118
119 $postfix_PolicySPF = 2.10
120 $postfix_PolicydWeight = 2.10
121 $postfix_Postgrey = 2.10