X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f7ccf53fdc4edeb5e69073af531cc81d8e9ded5a..39c5daead77c9c002625d28333f6bef1e5f7400c:/test/confs/0900?ds=inline diff --git a/test/confs/0900 b/test/confs/0900 index 219751ec1..80c0211a9 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -57,6 +57,10 @@ ALLOW begin acl check_recipient: +.ifdef RETRY2 + drop condition = ${if eq {SERVER}{server}} + message = 550 we really do not like you +.endif accept hosts = : accept domains = +local_domains deny message = relay not permitted @@ -108,7 +112,11 @@ local_delivery: remote_smtp: driver = smtp +.ifdef RETRY2 + hosts = 127.0.0.1 : HOSTIPV4 +.else hosts = 127.0.0.1 +.endif port = PORT_S hosts_try_fastopen = : .ifdef _HAVE_TLS