Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

POP3 failure

  • 03-10-2003 10:01am
    #1
    Registered Users, Registered Users 2 Posts: 14,149 ✭✭✭✭


    Hey guys,

    have a curious problem here. I have a user here (using Outlook) attempting to connect to our mail server (RedHat w/ Sendmail). He can access his mail via SquirrelMail no problem, but any attempt to do so via Outlook cocks up

    doing a '$-> cat /var/log/messages |grep parameters' results in the following:
    Oct 3 09:08:42 BoxName pop(pam_unix)[20389]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=userX
    Oct 3 09:08:44 BoxName ipop3d[20389]: Login failed user=userX auth=userX host=wks151.Network.IE [host.IPAddr]
    Oct 3 09:08:47 BoxName ipop3d[20389]: Command stream end of file while reading line user=userX host=wks151.Network.IE [host.IPAddr]

    doing a '$-> cat /var/log/maillog |grep parameters' results in no pop3 activity

    Any ideas?


Comments

  • Registered Users, Registered Users 2 Posts: 7,521 ✭✭✭jmcc


    Originally posted by Lemming
    Hey guys,

    have a curious problem here. I have a user here (using Outlook) attempting to connect to our mail server (RedHat w/ Sendmail). He can access his mail via SquirrelMail no problem, but any attempt to do so via Outlook cocks up

    Is Outlook set to try for an encrypted connection? Because other than that it looks like a password or user id failure.


    doing a '$-> cat /var/log/maillog |grep parameters' results in no pop3 activity

    The maillog generally handles the sendmail connections and delivery. The pop logging should be in the /var/log/messages file - though this may vary on Redhat (I don't ordinarily use RH.).

    Regards...jmcc


  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    I don't think squirrelmail is using pop3 ?

    Are you sure pop3 is running on the server and is allowing access from other hosts?
    run telnet se.rv.er.ip 110 and make sure
    you're getting a prompt.

    Try configuring outlook to use imap.
    If squirrelmail is running on the same server as the mail service,
    it may just be configured to allow localhost connections.

    You don't say if this is just one Outlook user of many.
    Is he the only one who can't connect?

    From the log fragment it looks like most of the above are not the problem, but that he has a simple authentication problem.

    Compare with a known working Outlook installation,
    and reset the users password.

    Good Luck,
    NiallB


  • Registered Users, Registered Users 2 Posts: 568 ✭✭✭phil


    Could you grab a TCPDUMP of the session.



    tcpdump -xX src or dst port 110

    It sounds like Outlook is buggering up somewhere. You might be advised to go with a different POP3 daemon.

    Regards,
    Phil.


Advertisement