That message is exactly what a pop server will tell you if your username/password is incorrect - it probably is. There are three AUTH_METHODs for a POP3 server from memory - if the username and pass are really correct try changing that to (probably) BEST or perhaps APOP...depends on what is driving the login.

First as a sanity check make sure you can actually connect from that box using telnet straight into the POP3 box:

$ telnet mail.somesite.com 110 Connecting to mail.somesite.com.... +OK POP3 v2001.78rh server ready <5efa.3eb25bc1@mail.someite.org> USER <username_goes_here> [Enter] +OK User name accepted, password please PASS <password_goes_here> [Enter] -ERR Bad login PASS <correct_password!> [Enter] +OK Mailbox open, 250 messages QUIT [Enter] +OK Sayonara Connection to host lost. $

You need to type in the alternate lines which is your half of the server dialog. No angle brackets! Note the standard error message if you put in the wrong password.

cheers

tachyon

s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print


In reply to Re: Remote email access issue by tachyon
in thread Remote email access issue by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.