diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-08 23:33:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-09 11:59:21 +0100 |
commit | 4e871f9b28dff4cacfd012aede1d092cc8cfbd36 (patch) | |
tree | 79c7fa20ca0c40c22a7762e50670ab233097fa7f /test/confs/0900 | |
parent | ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b (diff) |
Logging: connection_id
Diffstat (limited to 'test/confs/0900')
-rw-r--r-- | test/confs/0900 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/0900 b/test/confs/0900 index 53d06b149..2d53eff1a 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -39,9 +39,9 @@ queue_only smtp_receive_timeout = 2s .ifdef _HAVE_DKIM -log_selector = +received_recipients +millisec +dkim_verbose +log_selector = +received_recipients +connection_id +millisec +dkim_verbose .else -log_selector = +received_recipients +millisec +log_selector = +received_recipients +connection_id +millisec .endif .ifdef _HAVE_TLS |