From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15724 Path: news.gmane.org!not-for-mail From: "." Newsgroups: gmane.emacs.gnus.user Subject: [Postfix] Unable to open server Date: Thu, 16 Aug 2012 22:05:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9a81e2d4-0ea7-46bf-9f3c-fae90c499acf@ft6g2000vbb.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345180208 2152 80.91.229.3 (17 Aug 2012 05:10:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2012 05:10:08 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Aug 17 07:10:09 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T2Eoy-0000BL-O8 for gegu-info-gnus-english@m.gmane.org; Fri, 17 Aug 2012 07:10:08 +0200 Original-Received: from localhost ([::1]:46964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2Eox-0003em-Eb for gegu-info-gnus-english@m.gmane.org; Fri, 17 Aug 2012 01:10:07 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!ft6g2000vbb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 25 Original-NNTP-Posting-Host: 77.105.187.211 Original-X-Trace: posting.google.com 1345180025 15229 127.0.0.1 (17 Aug 2012 05:07:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 17 Aug 2012 05:07:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: ft6g2000vbb.googlegroups.com; posting-host=77.105.187.211; posting-account=VuiGOwoAAACmTGzDxdMGM0s4UVoC56t_ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:86806 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15724 Hello there, I want to read email via Gnus. My MTA is Postfix. Gnus is started on the same machine as MTA. Here is what I have in my .gnus.el: (setq user-mail-addres "foo") (setq user-full-name "Foo Bar") (add-to-list 'gnus-secondary-select-methods '(nnml "")) (eval-after-load "mail-source" '(add-to-list 'mail-sources '(maildir :path "~/Maildir/" :subdirs ("cur" "new")))) Gnus has successfully created a "~/Mail" dir that has all content from "~/Maildir," but when I'm starting Gnus I get the error. How to fix this? I guess that I should add my "~/Mail" dir as a group but I'm not sure how to do it. Thanks