diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2021-03-29 18:17:55 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2021-05-27 21:30:18 +0200 |
commit | 9175da81c45d627e0da6c473a802202056c3d28b (patch) | |
tree | 6590c27712f317417a5c65a1cbad87897ba71cad /test/confs/4520 | |
parent | 0d0fd7f64d12b5b90be76d3bc17e144b55ee20bd (diff) |
testsuite: tidy logs/4520 and confs/4520
This fixed 4520 failure en-passant, but I'm sure it's a timing issue
here (the order of the mainlog output lines didn't exactly match the
logs/4520)
(cherry picked from commit 95306ca61531d9d79c5dac808a5a571158acd29c)
(cherry picked from commit 0439d2e0566d64c84feaf1434e0e4a3fd8ce29b3)
Diffstat (limited to 'test/confs/4520')
-rw-r--r-- | test/confs/4520 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/4520 b/test/confs/4520 index bb980c037..1ebd0817e 100644 --- a/test/confs/4520 +++ b/test/confs/4520 @@ -10,9 +10,9 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- -acl_smtp_rcpt = accept logwrite = rcpt acl: macro: _DKIM_SIGN_HEADERS +acl_smtp_rcpt = accept logwrite = rcpt_acl: macro: _DKIM_SIGN_HEADERS acl_smtp_dkim = accept logwrite = dkim_acl: signer: $dkim_cur_signer bits: $dkim_key_length h=$dkim_headernames -acl_smtp_data = accept logwrite = data acl: dkim status $dkim_verify_status +acl_smtp_data = accept logwrite = data_acl: dkim status $dkim_verify_status dkim_verify_signers = $dkim_signers dkim_verify_min_keysizes = rsa=512 ed25519=250 |