Dileep Kumar M rearranged electrons thusly:

> i tried 'telnet pop3.eth.net 110' then i got the telnet prompt. since i don'n
> know telnet i quited the program. i remember i got some "microsoft .... ^] to
> escape etc. (maybe the ESMTP banner : i don't know, but when i typed display
> and press enter it said "already connected to pop3.eth.net")
 
ESMTP is the extended smtp protocol - you'd get it on port 25 (mail).  pop3 wont give 
you esmtp

but you could telnet to pop3.eth.net 110 from your linux box?  then do

telnet pop3.eth.net 110
user your-username
pass your-password
stat
list
retr [mesg no]
dele [mesg no] <- if you want to delete a mail
quit

> nameserver 127.0.0.1
> nameserver 127.0.0.3
> nameserver 202.9.186.237

Try restarting named and reloading your dns cache... and you can give max 3
nameservers there i think

# killall -HUP named
# /usr/sbin/ndc reload

> nameserver 202.54.6.1
> nameserver 202.54.1.30

> pls. help me. you are also using mutt & having eth account. did you have any 
> such problems.
 
mutt has nothing to do with it

-- 
Suresh Ramasubramanian  <-->  mallet <at> efn <dot> org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin

----------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/LIH

Reply via email to