Re: secure tunnel and IMAP

1999-07-12 Thread Brendan Cully
interested in it, ask me. I'll set up a web page... > > - Original Message - > From: Brian D. Winters <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, 24 June, 1999 23:37 > Subject: Re: secure tunnel and IMAP > > > > On Thu, J

Re: secure tunnel and IMAP

1999-06-28 Thread David Shaw
On Thu, Jun 24, 1999 at 11:11:19PM -0400, Adam Lazur wrote: > I've looked at still attempting to move my email over to imap, and am > a little weary of sending my password over the internet in > plaintext. Is there a method currently available in mutt to setup a > secure tunnel (via ssh) to the im

Re: secure tunnel and IMAP

1999-06-25 Thread David DeSimone
Aris Mulyono <[EMAIL PROTECTED]> wrote: > > > ssh -f -L 4143:imapserver:143 sshhost 'sleep 5 /dev/null' > > mutt $* > > What happens when 5 seconds have elapsed? Would port 4143 in the sshhost > still forward to port 143 of the imapserver? Presumably within those 5 seconds, Mutt opens its initia

Re: secure tunnel and IMAP

1999-06-25 Thread Aris Mulyono
On Thu, Jun 24, 1999 at 08:37:00PM -0700, Brian D. Winters wrote: > > I have the following in a script: > > ssh -f -L 4143:imapserver:143 sshhost 'sleep 5 /dev/null' > mutt $* What happens when 5 seconds have elapsed? Would port 4143 in the sshhost still forward to port 143 of the imapserver?

Re: secure tunnel and IMAP

1999-06-25 Thread Brendan Cully
- From: Brian D. Winters <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, 24 June, 1999 23:37 Subject: Re: secure tunnel and IMAP > On Thu, Jun 24, 1999 at 11:11:19PM -0400, Adam Lazur wrote: > > I've looked at still attempting to move my email over to imap

Re: secure tunnel and IMAP

1999-06-24 Thread Anonymous
On Thu, Jun 24, 1999 at 11:11:19PM -0400, Adam Lazur wrote: > I've looked at still attempting to move my email over to imap, and am > a little weary of sending my password over the internet in > plaintext. Is there a method currently available in mutt to setup a > secure tunnel (via ssh) to the im

secure tunnel and IMAP

1999-06-24 Thread Adam Lazur
I've looked at still attempting to move my email over to imap, and am a little weary of sending my password over the internet in plaintext. Is there a method currently available in mutt to setup a secure tunnel (via ssh) to the imapd before I open an imap mailbox? I gave the manual a look, but ca