From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86438 Path: news.gmane.org!not-for-mail From: Igor Sosa Mayor Newsgroups: gmane.emacs.gnus.general Subject: Re: mail vs news Date: Fri, 18 Dec 2015 16:19:34 +0100 Message-ID: <87egej2395.fsf@gmail.com> References: <87egemncar.fsf@nowhere.org> <87wpsdbang.fsf@gmail.com> <87a8p9tjiz.fsf@ericabrahamsen.net> <87si31b9zc.fsf@gmail.com> <8760zwtzs4.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450452038 10499 80.91.229.3 (18 Dec 2015 15:20:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2015 15:20:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34670@lists.math.uh.edu Fri Dec 18 16:20:25 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a9wpJ-0005eE-SH for ding-account@gmane.org; Fri, 18 Dec 2015 16:20:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1a9wpG-0008Sc-WB; Fri, 18 Dec 2015 09:20:11 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a9wpE-0008S3-81 for ding@lists.math.uh.edu; Fri, 18 Dec 2015 09:20:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a9wpD-0003Vt-Dw for ding@lists.math.uh.edu; Fri, 18 Dec 2015 09:20:08 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1a9wpA-00036X-Kl for ding@gnus.org; Fri, 18 Dec 2015 16:20:04 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a9wpA-0005SP-3f for ding@gnus.org; Fri, 18 Dec 2015 16:20:04 +0100 Original-Received: from chello062178062238.21.11.vie.surfer.at ([62.178.62.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Dec 2015 16:20:04 +0100 Original-Received: from joseleopoldo1792 by chello062178062238.21.11.vie.surfer.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Dec 2015 16:20:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: chello062178062238.21.11.vie.surfer.at X-Operating-System: Archlinux User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:Kx3VavyyN7YBctJBYqvKhn8q46w= X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86438 Archived-At: Rainer M Krug writes: [...] > Or like this: > > (nnimap "Maildir" > (nnimap-stream shell) > (nnimap-shell-program "/usr/local/opt/dovecot/libexec/dovecot/imap -o mail_location=maildir:$HOME/Maildir"))) > > If you do it like this, it is not necessary to run the imap server > daemon - no worries about security. And if I am correc=ct, you don't > need to configure dovecot with the conf file, as you specify the > parameters in the commandline. thanks. I'll give it a try in the holidays days.