From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "." Newsgroups: gmane.emacs.help Subject: Gnus: get emails from a remote server via SSH Date: Mon, 3 Sep 2012 13:25:31 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1346704213 4362 80.91.229.3 (3 Sep 2012 20:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Sep 2012 20:30:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 03 22:30:15 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1T8dHj-0003RX-A6 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Sep 2012 22:30:15 +0200 Original-Received: from localhost ([::1]:55048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8dHg-0001WY-2l for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Sep 2012 16:30:12 -0400 Original-Received: by 10.224.39.75 with SMTP id f11mr9222175qae.8.1346703931702; Mon, 03 Sep 2012 13:25:31 -0700 (PDT) Original-Received: by 10.52.97.102 with SMTP id dz6mt9059485vdb.2.1346703931657; Mon, 03 Sep 2012 13:25:31 -0700 (PDT) Original-Path: usenet.stanford.edu!v8no547214qap.0!news-out.google.com!da15ni7637554qab.0!nntp.google.com!b19no562833qas.0!postnews.google.com!q20g2000vbx.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: q20g2000vbx.googlegroups.com; posting-host=77.105.187.97; posting-account=VuiGOwoAAACmTGzDxdMGM0s4UVoC56t_ Original-NNTP-Posting-Host: 77.105.187.97 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) Injection-Date: Mon, 03 Sep 2012 20:25:31 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194302 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86645 Archived-At: Hello there, I have two machines: a server that uses Postfix and a client. (The latter doesn't have a static ip.) I'd like to use Gnus on the client to read / send / store emails. Looks like that the easiest (and secure) way to do this is to use SSH. There is a related guide [1], but I know neither Emacs Lisp nor sh. I also want emails to be automatically deleted from the server after the synchronization. Could you help me with this? (Please provide code if possible.) My server-side configuration can be found here [2]. I've already tried to ask here [3]. [1] http://www.gnu.org/software/emacs/manual/html_node/gnus/Mail-Source-Specifiers.html#Mail-Source-Specifiers [2] https://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/013fd87d1f1238ac [3] https://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/09e2b771ea9102ad Thanks