Group: gnu.emacs.help · Group Profile · Search for Lifelogs in gnu.emacs.help
Author: Ted Zlatanov
Date: Feb 19, 2008 13:20
... to set up the tunnel. When that works, you can just call it from Gnus. I never had luck with opening SSH directly. Here's what I used to use: #!/bin/sh ssh -x z@x.y.com /home/lifelogs/bin/imapd | tee /tmp/imap-run The tee was so I could see what happened on the server side. I needed this because Courier IMAP was not supported at the hosting company I had back then :) Ted
|