summaryrefslogtreecommitdiff
path: root/test/stderr/4507
AgeCommit message (Collapse)Author
2018-02-18Expansions: make ${authresults } usable in a named ACLJeremy Harris
This will be more common than directly in the acl_smtp_data option, and suffers one less expansion in operation.
2018-02-18Expansions: new ${authresults {mch}} for an Authentication-Results headerJeremy Harris
2018-01-07DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220Jeremy Harris
2018-01-06Logging: disable the verbose DKIM verification line by default; add a tag to ↵Jeremy Harris
<= lines. New log_selector controls "dkim" and "dkim_verbose".
2017-11-07DKIM: Allow the DKIM ACL to override verification results. Bug 2186Jeremy Harris
This provides generic support, though is covers the need introduced by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1 (deprecating sha-1 and RSA keys shorter than 1024 bits).
2017-01-21Fix DKIM verify operation in -bh test mode. Bug 2017Jeremy Harris