diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-07 21:36:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-07 21:36:22 +0100 |
commit | 846430d945e9056842ad7f12f85d43435d78baf0 (patch) | |
tree | 1187ed9dc90d8231c1f52fbf72ac3a13ec359717 /test/confs | |
parent | 2f8e6f3087227b9d30bc71862ff9f1cc3355f52d (diff) |
Log lengthy DNS lookups. Bug 514
Original by <derrick.rice@gmail.com>, massaged by JH
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0606 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/confs/0606 b/test/confs/0606 new file mode 100644 index 000000000..538e859de --- /dev/null +++ b/test/confs/0606 @@ -0,0 +1,24 @@ +# Exim test configuration 0606 + +exim_path = EXIM_PATH +host_lookup_order = bydns +spool_directory = DIR/spool +log_file_path = DIR/spool/log/SERVER%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +slow_lookup_log = 1000 + +acl_smtp_rcpt = accept verify = recipient + +queue_only + +begin routers + +all: + driver = dnslookup + verify_only + self = send + +# End + |