<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0"><channel><title>Puppy Linux Blog</title><description>Pritlog</description><link>http://mainetrapshooting.com/blog/index.php/RS</link><item><link>http://mainetrapshooting.com/blog/index.php/RSS/emviewEntry/00016/Telnet-and-email</link><title>Telnet and email</title><category>email</category><description>Open a connection from your computer to your mail server.&lt;br&gt;Code:&lt;br&gt;telnet mail.domain.ext 110&lt;br&gt;&lt;br&gt;You should receive a reply like:&lt;br&gt;Trying ???.???.???.???...&lt;br&gt;Connected to mail.domain.ext.&lt;br&gt;Escape character is '^]'.&lt;br&gt;+OK ready&lt;br&gt;&lt;br&gt;Then log in:&lt;br&gt;Code:&lt;br&gt;USER username&lt;br&gt;&lt;br&gt;This should give you:&lt;br&gt;+OK Password required for userName.&lt;br&gt;&lt;br&gt;Now give your password:&lt;br&gt;Code:&lt;br&gt;PASS password&lt;br&gt;&lt;br&gt;Should yield:&lt;br&gt;+OK userName has ? visible messages (? hidden) in ????? octets.&lt;br&gt;&lt;br&gt;To see a list of your emails awaiting collection use the LIST command, this will also show you the id number of your messages (e.g. 1 or 2 etc.)&lt;br&gt;&lt;br&gt;To view the contents of an email type RETR + the id number of the message (e.g RETR 1).&lt;br&gt;&lt;br&gt;To delete a message use DELE + the id number of the message (e.g DELE 1).&lt;br&gt;&lt;br&gt;To leave your mailbox and close the connection use QUIT&lt;br&gt;</description></item></channel></rss>


