Proposed patch for postfix service
John Wilcock <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Postfix 2.11 has changed how it logs certain outgoing TLS connections. A corresponding one-line patch for logwatch is attached -- John Wilcock ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Logwatch-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/logwatch-devel
logwatch-postfix.patch
(text/plain, 738 B)
--- /usr/share/logwatch/scripts/services/postfix 2014-02-04 09:41:58.000000000 +0100
+++ /etc/logwatch/scripts/services/postfix 2014-06-05 08:12:01.000000000 +0200
@@ -3586,7 +3586,7 @@
}
# Client TLS messages
- elsif ( ($status,$host,$type) = ($p1 =~ /^(?:(Verified|Trusted|Untrusted) )?TLS connection established to ([^ ]*): (.*)$/o)) {
+ elsif ( ($status,$host,$type) = ($p1 =~ /^(?:(Verified|Trusted|Untrusted|Anonymous) )?TLS connection established to ([^ ]*): (.*)$/o)) {
#TD TLS connection established to example.com: TLSv1 with cipher AES256-SHA (256/256 bits)
# Postfix 2.5+: peer verification status: Untrusted, Trusted or Verified when
# server's trust chain is valid and peername is matched