X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..d658adda50d19b00d2242c0f9162ab510ecda799:/test/confs/0069 diff --git a/test/confs/0069 b/test/confs/0069 index 469c39330..0c28c6484 100644 --- a/test/confs/0069 +++ b/test/confs/0069 @@ -5,7 +5,6 @@ LOG_SELECTOR= 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 = "" @@ -13,6 +12,8 @@ gecos_name = CALLER_NAME # ----- Main settings ----- +disable_ipv6 = true + domainlist local_domains = test.ex : myhost.ex acl_smtp_rcpt = check_recipient$local_part @@ -37,4 +38,18 @@ check_recipientz: accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13 deny message = "Denied" +check_recipienta: + accept hosts = : + deny hosts = +include_defer : test.again.dns + accept domains = +local_domains + deny message = relay not permitted + +check_recipientb: + accept hosts = test.again.dns : V4NET.0.0.13 + deny message = "Denied" + +check_recipientc: + accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13 + deny message = "Denied" + # End