docs/diploma

view hardcopies/sendmail_on_milk.txt @ 7:aaee5db4a206

added hardcopies of terminal sessions talking via SMTP
author meillo@marmaro.de
date Thu, 18 Sep 2008 19:00:50 +0200
parents
children
line source
1 << milk meillo /home/meillo >>
2 $ telnet localhost 25
3 Trying ::1...
4 Connected to localhost.
5 Escape character is '^]'.
6 220 milk.schnalke.local ESMTP Sendmail 8.14.1/8.14.1; Tue, 16 Sep 2008 16:45:47 +0200 (CEST)
7 helo localhost
8 250 milk.schnalke.local Hello meillo@localhost.schnalke.local [IPv6:::1], pleased to meet you
9 help
10 214-2.0.0 This is sendmail version 8.14.1
11 214-2.0.0 Topics:
12 214-2.0.0 HELO EHLO MAIL RCPT DATA
13 214-2.0.0 RSET NOOP QUIT HELP VRFY
14 214-2.0.0 EXPN VERB ETRN DSN AUTH
15 214-2.0.0 STARTTLS
16 214-2.0.0 For more info use "HELP <topic>".
17 214-2.0.0 To report bugs in the implementation see
18 214-2.0.0 http://www.sendmail.org/email-addresses.html
19 214-2.0.0 For local information send email to Postmaster at your site.
20 214 2.0.0 End of HELP info
21 help noop
22 214-2.0.0 NOOP
23 214-2.0.0 Do nothing.
24 214 2.0.0 End of HELP info
25 help helo
26 214-2.0.0 HELO <hostname>
27 214-2.0.0 Introduce yourself.
28 214 2.0.0 End of HELP info
29 help ehlo
30 214-2.0.0 EHLO <hostname>
31 214-2.0.0 Introduce yourself, and request extended SMTP mode.
32 214-2.0.0 Possible replies include:
33 214-2.0.0 SEND Send as mail [RFC821]
34 214-2.0.0 SOML Send as mail or terminal [RFC821]
35 214-2.0.0 SAML Send as mail and terminal [RFC821]
36 214-2.0.0 EXPN Expand the mailing list [RFC821]
37 214-2.0.0 HELP Supply helpful information [RFC821]
38 214-2.0.0 TURN Turn the operation around [RFC821]
39 214-2.0.0 8BITMIME Use 8-bit data [RFC1652]
40 214-2.0.0 SIZE Message size declaration [RFC1870]
41 214-2.0.0 VERB Verbose [Allman]
42 214-2.0.0 CHUNKING Chunking [RFC1830]
43 214-2.0.0 BINARYMIME Binary MIME [RFC1830]
44 214-2.0.0 PIPELINING Command Pipelining [RFC1854]
45 214-2.0.0 DSN Delivery Status Notification [RFC1891]
46 214-2.0.0 ETRN Remote Message Queue Starting [RFC1985]
47 214-2.0.0 STARTTLS Secure SMTP [RFC2487]
48 214-2.0.0 AUTH Authentication [RFC2554]
49 214-2.0.0 ENHANCEDSTATUSCODES Enhanced status codes [RFC2034]
50 214-2.0.0 DELIVERBY Deliver By [RFC2852]
51 214 2.0.0 End of HELP info
52 help mail
53 214-2.0.0 MAIL From:<sender> [ <parameters> ]
54 214-2.0.0 Specifies the sender. Parameters are ESMTP extensions.
55 214-2.0.0 See "HELP DSN" for details.
56 214 2.0.0 End of HELP info
57 mail from meillo@localhost
58 501 5.5.2 Syntax error in parameters scanning "from"
59 mail from: meillo@localhost
60 250 2.1.0 meillo@localhost... Sender ok
61 rcpt to: meillo@localhost
62 250 2.1.5 meillo@localhost... Recipient ok
63 data
64 354 Enter mail, end with "." on a line by itself
65 test mail
66 .
67 250 2.0.0 m8GEjlwq018624 Message accepted for delivery
68 quit
69 221 2.0.0 milk.schnalke.local closing connection
70 Connection closed by foreign host.
71 << milk meillo /home/meillo >>
72 $