From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66589 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap and Exchange 2007 Date: Fri, 28 Mar 2008 09:48:39 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86od8yvr94.fsf@lifelogs.com> References: <76fxub3ufm.fsf@dev-d01.ppllc.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206715635 4496 80.91.229.12 (28 Mar 2008 14:47:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2008 14:47:15 +0000 (UTC) Cc: ding@gnus.org To: Jake Colman Original-X-From: ding-owner+M15075@lists.math.uh.edu Fri Mar 28 15:47:44 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JfFrf-00056A-0l for ding-account@gmane.org; Fri, 28 Mar 2008 15:47:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JfFqs-0007gO-Fp; Fri, 28 Mar 2008 09:46:42 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JfFqr-0007gE-Dg for ding@lists.math.uh.edu; Fri, 28 Mar 2008 09:46:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JfFql-0003E1-Do for ding@lists.math.uh.edu; Fri, 28 Mar 2008 09:46:41 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JfFqu-0004Av-00 for ; Fri, 28 Mar 2008 15:46:44 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id D53347D9319; Fri, 28 Mar 2008 07:51:45 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:080328:colman@ppllc.com::dVZe7JjZL68ONbw8:05GGU X-Hashcash: 1:20:080328:ding@gnus.org::kLJPFf2uBOODz/XQ:00002tDr In-Reply-To: <76fxub3ufm.fsf@dev-d01.ppllc.com> (Jake Colman's message of "Fri, 28 Mar 2008 08:27:25 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66589 Archived-At: On Fri, 28 Mar 2008 08:27:25 -0400 Jake Colman wrote: Jake> As of yesterday, we have moved from Exchange 2003 and Exchange 2007 Jake> and now Gnus won't work. Jake> Yes, I have found the postings that indicate that nnimap won't work with Jake> Exchange 2007 and that it's Microsoft's fault. Great. But is there Jake> anything I can do? Jake> I googled and found a posting from Ted Zlatanov discussing "setting up Jake> an IMAP mail source that Gnus uses to download new mail into a local Jake> Maildir". I've emailed him but maybe someone on this list (or Ted if he Jake> sees this before he seems my email) can tell me what needs to be done? Jake> I have well over 10 years experience with using Gnus to do my email Jake> processing. I really can't stand the thought of doing it any other way. I know the feeling. Well, my settings are: (setq gnus-select-method '(nnmaildir "home" (directory "~/Maildir") (directory-files nnheader-directory-files-safe) (get-new-mail t)) mail-sources '((imap :server "myserver" :stream tls :predicate "UNSEEN UNDELETED" :fetchflag "\\Seen")) ) I think that's all you need, but merge it carefully into your own setup. I checked in an IMAP fix from Michael Harnois just now that may make IMAP on Exchange 2007 OK for you. I don't use Exchange as an IMAP server myself, I've already set things up as you see above, so make sure to report any problems you find if you go that route. Ted