X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/87e9d061c94e3fdd721b7b04ccbdba7a061f6ca3..5dcadbf4edc474a0e55a3caaa3604ed06b6a3926:/test/scripts/4600-SPF/4600 diff --git a/test/scripts/4600-SPF/4600 b/test/scripts/4600-SPF/4600 index 825efb959..d24fa9d94 100644 --- a/test/scripts/4600-SPF/4600 +++ b/test/scripts/4600-SPF/4600 @@ -5,31 +5,31 @@ # to provide values for testcases. # # For now just check that what should be working syntax does not cause us to fall over. -# Be careful with envelope-domains used for testcases, as real DNS lookups will be done. +# Be careful with envelope-domains and IPs used for testcases, as real DNS lookups will be done. # -exim -bd -DSERVER=server -oX PORT_D +exim -bd -DSERVER=server -oX PORT_D:PORT_S **** -client HOSTIPV4 PORT_D +client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: -??? 550 +??? 250 quit **** -client HOSTIPV4 PORT_D +client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: -??? 550 +??? 250 quit **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_S ??? 220 helo testclient ??? 250