RE: pop won't authenticate my password

From: Ben Yau (byau_at_cardcommerce.com)
Date: 01/17/04

  • Next message: Ed McCorduck: "RE: pop won't authenticate my password"
    To: <redhat-list@redhat.com>
    Date: Fri, 16 Jan 2004 16:52:53 -0800
    
    

    >
    > Thanks, Ben. No, I'm not able to get into my pop server at all either
    > through the Mozilla client nor through Telnet (see my previous reply to
    > Rodolfo's message). Is there another way to get into my pop server to
    > see what's going on?

    Hi Ed.

    Here is how I would go about diagnosing:
    Log into the pop server machine:

    # netstat -lan

    That will tell what ports your machine is currently listening to. 110
    should show up in the listing similar to:

    tcp 0 0 10.253.0.150:110 10.253.32.76:2952
    TIME_WAIT

    If it doesn't ,then your pop daemon is not running.

    If it does show up, then try telnet:

    telnet localhost 110
    or
    telnet 127.0.0.1 110

    If that connects (you should see something like:)
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    +OK Qpopper (version 4.0.3) at locahost starting.

    Then that is working. If it doesn't show up, then it's listening on 110 but
    not letting you connect (which would be VERY strange. Ihave not seen that
    before).

    If working, now try to telnet from another host to pop3 host using an ip
    addres you know will connect. e.g. if you can ssh or telnet or ftp from
    host1 to your pophost, then go to host1 and see if you can get a telnet
    connection to your pop3 server on port 110.

    If that works, then there's a good chance your pop3 server is fine. Next
    telnet from the machine that has your pop3 client to the pop3 server port
    110 . If that works, now we know it is a misconfiguration in your mozilla
    mail client which brings me to the next paragraph.

    > But let me ask you: how would I do as you suggest, "Make
    > sure the server in your POP3 config is the correct one"?
    >
    >

    What I mean to say is

    "make sure the pop server in your pop 3 client's config is the correct one"

    Since you were being asked for ed@pop 's password, I was thinking that
    perhaps in your mail client you only put "pop" as the server name. Make
    sure your client resolve that correctly to your connection is all.

    For example, at a previous place of work one person wasn't getting their
    mail. Their pop3 server config siad "mail" which was the exact same as a
    person next to her. What happened was that the person next to her had the
    correct search domains (including "internal.company.com" so that her client
    would try "mail.internal.company.com". The person's machine who did not
    work did not have that in there so we put that in there. I myself prefer
    using the full hostname right in the config instead of relying on the search
    order so on my machine personally i had the pop3 server listed as
    "mail.internal.company.com" so I knew it was going to the right place
    (instead of just listing "mail"). (note, she did have "company.com" in her
    search order, however our firewall was blocking "mail.company.com". When
    her mail client attempted to acess mail.company.com it would go out the
    firewall to the internet and try to come back in again which is why she was
    getting timed out)

    Does that make sense?

    You may even want to test it first by putting in the IP address of your POP3
    server into your mail client's pop3 server config field. If that doesn't
    work, then there's a connection problem. if it does work, then there's some
    hostname resolution problem.

    Hope that is mor clear . Good luck

    Ben

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Ed McCorduck: "RE: pop won't authenticate my password"

    Relevant Pages

    • Re: SBS 2003 SP 1 on MSDN disks
      ... the PPPoE client, which I believe it operate as, even if Earthlink does not know it, and stop using the Windows Server 2003 PPPoE client to connect. ... I have started the Telnet service on my client computer ... I have started the Telnet service on the SBS2003 server. ...
      (microsoft.public.windows.server.sbs)
    • Re: Kerberos V5 Authentication for a Telnet Session
      ... Neither Microsoft's Telnet Server nor their Telnet client support ... Kerberos authentication. ...
      (comp.protocols.kerberos)
    • Re: Kerberos V5 Authentication for a Telnet Session
      ... I think neither Windows telnet client nor Windows telnet server support ... Kerberos authentication - with the built-ins, ...
      (microsoft.public.windows.server.security)
    • Re: Exchange 2003/IMAP Username-PW Problem
      ... event viewer on the server or the client. ... client to migrate files to Exchange. ... I have the same problem connecting via telnet on ...
      (microsoft.public.exchange.connectivity)
    • Re: network programming in c
      ... >> I thought that kind of server used telnet. ... > communicate with their client with CRLF-delimited ASCII-strings. ... protocols (or ASCII, for that matter, though since eg DNS uses ASCII ... Telnet itself doesn't use plain-text commands. ...
      (comp.programming)