cá huynh cho em hỏi về cac lệnh khi gởi và nhận
mail cua pop3 và smtp của maildeamonxin cám ơn nhiều đay là mail của em:
ady1331985@yahoo.com
cá huynh cho em hỏi về cac lệnh khi gởi và nhận
mail cua pop3 và smtp của maildeamonxin cám ơn nhiều đay là mail của em:
ady1331985@yahoo.com
ý của u là nhận và gửi thư = dòng lệnh thông qua telnet?
gửi thư
1 Command is telnet <servername> 25
2. Turn on local echo on your telnet client so that you can see what you are typing.
On Win 9x and NT 3.5/4.0 Telnet client this done by selecting the "preferences" from the "terminal" pull down menu, and checking the local echo radio button. For Windows 2000 telnet client, issue command "set local_echo", from the telnet command prompt.
3. Issue the following smtp command sequence
helo <your domain name><enter>
response should be as follows
250 OK
mail from: <your Email Address><enter>
response should be as follows
250 OK - mail from <your Email address>
rcpt to: <recipient address><enter>
response should be as follows
250 OK - Recipient <recipient address>
data<enter>
response should be as follows
354 Send data. End with CRLF.CRLF
To: <recipient's display name><enter>
From: <your display name><enter>
Subject: <Subject field of Email message><enter>
<Enter you body text><enter><enter> . <enter>
response should be as follows
250 OK
quit<enter>
nhận thư
1. Telnet into Exchange server hosting IMS service using TCP port 110.
Command is telnet <servername> 110
2. Turn on local echo on your telnet client so that you can see what you are typing.
On Win 9x and NT 3.5/4.0 Telnet client this done by selecting the "preferences" from the "terminal" pull down menu, and checking the local echo radio button. For Windows 2000 telnet client, issue command "set local_echo", from the telnet command prompt.
3. After performing step 1 the terminal window text should appear as follows
+OK Microsoft Exchange POP3 server version 5.5.2653.23 ready
4. Issue the following command sequence.
user <nt_domain>\<nt_username>\<mailbox_ali as>
pass <password>
note: Since local echo has been set, your password will appear on the telnet terminal window in plain text.
list
Displays a list of email messages
retr <message number>
Displays a specific message in the telnet terminal window
dele <message number>
Deletes a specific message
Quit
Closes telnet session