Re: I-D ACTION:draft-ietf-opes-smtp-use-cases-02.txt
"Martin Stecher" <[email protected]> Thu, 7 Jul 2005 10:09:34 +0200
| Newsgroups | gmane.ietf.opes |
|---|---|
| Message-ID | <[email protected]> |
Hi,
thank you all for your hints how to correct the SMTP sample.
I made up the example from a connection sniff that I did, assuming that
it is correct syntax ;-)
Just applied the changes. In the next (potentially final) version the
sample will then look this way:
S: 220 mail.example.com Sample ESMTP MAIL Service, Version: 1.2
ready at Thu, 20 Jan 2005 11:24:40+0100
C: HELO [192.168.0.138]
S: 250 mail.example.com Hello [192.168.0.138]
C: MAIL FROM:<[email protected]>
S: 250 2.1.0 [email protected] OK
C: RCPT TO:<[email protected]>
S: 250 2.1.5 [email protected]
C: DATA
S: 354 Start mail input; end with "CRLF"."CRLF"
C: From: [email protected]
C: To: [email protected]
C: Subject: Test
C:
C: Hi, this is a test!
C: .
S: 250 2.6.0 "[email protected]" Queued mail for
delivery
C: QUIT
S: 221 2.0.0 mail.example.com Service closing transmission channel
Again thanks a lot.
Regards
Martin