diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:47:28 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:47:28 +0000 |
commit | 54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (patch) | |
tree | ea480313c058c0177c784686de9189bd305d8bd1 /test/stderr/3404 | |
parent | f767aaae1638df676a05699edf1f614cae351af2 (diff) |
More test commits.
Diffstat (limited to 'test/stderr/3404')
-rw-r--r-- | test/stderr/3404 | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/test/stderr/3404 b/test/stderr/3404 new file mode 100644 index 000000000..fa3e33298 --- /dev/null +++ b/test/stderr/3404 @@ -0,0 +1,76 @@ +LOG: MAIN + <= CALLER@myhost.test.ex U=CALLER P=local S=sss +delivering 10HmaX-0005vi-00 +Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP<< 220 ESMTP + SMTP>> EHLO myhost.test.ex + SMTP<< 250-OK + 250-HELP + 250 AUTH PLAIN + SMTP>> AUTH PLAIN ******************** + SMTP<< 235 Authentication successful + SMTP>> MAIL FROM:<CALLER@myhost.test.ex> AUTH=CALLER@myhost.test.ex + SMTP<< 250 Sender OK + SMTP>> RCPT TO:<userx@domain.com> + SMTP<< 250 Recipient OK + SMTP>> DATA + SMTP<< 354 Send data + SMTP>> writing message and terminating "." + SMTP<< 250 OK + SMTP>> QUIT +LOG: MAIN + => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] +LOG: MAIN + Completed +LOG: MAIN + <= CALLER@myhost.test.ex U=CALLER P=local S=sss +delivering 10HmaY-0005vi-00 +Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP<< 220 ESMTP + SMTP>> EHLO myhost.test.ex + SMTP<< 250-OK + 250-HELP + 250 AUTH PLAIN + SMTP>> AUTH PLAIN ******************** + SMTP<< 235 Authentication successful + SMTP>> MAIL FROM:<CALLER@myhost.test.ex> AUTH=xxx@yyy + SMTP<< 250 Sender OK + SMTP>> RCPT TO:<userx@domain.com> + SMTP<< 250 Recipient OK + SMTP>> DATA + SMTP<< 354 Send data + SMTP>> writing message and terminating "." + SMTP<< 250 OK + SMTP>> QUIT +LOG: MAIN + => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] +LOG: MAIN + Completed +LOG: MAIN + <= CALLER@myhost.test.ex U=CALLER P=local S=sss +delivering 10HmaZ-0005vi-00 +Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP<< 220 ESMTP + SMTP>> EHLO myhost.test.ex + SMTP<< 250-OK + 250-HELP + 250 AUTH LOGIN + SMTP>> AUTH LOGIN + SMTP<< 300 User? + SMTP>> ******** + SMTP<< 300 Password? + SMTP>> ******** + SMTP<< 235 Authentication successful + SMTP>> MAIL FROM:<CALLER@myhost.test.ex> AUTH=CALLER@myhost.test.ex + SMTP<< 250 Sender OK + SMTP>> RCPT TO:<userx@domain.com> + SMTP<< 250 Recipient OK + SMTP>> DATA + SMTP<< 354 Send data + SMTP>> writing message and terminating "." + SMTP<< 250 OK + SMTP>> QUIT +LOG: MAIN + => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] +LOG: MAIN + Completed |