fetchmail-friends
[Top] [All Lists]

[fetchmail]Problem with fetchmail-5.7.5 and Imap server

2001-03-22 06:37:05
Using imap 4.7c2-12 and fetchmail-5.7.5 I tried to access the server. The
server is setup to use port 143 for imap version 3. The xinetd file is
setup as:

service imap
{
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/imapd
        log_on_success          += DURATION USERID
        log_on_failure          += USERID
        disable                 = no
}

Fetchmail is configured as with no password since GSSAPI was configured
in:

# Configuration created Mon Mar 19 22:21:02 2001 by fetchmailconf
set postmaster "torri"
set logfile /home/torri/logs/fetchmail.log
set bouncemail
set spambounce
set daemon 60
set properties ""

poll base.torri.linux with proto IMAP port 143
        user 'torri' there
        is torri here options stripcr warnings 3600
        mda '/usr/bin/procmail -d %s'
        antispam 571 550 501 554


Kerberos works fine. I can get a new ticket via kinit and use services
like ftp without entering a password.

The error from the logs is:

fetchmail: terminated with signal 15
fetchmail: 5.7.5 querying base.torri.linux (protocol IMAP) at Wed, 21 Mar 2001 
18:12:55 +0000 (GMT)
fetchmail: IMAP< * OK base.torri.linux IMAP4rev1 v12.264 server ready
fetchmail: IMAP> A0001 CAPABILITY
fetchmail: IMAP< * CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT 
MAILBOX-REFERRALS LOGIN-REFERRALS AUTH=GSSAPI AUTH=LOGIN THREAD=ORDEREDSUBJECT
fetchmail: IMAP< A0001 OK CAPABILITY completed
fetchmail: IMAP> A0002 AUTHENTICATE GSSAPI
fetchmail: IMAP< A0002 NO AUTHENTICATE GSSAPI failed
fetchmail: Sending credentials
fetchmail: Error exchanging credentials
fetchmail: IMAP< * BAD Null command
fetchmail: Authorization failure on torri(_at_)base(_dot_)torri(_dot_)linux
fetchmail: IMAP> A0003 LOGOUT
fetchmail: IMAP< * BYE base.torri.linux IMAP4rev1 server terminating connection
fetchmail: IMAP< A0003 OK LOGOUT completed
fetchmail: Query status=3 (AUTHFAIL)
fetchmail: normal termination, status 3
fetchmail: 5.7.5 querying base.torri.linux (protocol IMAP) at Wed, 21 Mar 2001 
18:13:20 +0000 (GMT)
fetchmail: IMAP< * OK base.torri.linux IMAP4rev1 v12.264 server ready
fetchmail: IMAP> A0001 CAPABILITY
fetchmail: IMAP< * CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT 
MAILBOX-REFERRALS LOGIN-REFERRALS AUTH=GSSAPI AUTH=LOGIN THREAD=ORDEREDSUBJECT
fetchmail: IMAP< A0001 OK CAPABILITY completed
fetchmail: Protocol identified as IMAP4 rev 1
fetchmail: Using service name 
[imap/base(_dot_)torri(_dot_)linux(_at_)TORRI(_dot_)LINUX]
fetchmail: IMAP> A0002 AUTHENTICATE GSSAPI
fetchmail: IMAP< A0002 NO AUTHENTICATE GSSAPI failed
fetchmail: Sending credentials
fetchmail: Error exchanging credentials
fetchmail: IMAP< * BAD Null command
fetchmail: Authorization failure on torri(_at_)base(_dot_)torri(_dot_)linux
fetchmail: IMAP> A0003 LOGOUT
fetchmail: IMAP< * BYE base.torri.linux IMAP4rev1 server terminating connection
fetchmail: IMAP< A0003 OK LOGOUT completed
fetchmail: Query status=3 (AUTHFAIL)
fetchmail: Deleting fetchids file.
fetchmail: normal termination, status 3
fetchmail: Deleting fetchids file.


Stephen

-----------------------------------------------
Buyer's Guide for a Operating System:
Don't care to know: Mac
Don't mind knowing but not too much: Windows
Hit me! I can take it!: Linux




<Prev in Thread] Current Thread [Next in Thread>