Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 678237 Details for
Bug 894185
Logwatch does not handle "improper command pipelining after (NOOP|RSET)"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[Patch] handle "improper command pipelining" message correctly
logwatch-7.3.6-postfix-pipelining.patch (text/plain), 1.42 KB, created by
Jan Synacek
on 2013-01-14 14:18:01 UTC
(
hide
)
Description:
[Patch] handle "improper command pipelining" message correctly
Filename:
MIME Type:
Creator:
Jan Synacek
Created:
2013-01-14 14:18:01 UTC
Size:
1.42 KB
patch
obsolete
>--- logwatch-7.3.6/scripts/services/postfix.orig 2013-01-14 14:35:06.000000000 +0100 >+++ logwatch-7.3.6/scripts/services/postfix 2013-01-14 14:56:53.056972806 +0100 >@@ -504,6 +504,7 @@ > [ 'HostnameVerification', "d", "Hostname verification errors" ], > [ 'HostnameValidationError', "d", "Hostname validation error" ], > [ 'Deliverable', "d", "Address is deliverable (sendmail -bv)" ], >+ [ 'SmtpProtocolViolation', "d", 'SMTP protocol violations' ], > [ 'Undeliverable', "d", "Address is undeliverable (sendmail -bv)" ], > [ 'TableChanged', "d", "Restarts due to lookup table change" ], > [ 'PixWorkaround', "d", "Enabled PIX workaround" ], >@@ -1666,6 +1667,15 @@ > $Counts{'WarnConfigError'}{$key}++; > } > >+ # SMTP/ESMTP protocol violations >+ elsif ($p1 =~ /^(improper command pipelining) (after \S+) from ([^[]*)\[([^]]+)\](?::\d+)?/) { >+ # ProtocolViolation >+ #TDsd postfix/smtpd[24928]: improper command pipelining after RCPT from unknown[192.168.0.1] >+ my ($error,$stage,$host,$hostip) = ($1,$2,$3,$4); >+ $Totals{'SmtpProtocolViolation'}++; >+ $Counts{'SmtpProtocolViolation'}{$error}{$stage}{formathost($hostip,$host)}++; >+ } >+ > # rare messages (mostly debug) hit less frequently - keep far down the if-elsif chain > # be sure anything placed here would not match any cases above > elsif (( $p1 =~ /^statistics:/ )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 894185
: 678237