]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/4520
Merge branch 'hs/fix-proxy-bh' (Closes 2656)
[user/henk/code/exim.git] / test / confs / 4520
index f345b91978b8ee3582259c46a969f39d75e94e3e..1f9d75b80773d38e29a8ff243aec3c15e793343e 100644 (file)
@@ -15,6 +15,10 @@ acl_smtp_dkim = accept logwrite = dkim_acl: signer: $dkim_cur_signer bits: $dkim
 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
+.ifdef FILTER
+dkim_verify_minimal = true
+.endif
 
 DDIR=DIR/aux-fixed/dkim
 
@@ -42,6 +46,7 @@ send_to_server:
   allow_localhost
   hosts = HOSTIPV4
   port = PORT_D
+  hosts_try_fastopen = :
 
   dkim_domain =                test.ex
 .ifdef SELECTOR
@@ -73,7 +78,7 @@ send_to_server:
 
 file:
   driver =     appendfile
-  file =       DIR/test-mail/$local_part
+  file =       DIR/test-mail/${bless:$local_part}
   user =       CALLER
 
 # End