docs/diploma

changeset 7:aaee5db4a206

added hardcopies of terminal sessions talking via SMTP
author meillo@marmaro.de
date Thu, 18 Sep 2008 19:00:50 +0200
parents 97375de4d5a6
children 1d35768e1643
files hardcopies/masqmail_on_dream.txt hardcopies/sendmail_on_milk.txt
diffstat 2 files changed, 114 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hardcopies/masqmail_on_dream.txt	Thu Sep 18 19:00:50 2008 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +<< dream  meillo  ~ >>
     1.5 +    $ telnet localhost 25
     1.6 +Trying 127.0.0.1...
     1.7 +Connected to localhost.
     1.8 +Escape character is '^]'.
     1.9 +220 dream MasqMail 0.2.21 ESMTP
    1.10 +helo localhost
    1.11 +250 dream pretty old mailer, huh?
    1.12 +mail from: meillo@localhost
    1.13 +250 OK meillo@localhost is a nice guy.
    1.14 +rcpt to: meillo@localhost
    1.15 +250 OK meillo@localhost is our friend.
    1.16 +data
    1.17 +354 okay, and do not forget the dot
    1.18 +some sample text
    1.19 +.
    1.20 +250 OK id=1Kfa1d-5xt-00
    1.21 +quit
    1.22 +221 goodbye
    1.23 +Connection closed by foreign host.
    1.24 +You have new mail in /var/mail/meillo
    1.25 +1
    1.26 +<< dream  meillo  ~ >>
    1.27 +    $ mail
    1.28 +Mail version 8.1.2 01/15/2001.  Type ? for help.
    1.29 +"/var/mail/meillo": 1 message 1 new
    1.30 +>N  1 meillo@localhost   Tue Sep 16 14:51   12/369
    1.31 +& p
    1.32 +Message 1:
    1.33 +From mail  Tue Sep 16 14:51:25 2008
    1.34 +Envelope-to: <meillo@localhost>
    1.35 +From: <meillo@localhost>
    1.36 +Date: Tue, 16 Sep 2008 14:51:25 +0200
    1.37 +
    1.38 +some sample text
    1.39 +
    1.40 +& q
    1.41 +Saved 1 message in /home/meillo/mbox
    1.42 +
    1.43 +<< dream  meillo  ~ >>
    1.44 +    $
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/hardcopies/sendmail_on_milk.txt	Thu Sep 18 19:00:50 2008 +0200
     2.3 @@ -0,0 +1,73 @@
     2.4 +<< milk  meillo  /home/meillo >>
     2.5 +    $ telnet localhost 25                                                                                                                                                   
     2.6 +Trying ::1...
     2.7 +Connected to localhost.
     2.8 +Escape character is '^]'.
     2.9 +220 milk.schnalke.local ESMTP Sendmail 8.14.1/8.14.1; Tue, 16 Sep 2008 16:45:47 +0200 (CEST)
    2.10 +helo localhost
    2.11 +250 milk.schnalke.local Hello meillo@localhost.schnalke.local [IPv6:::1], pleased to meet you
    2.12 +help
    2.13 +214-2.0.0 This is sendmail version 8.14.1
    2.14 +214-2.0.0 Topics:
    2.15 +214-2.0.0       HELO    EHLO    MAIL    RCPT    DATA
    2.16 +214-2.0.0       RSET    NOOP    QUIT    HELP    VRFY
    2.17 +214-2.0.0       EXPN    VERB    ETRN    DSN     AUTH
    2.18 +214-2.0.0       STARTTLS
    2.19 +214-2.0.0 For more info use "HELP <topic>".
    2.20 +214-2.0.0 To report bugs in the implementation see
    2.21 +214-2.0.0       http://www.sendmail.org/email-addresses.html
    2.22 +214-2.0.0 For local information send email to Postmaster at your site.
    2.23 +214 2.0.0 End of HELP info
    2.24 +help noop
    2.25 +214-2.0.0 NOOP
    2.26 +214-2.0.0       Do nothing.
    2.27 +214 2.0.0 End of HELP info
    2.28 +help helo
    2.29 +214-2.0.0 HELO <hostname>
    2.30 +214-2.0.0       Introduce yourself.
    2.31 +214 2.0.0 End of HELP info
    2.32 +help ehlo
    2.33 +214-2.0.0 EHLO <hostname>
    2.34 +214-2.0.0       Introduce yourself, and request extended SMTP mode.
    2.35 +214-2.0.0 Possible replies include:
    2.36 +214-2.0.0       SEND            Send as mail                    [RFC821]
    2.37 +214-2.0.0       SOML            Send as mail or terminal        [RFC821]
    2.38 +214-2.0.0       SAML            Send as mail and terminal       [RFC821]
    2.39 +214-2.0.0       EXPN            Expand the mailing list         [RFC821]
    2.40 +214-2.0.0       HELP            Supply helpful information      [RFC821]
    2.41 +214-2.0.0       TURN            Turn the operation around       [RFC821]
    2.42 +214-2.0.0       8BITMIME        Use 8-bit data                  [RFC1652]
    2.43 +214-2.0.0       SIZE            Message size declaration        [RFC1870]
    2.44 +214-2.0.0       VERB            Verbose                         [Allman]
    2.45 +214-2.0.0       CHUNKING        Chunking                        [RFC1830]
    2.46 +214-2.0.0       BINARYMIME      Binary MIME                     [RFC1830]
    2.47 +214-2.0.0       PIPELINING      Command Pipelining              [RFC1854]
    2.48 +214-2.0.0       DSN             Delivery Status Notification    [RFC1891]
    2.49 +214-2.0.0       ETRN            Remote Message Queue Starting   [RFC1985]
    2.50 +214-2.0.0       STARTTLS        Secure SMTP                     [RFC2487]
    2.51 +214-2.0.0       AUTH            Authentication                  [RFC2554]
    2.52 +214-2.0.0       ENHANCEDSTATUSCODES     Enhanced status codes   [RFC2034]
    2.53 +214-2.0.0       DELIVERBY       Deliver By                      [RFC2852]
    2.54 +214 2.0.0 End of HELP info
    2.55 +help mail
    2.56 +214-2.0.0 MAIL From:<sender> [ <parameters> ]
    2.57 +214-2.0.0       Specifies the sender.  Parameters are ESMTP extensions.
    2.58 +214-2.0.0       See "HELP DSN" for details.
    2.59 +214 2.0.0 End of HELP info
    2.60 +mail from meillo@localhost
    2.61 +501 5.5.2 Syntax error in parameters scanning "from"
    2.62 +mail from: meillo@localhost
    2.63 +250 2.1.0 meillo@localhost... Sender ok
    2.64 +rcpt to: meillo@localhost
    2.65 +250 2.1.5 meillo@localhost... Recipient ok
    2.66 +data
    2.67 +354 Enter mail, end with "." on a line by itself
    2.68 +test mail  
    2.69 +.
    2.70 +250 2.0.0 m8GEjlwq018624 Message accepted for delivery
    2.71 +quit
    2.72 +221 2.0.0 milk.schnalke.local closing connection
    2.73 +Connection closed by foreign host.
    2.74 +<< milk  meillo  /home/meillo >>
    2.75 +    $ 
    2.76 +