]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/scripts/0000-Basic/0024
smtp tpt fallback_hosts list must be mutable
[user/henk/code/exim.git] / test / scripts / 0000-Basic / 0024
index ca6a2b4a0a7f42819bd21af3dd0ee3487e33c097..862c6e35b4da3e417bcc3b9026712bd3a575cc62 100644 (file)
@@ -8,6 +8,7 @@
 # deny   x@ten-2.test.ex (good address, but sender verify failed)
 #
 exim -odi -oMa V4NET.0.0.0 -bs
+helo test
 mail from:<x@y>
 rcpt to:<postmaster@test.ex>
 rcpt to:<userx@test.ex>
@@ -25,13 +26,16 @@ quit
 # deny   x@y (bad address)
 # accept x@ten-1.test.ex (good relay address)
 # deny   x@ten-2.test.ex (good address, but not relay domain or host)
+# accept EAI local part
 exim -odi -oMa V4NET.0.0.0 -bs
+helo test
 mail from:<userx@test.ex>
 rcpt to:<postmaster@test.ex>
 rcpt to:<userx@test.ex>
 rcpt to:<x@y>
 rcpt to:<x@ten-1.test.ex>
 rcpt to:<x@ten-2.test.ex>
+rcpt to:<føø@test.ex>
 data
 Message 2
 .
@@ -43,6 +47,7 @@ quit
 # accept x@ten-1.test.ex (good relay address)
 # accept x@ten-2.test.ex (good non-relay address, relay host)
 exim -odi -oMa V4NET.255.255.0 -bs
+helo test
 mail from:<userx@test.ex>
 rcpt to:<bad@test.ex>
 rcpt to:<x@y>
@@ -57,6 +62,7 @@ quit
 # accept postmaster@test.ex (postmaster at local domain)
 # deny   anything else
 exim -odi -oMa V4NET.11.12.13 -bs
+helo test
 mail from:<userx@test.ex>
 rcpt to:<postmaster@test.ex>
 rcpt to:<userx@test.ex>
@@ -70,6 +76,7 @@ quit
 # accept postmaster@test.ex (postmaster at local domain)
 # deny   anything else
 exim -odi -oMa V4NET.11.12.16 -bs
+helo test
 mail from:<userx@test.ex>
 rcpt to:<postmaster@test.ex>
 rcpt to:<userx@test.ex>
@@ -82,6 +89,7 @@ quit
 # Local SMTP - should accept everything
 #
 exim -odi -bs
+helo test
 mail from:<x@y>
 rcpt to:<postmaster@test.ex>
 rcpt to:<userx@test.ex>