How to read your email from Telnet
This is kind of a 
stupid pet trick.  But it does have two good purposes: 1) You can go in and
delete large spams, big image files sent by the intelligence-challenged, etc,
and 2) It scares the hell out of analysts and other functional consultancy
types: (I'm assuming Windows 2000 scenario here, but the only difference
in commands on other systems is the connection to port 110 and setting local
echo).
- Start up a command line
- telnet
- set LOCAL_ECHO
- open mail.yourserver.es 110
- user foo
- pass bar
- list(to list out the messages you have)
- top 11 30(print the first 30 lines of message 11)
- dele 11(delete message 11)
- quit
 

 




 
No comments:
Post a Comment
I moderate comments blog posts over 14 days old. This keeps a lot of spam away. I generally am all right about moderating. Thanks for understanding.