I specify
inbox-path={imap-server}inbox
and pine just hangs saying "Opening INBOX </>".
I check on the imap-server and it lists in it's logs that I had attempted to
rsh to the server, and this operation is not allowed and fails. Is there
any way to disable this?
--
Rex Dieter
Computer System Administrator
Mathematics and Statistics
University of Nebraska Lincoln
I guess I should have read the docs just a LITTLE bit more.
Setting in either pine.conf or .pinerc:
rsh-open-timeout=0
did the trick!
I never understood why would anyone even _need_ RSH to log into
an IMAP server, in the first place. It works fine without it.
--
----------------------------------------------------------------
Martin-Éric Racine The Atari Stacy and TT030 Homepage
Lappeenranta, Finland http://members.tripod.com/~TT030/
----------------------------------------------------------------
"When the time comes, I will know and I shall be." Q-Funk
> I never understood why would anyone even _need_ RSH to log into
> an IMAP server, in the first place.
Are the hon. usenauts supposed to be impressed by your lack of
understanding?
> It works fine without it.
Provided you have some other security mechanism up your sleeve.
In my case, the thing pretending to be rsh is in reality ssh v1 under
the covers.
Define "works". Define "fine". Specify your networking environment and
security policy.
>I never understood why would anyone even _need_ RSH to log into
>an IMAP server, in the first place. It works fine without it.
Because I can use rhosts authentification?
Because I easily can use ssh instead, to provide encryption?
--
\\//
peter - http://www.softwolves.pp.se/
From MAILER-DAEMON Fri Sep 24 10:28:38 1999
Date: Fri, 24 Sep 1999 10:28:38 +0100
From: Mail System Internal Data <MAILER...@cryst.bioc.cam.ac.uk>
Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
X-IMAP: 0938163673 0000000002
Status: RO
This text is part of the internal format of your mail folder, and is not
a real message. It is created automatically by the mail system software.
If deleted, important folder data will be lost, and it will be re-created
with the data reset to initial values.
Pine does not see it - it says that I have 0 messages in my inbox, but
whenever I open a new window, or first log in, I am told that I have mail.
I am on a SGI network and am not using imap!
Can anyone tell me WHAT is writing this message (I presume it is pine4.10
as pine3.96 didn't do it) and HOW to stop it!
Thanks
Andrew Sharff
==================================+========================================
Dr. Andrew J. Sharff, B.Sc D.Phil | Email: and...@cryst.bioc.cam.ac.uk
Department of Biochemistry, | a.j.s...@bioc.cam.ac.uk
University of Cambridge, | aj...@mole.bio.cam.ac.uk
Tennis Court Road, | Phone: (01223) 766020
Cambridge, Cambs. CB2 1QW, | Fax: (01223) 766002
United Kingdom |
==================================+========================================
Insecure and deprecated.
Anyhow, most admins disable rlogin/rsh/rcp completely, nowadays.
> Because I easily can use ssh instead, to provide encryption?
Which makes a whole lot more sense.
However, usage of RSH should be user-configurable, in the main setup
menu, without requiring to hack the .pinerc by hand. Anyhow, having
it as a global setting poses problems and unnecessary timeouts, when
some of the Incoming-folder hosts disable RSH, but others require it.
[snip]
> Pine does not see it - it says that I have 0 messages in my inbox, but
> whenever I open a new window, or first log in, I am told that I have mail.
Pine puts it in for keeping track of various pieces of information about
your mailbox.
> I am on a SGI network and am not using imap!
> Can anyone tell me WHAT is writing this message (I presume it is pine4.10
> as pine3.96 didn't do it) and HOW to stop it!
Try setting the option 'quell-internal-folder-message' (or something like
that - it's in the Pine setup screen).
--
----------------------------------------------------------------------
Phil Brutsche pbru...@creighton.edu
"There are two things that are infinite; Human stupidity and the
universe. And I'm not sure about the universe." - Albert Einstien
-teg
On Fri, 24 Sep 1999, Martin-Eric Racine wrote:
> On 24 Sep 1999, peter karlsson wrote:
> > >I never understood why would anyone even _need_ RSH to log into
> > >an IMAP server, in the first place. It works fine without it.
> > Because I easily can use ssh instead, to provide encryption?