[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Gnus and IMAP on Debian?



>>>>> "Brian" == Brian Nelson <nelson@bignachos.com> writes:

    > Try:

    > (setq gnus-select-method '(nntp "news.iupui.edu"))
    > (setq gnus-secondary-select-methods 
    >       '((nnml "")
    >         (nnimap "imap1.iupui.edu"
    >                 (nnimap-address "imap1.iupui.edu")
    >                 (imap-stream kerberos4))))

Thanks Brian,

Specifying the stream stops Gnus from trying (and failing) to
probe for the stream, but still doesn't get me connected.  When I
put this in my .gnus:

(setq gnus-select-method '(nntp "news.iupui.edu"))
;(setq gnus-secondary-select-methods '((nnml "")))
(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(add-to-list 'gnus-secondary-select-methods
	     '(nnimap "imap1.iupui.edu"
		      (nnimap-address "imap1.iupui.edu")
		      (imap-stream kerberos_v4)
		      ))
(setq debug-on-error t)
(setq imap-log "*imap-log*")
(setq imap-debug "*imap-debug*")
(setq nnimap-debug "*nnimap-debug*")

My results are as appended below.  I don't have any problems
checking the server with fetchmail (results also appended below),
but I just can't Gnus v5.8.8 to successfully connect.  (I'm
running debian testing).

Do you or anyone else have suggestions for debugging this
further?  There was a recent post on gnu.emacs.gnus from someone
who seems to be having similar troubles with Gnus on a Debian
system (although he is trying to use ssl rather than kerberos).

Mike


============
*Messages* :
Loading gnus...
Loading gnus...done
Loading gnus-start...
Loading gnus-start...done
Loading cl-seq...
Loading cl-seq...done
Loading gnus-demon...
Loading gnus-demon...done
Loading bbdb-gnus...
Loading bbdb-gnus...done
Reading /home/miller/.newsrc.eld...
Loading gnus-group...
Loading gnus-group...done
Reading active file from news.iupui.edu via nntp...
Reading active file from imap1.iupui.edu via nnimap...
Opening nnimap server on imap1.iupui.edu...
imap: Connecting to imap1.iupui.edu...
imap: Connecting to imap1.iupui.edu...failed

Reading active file via nnml...
Opening nnml server...

nnml: Reading incoming mail from file...
Wrote /home/miller/[...]
Wrote /home/miller/[...]
nnml: Reading incoming mail (2 new)...done
Reading active file via nnml...
Reading active file via nnml...done
Loading gnus-cache...
Loading gnus-cache...done
Opening nnimap server on imap1.iupui.edu...
Denied server

No new newsgroups
Checking new news...
Opening nndraft server...

Loading gnus-sum...
Loading gnus-sum...done
Checking new news...done
Loading gnus-topic...
Loading gnus-topic...done


============
*imap-debug* :
| 2 -> imap-opened: buffer=" *nnimap* imap1.iupui.edu"
| 2 <- imap-opened: nil
| | 3 -> imap-open: server="imap1.iupui.edu" port=nil stream=nil auth=nil buffer=" *nnimap* imap1.iupui.edu"
| | | 4 -> imap-opened: buffer=" *nnimap* imap1.iupui.edu"
| | | 4 <- imap-opened: nil
| | | 4 -> imap-open-1: buffer=" *nnimap* imap1.iupui.edu"
| | | 4 <- imap-open-1: nil
| | | 4 -> imap-opened: buffer=" *nnimap* imap1.iupui.edu"
| | | 4 <- imap-opened: nil
| | 3 <- imap-open: nil


============
*nnimap-debug* :
============
=====================================================================
1 -> nnimap-server-opened: server="imap1.iupui.edu"
1 <- nnimap-server-opened: nil
======================================================================
1 -> nnimap-open-server: server="imap1.iupui.edu" defs=((nnimap-address "imap1.iupui.edu") (imap-stream kerberos_v4))
| 2 -> nnimap-server-opened: server="imap1.iupui.edu"
| 2 <- nnimap-server-opened: nil
| 2 -> nnimap-open-connection: server="imap1.iupui.edu"
| 2 <- nnimap-open-connection: nil
1 <- nnimap-open-server: nil

============
fetchmail output:
fetchmail -v -u mmiller3 -c imap1.iupui.edu     
Enter password for mmiller3@imap1.iupui.edu: 
fetchmail: 5.9.5 querying imap1.iupui.edu (protocol auto) at Tue Dec  4 09:20:18 2001: poll started
fetchmail: 5.9.5 querying imap1.iupui.edu (protocol IMAP) at Tue Dec  4 09:20:18 2001: poll started
fetchmail: IMAP< * OK smack Cyrus IMAP4 v1.5.2 server ready
fetchmail: IMAP> A0001 CAPABILITY
fetchmail: IMAP< * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ X-NON-HIERARCHICAL-RENAME AUTH=KERBEROS_V4
fetchmail: IMAP< A0001 OK Completed
fetchmail: IMAP> A0002 LOGIN "mmiller3" "*"
fetchmail: IMAP< A0002 OK User logged in
fetchmail: IMAP> A0003 EXAMINE "INBOX"
fetchmail: IMAP< * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
fetchmail: IMAP< * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)] 
fetchmail: IMAP< * 1 EXISTS
fetchmail: IMAP< * 0 RECENT
fetchmail: IMAP< * OK [UIDVALIDITY 959245548] 
fetchmail: IMAP< A0003 OK [READ-ONLY] Completed
fetchmail: IMAP> A0004 SEARCH UNSEEN
fetchmail: IMAP< * SEARCH
fetchmail: IMAP< A0004 OK Completed
1 message (1 seen) for mmiller3 at imap1.iupui.edu.
fetchmail: IMAP> A0005 LOGOUT
fetchmail: IMAP< * BYE LOGOUT received
fetchmail: IMAP< A0005 OK Completed
fetchmail: 5.9.5 querying imap1.iupui.edu (protocol IMAP) at Tue Dec  4 09:20:18 2001: poll completed
fetchmail: 5.9.5 querying imap1.iupui.edu (protocol auto) at Tue Dec  4 09:20:18 2001: poll completed
fetchmail: normal termination, status 1



Reply to: