X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9e70917d0aa5e51f584b2af69ce80df458ac5c79..01c594601670c7e48e676d6c6d32d0f0084067fa:/test/confs/4520?ds=inline diff --git a/test/confs/4520 b/test/confs/4520 index 5f4649846..3127d13b3 100644 --- a/test/confs/4520 +++ b/test/confs/4520 @@ -2,6 +2,7 @@ SERVER= OPT= +FAKE = .include DIR/aux-var/std_conf_prefix @@ -9,11 +10,15 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- -acl_smtp_rcpt = accept -acl_smtp_dkim = accept logwrite = signer: $dkim_cur_signer bits: $dkim_key_length h=$dkim_headernames +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 + +dkim_verify_signers = $dkim_signers : FAKE DDIR=DIR/aux-fixed/dkim + # ----- Routers begin routers @@ -50,6 +55,8 @@ send_to_server: .ifndef HEADERS_MAXSIZE dkim_sign_headers = OPT +.else + dkim_identity = allheaders@$dkim_domain .endif .ifdef VALUE dkim_hash = VALUE