Assignment 4
Sending email using telnet and smtp
Last login: Fri Oct 22 17:33:42 on console
Welcome to Darwin!
dhcp58:~ jones$ telnet smtp.marlboro.edu 25
Trying 10.1.2.14...
Connected to mute.marlboro.edu.
Escape character is '^]'.
220 mute.marlboro.edu ESMTP Exim 3.35 #1 Fri, 22 Oct 2004 17:40:44 -0400
HELO cs.marlboro.edu
250 mute.marlboro.edu Hello dhcp58.marlboro.edu [10.2.1.58]
MAIL FROM:
250 is syntactically correct
RCTP TO:
500 Unrecognized command
RCPT TO:
250 verified
DATA
354 Enter message, ending with "." on a line by itself
this is an email message
hello
.
250 OK id=1CL7CO-0006Oc-00
QUIT
221 mute.marlboro.edu closing connection
Connection closed by foreign host.
dhcp58:~ jones$
Retreiving email using telnet and pop3
Last login: Sat Oct 23 07:01:50 on ttyp2
Welcome to Darwin!
Badi-Jones-Computer:~ jones$ telnet www.charlestoncitypaper.com 110
Trying 165.166.123.150...
Connected to cluster.webtelpro.com.
Escape character is '^]'.
+OK CommuniGate Pro POP3 Server 4.1 ready <19072809.1098529556@webtelpro.com>
user webeditor@charlestoncitypaper.com
+OK please send the PASS
pass ***********
+OK 64 messages (432191 bytes)
list
+OK 64 messages
1 3548
2 1074
3 1020
...
59 920
60 1106
61 6569
.
retr 60
+OK 1106 bytes will follow
Return-Path:
Received: from [64.18.0.39] (HELO psmtp.com)
by webtelpro.com (CommuniGate Pro SMTP 4.1)
with SMTP id 37672766 for webeditor@charlestoncitypaper.com; Fri, 22 Oct 2004 17:44:08 -0400
Received: from source ([12.6.230.75]) by exprod5mx125.postini.com ([64.18.4.10]) with SMTP;
Fri, 22 Oct 2004 15:44:07 MDT
Received: from dhcp58.marlboro.edu ([10.2.1.58] helo=cs.marlboro.edu)
by mute.marlboro.edu with smtp (Exim 3.35 #1 (Debian))
id 1CL7CO-0006Oc-00
for ; Fri, 22 Oct 2004 17:44:00 -0400
Message-Id:
From: santa@marlboro.edu
Bcc:
Date: Fri, 22 Oct 2004 17:44:00 -0400
X-Marlboro-MailScanner: clean
X-Marlboro-SpamCheck: not spam, SpamAssassin (score=0.161, required 7,
BAYES_10 0.00, NO_REAL_NAME 0.16)
X-MailScanner-From: santa@marlboro.edu
X-pstn-levels: (S: 5.28199/99.31250 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 3 (1.0000:1.0000) s gt3 gt2 gt1 r p m c
X-pstn-addresses: from [133/6]
this is an email message
hello
.
quit
+OK CommuniGate Pro POP3 Server connection closed
Connection closed by foreign host.
Badi-Jones-Computer:~ jones$
Non-Recursive queries to find an IP address for ns1.msie.marlboro.edu
jones$ dig ns1.msie.marlboro.edu +norecurse
; <<>> DiG 9.2.2 <<>> ns1.msie.marlboro.edu +norecurse
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 75
;; flags: qr ra; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 3
;; QUESTION SECTION:
;ns1.msie.marlboro.edu. IN A
;; AUTHORITY SECTION:
marlboro.edu. 18962 IN NS NS2.marlboro.edu.
marlboro.edu. 18962 IN NS NS.msie.marlboro.edu.
marlboro.edu. 18962 IN NS NS1.marlboro.edu.
;; ADDITIONAL SECTION:
NS2.marlboro.edu. 114963 IN A 12.6.231.2
NS.msie.marlboro.edu. 114963 IN A 216.114.150.126
NS1.marlboro.edu. 114963 IN A 12.6.230.2
;; Query time: 105 msec
;; SERVER: 63.240.76.19#53(63.240.76.19)
;; WHEN: Sat Oct 23 06:15:19 2004
;; MSG SIZE rcvd: 140
|