diff options
Diffstat (limited to 'test/confs/4500')
-rw-r--r-- | test/confs/4500 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/confs/4500 b/test/confs/4500 new file mode 100644 index 000000000..cb98407cc --- /dev/null +++ b/test/confs/4500 @@ -0,0 +1,22 @@ +# Exim test configuration 4500 + +SERVER= + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +spool_directory = DIR/spool +log_file_path = DIR/spool/log/SERVER%slog +gecos_pattern = "" +gecos_name = CALLER_NAME +tls_advertise_hosts = + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +acl_smtp_dkim = accept logwrite = signer: $dkim_cur_signer bits: $dkim_key_length + +queue_only +queue_run_in_order + +# End |