summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3405
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:54:33 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:54:33 +0000
commit59371ea735c941334861aa5b8e1e9a06facf044f (patch)
tree79168561a70a94a3994fbe362b904ff9aab86136 /test/scripts/3400-plaintext/3405
parent54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (diff)
Hopefully the final lot of test files.
Diffstat (limited to 'test/scripts/3400-plaintext/3405')
-rw-r--r--test/scripts/3400-plaintext/340547
1 files changed, 47 insertions, 0 deletions
diff --git a/test/scripts/3400-plaintext/3405 b/test/scripts/3400-plaintext/3405
new file mode 100644
index 000000000..6312d1f40
--- /dev/null
+++ b/test/scripts/3400-plaintext/3405
@@ -0,0 +1,47 @@
+# -Mas -Mai (untrusted caller)
+need_ipv4
+#
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250-HELP
+250 AUTH PLAIN
+AUTH PLAIN AHVzZXJ4AHNlY3JldA==
+235 Authentication successful
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+250 Recipient OK
+DATA
+354 Send data
+.
+250 OK
+QUIT
+250 OK
+****
+exim -odi userx@domain.com
+.
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250-HELP
+250 AUTH PLAIN
+AUTH PLAIN AHVzZXJ4AHNlY3JldA==
+235 Authentication successful
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+250 Recipient OK
+DATA
+354 Send data
+.
+250 OK
+QUIT
+250 OK
+****
+exim -oMas xxx@yyy -oMai zzz -odi userx@domain.com
+.
+****