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 wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hardcopies/masqmail_on_dream.txt	Thu Sep 18 19:00:50 2008 +0200
@@ -0,0 +1,41 @@
+<< dream  meillo  ~ >>
+    $ telnet localhost 25
+Trying 127.0.0.1...
+Connected to localhost.
+Escape character is '^]'.
+220 dream MasqMail 0.2.21 ESMTP
+helo localhost
+250 dream pretty old mailer, huh?
+mail from: meillo@localhost
+250 OK meillo@localhost is a nice guy.
+rcpt to: meillo@localhost
+250 OK meillo@localhost is our friend.
+data
+354 okay, and do not forget the dot
+some sample text
+.
+250 OK id=1Kfa1d-5xt-00
+quit
+221 goodbye
+Connection closed by foreign host.
+You have new mail in /var/mail/meillo
+1
+<< dream  meillo  ~ >>
+    $ mail
+Mail version 8.1.2 01/15/2001.  Type ? for help.
+"/var/mail/meillo": 1 message 1 new
+>N  1 meillo@localhost   Tue Sep 16 14:51   12/369
+& p
+Message 1:
+From mail  Tue Sep 16 14:51:25 2008
+Envelope-to: <meillo@localhost>
+From: <meillo@localhost>
+Date: Tue, 16 Sep 2008 14:51:25 +0200
+
+some sample text
+
+& q
+Saved 1 message in /home/meillo/mbox
+
+<< dream  meillo  ~ >>
+    $
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hardcopies/sendmail_on_milk.txt	Thu Sep 18 19:00:50 2008 +0200
@@ -0,0 +1,73 @@
+<< milk  meillo  /home/meillo >>
+    $ telnet localhost 25                                                                                                                                                   
+Trying ::1...
+Connected to localhost.
+Escape character is '^]'.
+220 milk.schnalke.local ESMTP Sendmail 8.14.1/8.14.1; Tue, 16 Sep 2008 16:45:47 +0200 (CEST)
+helo localhost
+250 milk.schnalke.local Hello meillo@localhost.schnalke.local [IPv6:::1], pleased to meet you
+help
+214-2.0.0 This is sendmail version 8.14.1
+214-2.0.0 Topics:
+214-2.0.0       HELO    EHLO    MAIL    RCPT    DATA
+214-2.0.0       RSET    NOOP    QUIT    HELP    VRFY
+214-2.0.0       EXPN    VERB    ETRN    DSN     AUTH
+214-2.0.0       STARTTLS
+214-2.0.0 For more info use "HELP <topic>".
+214-2.0.0 To report bugs in the implementation see
+214-2.0.0       http://www.sendmail.org/email-addresses.html
+214-2.0.0 For local information send email to Postmaster at your site.
+214 2.0.0 End of HELP info
+help noop
+214-2.0.0 NOOP
+214-2.0.0       Do nothing.
+214 2.0.0 End of HELP info
+help helo
+214-2.0.0 HELO <hostname>
+214-2.0.0       Introduce yourself.
+214 2.0.0 End of HELP info
+help ehlo
+214-2.0.0 EHLO <hostname>
+214-2.0.0       Introduce yourself, and request extended SMTP mode.
+214-2.0.0 Possible replies include:
+214-2.0.0       SEND            Send as mail                    [RFC821]
+214-2.0.0       SOML            Send as mail or terminal        [RFC821]
+214-2.0.0       SAML            Send as mail and terminal       [RFC821]
+214-2.0.0       EXPN            Expand the mailing list         [RFC821]
+214-2.0.0       HELP            Supply helpful information      [RFC821]
+214-2.0.0       TURN            Turn the operation around       [RFC821]
+214-2.0.0       8BITMIME        Use 8-bit data                  [RFC1652]
+214-2.0.0       SIZE            Message size declaration        [RFC1870]
+214-2.0.0       VERB            Verbose                         [Allman]
+214-2.0.0       CHUNKING        Chunking                        [RFC1830]
+214-2.0.0       BINARYMIME      Binary MIME                     [RFC1830]
+214-2.0.0       PIPELINING      Command Pipelining              [RFC1854]
+214-2.0.0       DSN             Delivery Status Notification    [RFC1891]
+214-2.0.0       ETRN            Remote Message Queue Starting   [RFC1985]
+214-2.0.0       STARTTLS        Secure SMTP                     [RFC2487]
+214-2.0.0       AUTH            Authentication                  [RFC2554]
+214-2.0.0       ENHANCEDSTATUSCODES     Enhanced status codes   [RFC2034]
+214-2.0.0       DELIVERBY       Deliver By                      [RFC2852]
+214 2.0.0 End of HELP info
+help mail
+214-2.0.0 MAIL From:<sender> [ <parameters> ]
+214-2.0.0       Specifies the sender.  Parameters are ESMTP extensions.
+214-2.0.0       See "HELP DSN" for details.
+214 2.0.0 End of HELP info
+mail from meillo@localhost
+501 5.5.2 Syntax error in parameters scanning "from"
+mail from: meillo@localhost
+250 2.1.0 meillo@localhost... Sender ok
+rcpt to: meillo@localhost
+250 2.1.5 meillo@localhost... Recipient ok
+data
+354 Enter mail, end with "." on a line by itself
+test mail  
+.
+250 2.0.0 m8GEjlwq018624 Message accepted for delivery
+quit
+221 2.0.0 milk.schnalke.local closing connection
+Connection closed by foreign host.
+<< milk  meillo  /home/meillo >>
+    $ 
+