X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/07eeb4df55e6c0843156aedaacf32bfebe0e9eaa..ff5aac2be82177a7c96c71ce7dd0939e70436402:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 78f5a8087..1dd363a5c 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -826,4 +826,14 @@ typedef struct acl_block { /* smtp transport calc outbound_ip */ typedef BOOL (*oicf) (uschar *message_id, void *data); +/* DKIM information for transport */ +struct ob_dkim { + uschar *dkim_domain; + uschar *dkim_private_key; + uschar *dkim_selector; + uschar *dkim_canon; + uschar *dkim_sign_headers; + uschar *dkim_strict; +} dkim; + /* End of structs.h */