blob: 56c57b69291580822bcaeb9a3ce00043a83a6fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
**** SMTP testing session as if from host V4NET.0.0.0
**** but without any ident (RFC 1413) callback.
**** This is not for real!
220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
250 Accepted
354 Enter message, ending with "." on a line by itself
250 OK id=10HmaX-0005vi-00
**** SMTP testing: that is not a real message id!
250 OK
250 Accepted
354 Enter message, ending with "." on a line by itself
250 OK id=10HmaY-0005vi-00
**** SMTP testing: that is not a real message id!
221 mail.test.ex closing connection
|