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

fetchmail

  • 27-04-2004 5:45pm
    #1
    Registered Users, Registered Users 2 Posts: 1,368 ✭✭✭


    ok,
    having a little trouble setting up fetchmail.
    Im trying to get my college mail from home.
    I know other guys can do it, other than that I wouldnt have thought it possible.

    My .fetchmailrc file is as follows:

    poll "beacon.nuigalway.ie" # tell fetchmail where to look
    protocol IMAP # we use the IMAP-protocol
    username "my_college_username" # who am i ?
    password "my_college_password" # passwords
    mimedecode # automaticaly deal with mime (attachements)
    mda "/usr/bin/procmail -d %s" # tell fetchmail which MDA to use

    When i run fetchmail i get the following error:

    fetchmail: Authorization failure on *******@beacon.nuigalway.ie
    fetchmail: Query status=3 (AUTHFAIL)

    I've tried chaning the protocol to pop3, and that gives me a socket error..


    any ideas much appreciated,

    king


Comments

  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Originally posted by king_of_inismac
    fetchmail: Authorization failure on *******@beacon.nuigalway.ie
    fetchmail: Query status=3 (AUTHFAIL)
    Sure the username and password are right?

    adam


  • Registered Users, Registered Users 2 Posts: 1,368 ✭✭✭king_of_inismac


    ya, there right


  • Registered Users, Registered Users 2 Posts: 834 ✭✭✭fragile


    What version of fetchmail are you using?

    Try launching fetchmail with

    --auth password

    instead of having your password in .fetchmailrc. I think there is an issue with this in versions 5.6.8 or higher that gives an error like you described


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


    fetchmail -v -v
    will give you more information and should point to you
    where things are going wrong.
    It certainly looks username/password/hostname related,
    but look out for TLS or SSL errors.
    Your ssl protocol may be incompatible with the server.
    Try in turn:
    fetchmail -v -v --sslproto ssl2
    fetchmail -v -v --sslproto ssl3
    fetchmail -v -v --sslproto tls1

    Add the word
    keep
    to your fetchmailrc just in case,
    and then try removing the mda line.

    Good luck,
    NiallB


Advertisement