diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-22 23:01:30 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-22 23:01:30 +0100 |
commit | 1ccc4edfce288968e4ea79586b00506ddefe1371 (patch) | |
tree | 9f14792b3aee25a413dda3be1901eb2617231426 /test | |
parent | 8768d5483a5894400ae1f70cda1beb44ed9b087c (diff) |
Testsuite: fix CHUNKING tests for no-DKIM build
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0900 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0900 b/test/confs/0900 index 869084dd8..dfb58eb43 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -112,6 +112,7 @@ remote_smtp_dkim: command_timeout = 2s final_timeout = 2s +.ifdef _HAVE_DKIM .ifdef SRV dkim_domain = test.ex dkim_selector = sel @@ -120,6 +121,7 @@ remote_smtp_dkim: dkim_sign_headers = LIST .endif .endif +.endif # ----- Retry ----- |