File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ filter {
277277 "postfix_size", "integer",
278278 "postfix_status_code", "integer",
279279 "postfix_termination_signal", "integer",
280+ "postfix_tls_server_signature_size", "integer",
280281 "postfix_verify_cache_dropped", "integer",
281282 "postfix_verify_cache_retained", "integer",
282283
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ POSTFIX_KEYVALUE %{POSTFIX_QUEUEID:postfix_queueid}: %{POSTFIX_KEYVALUE_DATA:pos
2323POSTFIX_WARNING_LEVEL (warning|fatal|info)
2424POSTFIX_VERIFY_CLEANUP_TYPE (full|partial)
2525
26- POSTFIX_TLSCONN (Anonymous|Trusted|Untrusted|Verified) TLS connection established (to %{POSTFIX_RELAY_INFO}|from %{POSTFIX_CLIENT_INFO}): %{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 })?
26+ POSTFIX_TLSCONN (Anonymous|Trusted|Untrusted|Verified) TLS connection established (to %{POSTFIX_RELAY_INFO}|from %{POSTFIX_CLIENT_INFO}): %{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 })?
2727POSTFIX_TLSVERIFICATION certificate verification failed for %{POSTFIX_RELAY_INFO}: %{GREEDYDATA:postfix_tls_error}
2828
2929POSTFIX_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 66 postfix_tls_version : TLSv1.3
77 postfix_tls_cipher : TLS_AES_256_GCM_SHA384
88 postfix_tls_cipher_size : 256/256
9- postfix_tls_key-exchange : X25519
10- postfix_tls_server-signature : RSA-PSS
11- postfix_tls_server-signature_size : 4096
12- postfix_tls_server-digest : SHA256
9+ postfix_tls_key_exchange : X25519
10+ postfix_tls_server_signature : RSA-PSS
11+ postfix_tls_server_signature_size : 4096
12+ postfix_tls_server_digest : SHA256
You can’t perform that action at this time.
0 commit comments