ietf-openproxy
[Top] [All Lists]

Re: I-D ACTION:draft-ietf-opes-smtp-use-cases-02.txt

2005-07-07 01:09:46

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:<steve(_at_)example(_dot_)org>
      S: 250 2.1.0 
steve(_at_)example(_dot_)org(_dot_)(_dot_)(_dot_)(_dot_)Sender OK
      C: RCPT TO:<paul(_at_)example(_dot_)com>
      S: 250 2.1.5 paul(_at_)example(_dot_)com
      C: DATA
      S: 354 Start mail input; end with "CRLF"."CRLF"
      C: From: steve(_at_)example(_dot_)org
      C: To: sandra(_at_)example(_dot_)com
      C: Subject: Test
      C:
      C: Hi, this is a test!
      C: .
      S: 250 2.6.0 "MAIL0m4b1f(_at_)mail(_dot_)example(_dot_)com" Queued mail 
for
      delivery
      C: QUIT
      S: 221 2.0.0 mail.example.com Service closing transmission channel


Again thanks a lot.

Regards
Martin