Link to home
Start Free TrialLog in
Avatar of biju041297
biju041297

asked on

POP3

I have set up pop3 on my solaris 2.5 machine running Netra.  I can telnet in to the POP3 port of the machine.  Everything seems to be alright, but I cant get any pop client like Eudora to fetch the mail (it says that it cannot or something like that).  But it can send and receive mail from the Unix prompt.
Avatar of jamie040297
jamie040297

I don't know the operating system specific bits (hence the comment, not an answer) but have you included pop in the inetd.conf file in /etc?
Try this:

      telnet your_machine.com 110
      user your_pop_id
      pass your_pop_password
      quit

There will either be an error message during this whole process
or not. Make sure to write down the EXACT error message & post the answer here.

Have fun,

      MikeE
Avatar of biju041297

ASKER

Jamie,

Yes, I have edited the inetd.conf file.  I can only telnet into the POP3 port from the same machine, and not from elsewhere.

Mikee,

There were no errors in the entire process.  Thanx :)
ASKER CERTIFIED SOLUTION
Avatar of mikee041297
mikee041297

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It's also possible that you were set up with /bin/noshell - if
you were, for some IDIOT reason Netras are set up by default not
to allow POP connections to accounts with /bin/noshell.

I also agree that it could be the machine's TCP wrapper found in the Netra configuration interface.

Get the sysadmin to edit /etc/shells if you have no UNIX shell and if you do, ask them to check the TCP wrapper.  

Lastly, the Sun pop3 daemon is known to leave behind lock files - once it makes a lock file it stays forever!  So if an account with your name existed previously with a different UserID number the system won't create a lock file and therefore won't let you get any POP3 mail.

Hope this works for you.