From d1d5595ca2487d927c857a01dcbfe0beab5c8f3d Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 23 Oct 2006 10:55:10 +0000 Subject: Fix crash for verify=helo when no IP address (-bs). --- test/confs/0541 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/confs/0541 (limited to 'test/confs') diff --git a/test/confs/0541 b/test/confs/0541 new file mode 100644 index 000000000..0b3be92bf --- /dev/null +++ b/test/confs/0541 @@ -0,0 +1,25 @@ +# Exim test configuration 0541 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_helo = check_helo + + +# ----- ACLs ----- + +begin acl + +check_helo: + require verify = helo + accept + +# End -- cgit v1.2.3