docs/diploma
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hardcopies/sendmail_on_milk.txt Thu Sep 18 19:00:50 2008 +0200 1.3 @@ -0,0 +1,73 @@ 1.4 +<< milk meillo /home/meillo >> 1.5 + $ telnet localhost 25 1.6 +Trying ::1... 1.7 +Connected to localhost. 1.8 +Escape character is '^]'. 1.9 +220 milk.schnalke.local ESMTP Sendmail 8.14.1/8.14.1; Tue, 16 Sep 2008 16:45:47 +0200 (CEST) 1.10 +helo localhost 1.11 +250 milk.schnalke.local Hello meillo@localhost.schnalke.local [IPv6:::1], pleased to meet you 1.12 +help 1.13 +214-2.0.0 This is sendmail version 8.14.1 1.14 +214-2.0.0 Topics: 1.15 +214-2.0.0 HELO EHLO MAIL RCPT DATA 1.16 +214-2.0.0 RSET NOOP QUIT HELP VRFY 1.17 +214-2.0.0 EXPN VERB ETRN DSN AUTH 1.18 +214-2.0.0 STARTTLS 1.19 +214-2.0.0 For more info use "HELP <topic>". 1.20 +214-2.0.0 To report bugs in the implementation see 1.21 +214-2.0.0 http://www.sendmail.org/email-addresses.html 1.22 +214-2.0.0 For local information send email to Postmaster at your site. 1.23 +214 2.0.0 End of HELP info 1.24 +help noop 1.25 +214-2.0.0 NOOP 1.26 +214-2.0.0 Do nothing. 1.27 +214 2.0.0 End of HELP info 1.28 +help helo 1.29 +214-2.0.0 HELO <hostname> 1.30 +214-2.0.0 Introduce yourself. 1.31 +214 2.0.0 End of HELP info 1.32 +help ehlo 1.33 +214-2.0.0 EHLO <hostname> 1.34 +214-2.0.0 Introduce yourself, and request extended SMTP mode. 1.35 +214-2.0.0 Possible replies include: 1.36 +214-2.0.0 SEND Send as mail [RFC821] 1.37 +214-2.0.0 SOML Send as mail or terminal [RFC821] 1.38 +214-2.0.0 SAML Send as mail and terminal [RFC821] 1.39 +214-2.0.0 EXPN Expand the mailing list [RFC821] 1.40 +214-2.0.0 HELP Supply helpful information [RFC821] 1.41 +214-2.0.0 TURN Turn the operation around [RFC821] 1.42 +214-2.0.0 8BITMIME Use 8-bit data [RFC1652] 1.43 +214-2.0.0 SIZE Message size declaration [RFC1870] 1.44 +214-2.0.0 VERB Verbose [Allman] 1.45 +214-2.0.0 CHUNKING Chunking [RFC1830] 1.46 +214-2.0.0 BINARYMIME Binary MIME [RFC1830] 1.47 +214-2.0.0 PIPELINING Command Pipelining [RFC1854] 1.48 +214-2.0.0 DSN Delivery Status Notification [RFC1891] 1.49 +214-2.0.0 ETRN Remote Message Queue Starting [RFC1985] 1.50 +214-2.0.0 STARTTLS Secure SMTP [RFC2487] 1.51 +214-2.0.0 AUTH Authentication [RFC2554] 1.52 +214-2.0.0 ENHANCEDSTATUSCODES Enhanced status codes [RFC2034] 1.53 +214-2.0.0 DELIVERBY Deliver By [RFC2852] 1.54 +214 2.0.0 End of HELP info 1.55 +help mail 1.56 +214-2.0.0 MAIL From:<sender> [ <parameters> ] 1.57 +214-2.0.0 Specifies the sender. Parameters are ESMTP extensions. 1.58 +214-2.0.0 See "HELP DSN" for details. 1.59 +214 2.0.0 End of HELP info 1.60 +mail from meillo@localhost 1.61 +501 5.5.2 Syntax error in parameters scanning "from" 1.62 +mail from: meillo@localhost 1.63 +250 2.1.0 meillo@localhost... Sender ok 1.64 +rcpt to: meillo@localhost 1.65 +250 2.1.5 meillo@localhost... Recipient ok 1.66 +data 1.67 +354 Enter mail, end with "." on a line by itself 1.68 +test mail 1.69 +. 1.70 +250 2.0.0 m8GEjlwq018624 Message accepted for delivery 1.71 +quit 1.72 +221 2.0.0 milk.schnalke.local closing connection 1.73 +Connection closed by foreign host. 1.74 +<< milk meillo /home/meillo >> 1.75 + $ 1.76 +