diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-30 15:41:52 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-30 19:37:21 +0000 |
commit | 590fd9eeeb31a0e3815719e5b577469ffe9771bd (patch) | |
tree | c9ff49db34d280addec855f27a0c8969e54fc358 /test/confs/4650 | |
parent | e6024a5e9e193f559508d05ee401ae8f7f3c25ae (diff) |
DMARC: check for empty filename for TLD file. Patch testsuite to not break on missing default TLD file.
Diffstat (limited to 'test/confs/4650')
-rw-r--r-- | test/confs/4650 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/test/confs/4650 b/test/confs/4650 index e6c788436..32e138313 100644 --- a/test/confs/4650 +++ b/test/confs/4650 @@ -1,6 +1,17 @@ # Exim test configuration 4650 -.include DIR/aux-var/std_conf_prefix +exim_path = EXIM_PATH +keep_environment = +host_lookup_order = bydns +spool_directory = DIR/spool +log_file_path = DIR/spool/log/SERVER%slog +gecos_pattern = "" +gecos_name = CALLER_NAME +chunking_advertise_hosts = * +tls_advertise_hosts = +.ifdef _HAVE_PIPE_CONNECT +pipelining_connect_advertise_hosts = +.endif primary_hostname = myhost.test.ex |