File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ GREEDYDATA_NO_SEMICOLON [^;]*
4
4
GREEDYDATA_NO_BRACKET [^<>]*
5
5
STATUS_WORD [\w-]*
6
6
IP_UNKNOWN unknown
7
+ CURVE_WORD [PBK]-[0-9]+
7
8
8
9
# common postfix patterns
9
10
POSTFIX_QUEUEID ([0-9A-F]{6,}|[0-9a-zA-Z]{12,}|NOQUEUE)
@@ -24,7 +25,7 @@ POSTFIX_WARNING_LEVEL (warning|fatal|info)
24
25
POSTFIX_VERIFY_CLEANUP_TYPE (full|partial)
25
26
26
27
27
- POSTFIX_TLSCONN %{DATA:postfix_tls_trustlevel} TLS connection established (to %{POSTFIX_RELAY}|from %{POSTFIX_CLIENT}): %{DATA:postfix_tls_version} with cipher %{DATA:postfix_tls_cipher} \(%{DATA:postfix_tls_cipher_size} bits\)( key-exchange %{DATA:postfix_tls_key_exchange} server-signature %{DATA:postfix_tls_server_signature} \(%{DATA :postfix_tls_server_signature_size} bits\) server-digest %{DATA:postfix_tls_server_digest})?
28
+ POSTFIX_TLSCONN %{DATA:postfix_tls_trustlevel} TLS connection established (to %{POSTFIX_RELAY}|from %{POSTFIX_CLIENT}): %{DATA:postfix_tls_version} with cipher %{DATA:postfix_tls_cipher} \(%{DATA:postfix_tls_cipher_size} bits\)( key-exchange %{DATA:postfix_tls_key_exchange} server-signature %{DATA:postfix_tls_server_signature} \((%{INT :postfix_tls_server_signature_size} bits|%{CURVE_WORD:postfix_tls_server_signature_curve}) \) server-digest %{DATA:postfix_tls_server_digest})?
28
29
POSTFIX_TLSVERIFICATION certificate verification failed for %{POSTFIX_RELAY}: %{GREEDYDATA:postfix_tls_error}
29
30
30
31
POSTFIX_DELAYS %{NUMBER:postfix_delay_before_qmgr}/%{NUMBER:postfix_delay_in_qmgr}/%{NUMBER:postfix_delay_conn_setup}/%{NUMBER:postfix_delay_transmission}
Original file line number Diff line number Diff line change
1
+ pattern : ^%{POSTFIX_SMTP}$
2
+ data : " Untrusted TLS connection established to gmail-smtp-in.l.google.com[74.125.128.27]:25: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256"
3
+ results :
4
+ postfix_tls_trustlevel : Untrusted
5
+ postfix_relay_hostname : gmail-smtp-in.l.google.com
6
+ postfix_relay_ip : 74.125.128.27
7
+ postfix_relay_port : 25
8
+ postfix_tls_version : TLSv1.3
9
+ postfix_tls_cipher : TLS_AES_256_GCM_SHA384
10
+ postfix_tls_cipher_size : 256/256
11
+ postfix_tls_key_exchange : X25519
12
+ postfix_tls_server_signature : ECDSA
13
+ postfix_tls_server_signature_curve : P-256
14
+ postfix_tls_server_digest : SHA256
You can’t perform that action at this time.
0 commit comments