TLS DANE to multiple recipients w/ different DNSSec status
[exim.git] / test / scripts / 4700-dsn-info / 4700
deleted file mode 120000 (symlink)
index e480f349455331b026da6ba72ce89e02acb382e6..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../0000-Basic/0211
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..29b2ce8b43ef2debe4020eafba66f301ebf8d351
--- /dev/null
@@ -0,0 +1,47 @@
+# DSN extra information
+need_ipv4
+#
+server PORT_S
+450 I'm busy
+QUIT
+250 OK
+****
+exim -odi userx@domain1
+Test message 1
+****
+sudo rm DIR/spool/db/*
+#
+server PORT_S
+220 Connected OK
+EHLO
+450 I'm busy
+HELO
+450 I'm busy
+QUIT
+250 OK
+****
+exim -qf
+****
+sudo rm DIR/spool/db/*
+#
+server PORT_S
+550 Go away
+QUIT
+250 OK
+****
+exim -qf
+****
+sudo rm DIR/spool/db/*
+#
+server PORT_S
+220 Connected OK
+EHLO
+550 Go away
+HELO
+550 Go away
+QUIT
+250 OK
+****
+exim -odi userx@domain1 usery@domain2
+Test message 2
+****