>>>>> "Brian" == Brian Nelson <[EMAIL PROTECTED]> writes: >> (imap-stream kerberos4)))) > ^^^ > Oops, that looks like a typo. That should be > (nnimap-stream kerberos4)
That gives me an error. After stripping most of my .gnus away, so I'm left with only the select methods parts, the error goes away. Looks like some more debugging is in order ... > Also, there's a bug report on http://bugs.debian.org/121560 > that says that 'imtest' is required to make a kerberos_v4 > imap connection. That file only seems to be available in > the cyrus-imapd package. That was my report. imtest appears to by used to probe the server for defaults. For example, if I use the corrected (nnimap-stream kerberos4), I get imtest: command not found, Process imap exited abnormally with code 127 in my *imap-log* buffer. If I make sure that imtest is in my path (by installing cyrus-admin, cyrus-common and cyrus-imap, and then copying imtest from /usr/sbin to /usr/local/bin), I'm told usage: imtest [-p] <server> <port> Process imap exited abnormally with code 1 The imtest in cyrus-imapd doesn't come with a man page and doesn't appear to accept all of the arguments that are discussed in the install.txt that is part of cyrus-common. I'm stumped. Mike