From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15751 Path: news.gmane.org!not-for-mail From: "." Newsgroups: gmane.emacs.gnus.user Subject: Re: Get mails from remote machine via SSH Date: Mon, 27 Aug 2012 08:48:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <37f9f24b-79bf-4bd4-81f2-620437474675@c4g2000vbe.googlegroups.com> References: <39716dc5-71b7-46d0-9ee3-9aff6a80f018@r4g2000vbn.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1346082911 10093 80.91.229.3 (27 Aug 2012 15:55:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2012 15:55:11 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Aug 27 17:55:12 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 1T61ed-0001wh-Kr for gegu-info-gnus-english@m.gmane.org; Mon, 27 Aug 2012 17:55:07 +0200 Original-Received: from localhost ([::1]:56891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T61eb-0004fi-NX for gegu-info-gnus-english@m.gmane.org; Mon, 27 Aug 2012 11:55:05 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!c4g2000vbe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 27 Original-NNTP-Posting-Host: 77.105.187.120 Original-X-Trace: posting.google.com 1346082859 32528 127.0.0.1 (27 Aug 2012 15:54:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 27 Aug 2012 15:54:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c4g2000vbe.googlegroups.com; posting-host=77.105.187.120; 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:86833 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:15751 Archived-At: > If you intend Gnus to be your MUA on the client machine, > you even have the option of setting up a maildir source using a remote > TRAMP-style filename as the target, e.g. `/ssh:user@host:Maildir'. Could you provide a full command (including Emacs Lisp code)? > However, syncing the Maildirs in the background, outside of Gnus, will > probably yield better performance. =A0If your client has public-key > authentication without a passphrase to the server, you can set up the > maildir-syncing script as a cron job. It uses a passphrase. > The script could also include > some command to clear out the server-side Maildir, but personally I > think that is a bad idea unless there is some special reason for it. Is there a way to do it from Gnus? > For sending, you could use a relay-only MTA such as msmtp, nullmailer, > etc. on the client machine, and set up an SSH tunnel to the server's > mail submission port, thus avoiding the security/authentication problems > of SMTP. Could you provide more details (or links)? Thanks