[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Where do you want to go tomorrow?
> o ssh support
Yup.
I'm using nnimap through ssh now. You just forward a port from
localhost to the IMAP server, and connect to it instead. So I do
ssh -f -L 12345:127.0.0.1:143 $IMAPHOST sleep 10000
and have
(nnimap-server-address "localhost")
(nnimap-server-port 12345)
set in my .gnus. The only drawback is that I have to log in twice
(once for the ssh connection and once for the IMAP host). I suppose
that could get optimized a tiny bit.
Vadim