[7871] in SIPB bug reports
fetchmail
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Fri Nov 16 11:26:25 2001
Message-Id: <200111161626.LAA21441@brad-majors.mit.edu>
To: bug-sipb@MIT.EDU
Date: Fri, 16 Nov 2001 11:26:22 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
The fetchmail in the sipb locker, at least for Suns, appears to
be broken for doing kpop. With my test account:
[ssiehcaz@contents-vnder-pressvre] /afs/athena.mit.edu/user/s/s/ssiehcaz$ from
POP mail:
From: Yrrag R Ssiehcaz <ssiehcaz@MIT.EDU>
From: Yrrag R Ssiehcaz <ssiehcaz@MIT.EDU>
[ssiehcaz@contents-vnder-pressvre] /afs/athena.mit.edu/user/s/s/ssiehcaz$ which fetchmail
/mit/sipb/arch/sun4x_58/bin/fetchmail
[ssiehcaz@contents-vnder-pressvre] /afs/athena.mit.edu/user/s/s/ssiehcaz$ fetchmail -c -v -p kpop -A kerberos po11
fetchmail: 4.6.0 querying po11 (protocol POP3) at Fri Nov 16 11:16:37 2001
fetchmail: krb5_sendauth: Bad response (during sendauth exchange)
fetchmail: POP3> QUIT
fetchmail: POP3< ERR Kerberos authentication failure: Generic kerberos error (kfailure)
fetchmail: client/server synchronization error while fetching from po11
fetchmail: normal termination, status 7
[ssiehcaz@contents-vnder-pressvre] /afs/athena.mit.edu/user/s/s/ssiehcaz$ fetchmail -c -v -p kpop -A kerberos_v4 po11
Invalid preauthentication `kerberos_v4' specified.
Also fails if I don't specify a -A option at all.
Looking at the code, it looks like if it's built with KERBEROS_V5
defined, it's mostly useless for krb4 kpop.
Garry