Re: [newbie] Michael-Pine

2000-05-22 Thread Monty Malik

I run getmail as a cron job and have it set to check the server every 10
minutes.  It works greats, and is easy to configure.  Here is the
excerpt from my cron file:

0,10,20,30,40,50 8 * * * * /home/monty/getmail-1.10/getmail -n

Hope this helps

Monty

On Tue, May 16, 2000 at 10:40:48PM -0700, Don W. Jenkins wrote:
 
 
 At 07:02 PM 5/16/00 +0200, you wrote:
 
 I use Pine, too, along with Getmail.  I like Getmail because it will 
 deliver my Pop3 messages directly to my inbox, and then Pine can pick them 
 up.  It also appears to me that Pine can be configured to use SMTP to send 
 messages out directly through my ISP, as that is the way it is working for 
 me.  Which is a good thing, as I can't get Mutt to send, and it works in 
 conjunction with Postfix/Sendmail.  The only thing I would really like 
 Fetchmail for is its polling ability, but there again, I can't get it to 
 work, as it also works with Postfix/Sendmail, and I have no idea where the 
 messages are ending up with Fetchmail.  Not the inbox.  Do you know if 
 there is any way for Getmail to poll the server periodically or run ad a 
 daemon?  I guess its beauty is its simplicity.  I like Pine, too because it 
 is easy to read, it will open URL's either in Netscape or Lynx, and I can 
 do everything without moving my hands from the keyboard.
 
 Don J.
 
 On Tue, 16 May 2000, Michael wrote:
 
  Paul,
  Thanks for the heads up. I only venture forth into Bill's world when
  forced. So you use Pine, eh? I am comfortable with NS' mail program;
  guess if comfort was my criterion I wouldn't be on this list, though, so
  where would you point me to in terms of help files, to be able to get it
  (Pine)up and running?
 
 Hi Michael,
 
 First off: Pine is not graphical. It is all text-based although in a
 konsole-window it reacts to mouse clicks (reall neat). I picked pine
 because I don't want colored backgrounds and music and jumping images in
 my mail. I am colorblind, and most of the colored background stuff makes
 it impossible for me to read the actual mail.
 
 Pine is a Mail User Agent. That means you use it to type mail and tell it
 to dump it somewhere. Then a Mail Transport Agent picks up the mail and
 sends it out.
 NS Mail does this all for you, it directly connects to SMTP and POP
 servers.
 
 For MTA you have several choices:
 
 Sendmail (standard in the package, but see the "Sendmail in a nutshell"
 and be scared)
-used ver much, terrible (for me) to configure
 Qmail (www.qmail.org)
-Easier to install (although that gave me some extra grey hairs too) and
 apparently more safe than Sendmail. ALthough for 1 person, that is not a
 big deal I guess.
 
 To pull mail from a server you can either use FETCHMAIL (standard in the
 package) or Getmail (which I use)
 
 Now you know this, decide if you want to venture into Pine or Mutt (also
 text based) and let the world know...
 
 Paul
 
 )0(---)0(
 
 Law of Life's Highway:
 If everything is coming your way,
 you're in the wrong lane.
 
 )0([[EMAIL PROTECTED]]-)0(
 http://nlpagan.net - ICQ 147208
 Registered Linux User 174403
 
 




[newbie] Two Questions

2000-05-04 Thread Monty Malik

Hi all,

Just a few questions.  But first my configuration.

I am running Mandrake 7.02 on a PII 400 with 128M Ram, using
enlightenment as a windows manager.

Now down to the questions:

Samba Problems:

I am trying to consistently connect to a directory on a win98
machine.  I can connect fine and can access the files without any
problems.  However, if I keep both computers idle for about a day, I
lose my samba connection.  For some reason I get disconected.  I can
remount the samba share, without any problems and it works fine, but
will eventually disconnect itself.  Any ideas what may be going on?

TCP/IP performance:

I have a cable connection which is attached to an OpenBSD box, which
serves the net to my other computers.  When I am downloading a large file
on my linux machine, my mouse becomes extremely jumpy and difficult to
move around.  This only occurs when downloading files larger than 5megs
at a speed greater than 65kbps.  Any one know why what causing this, and
any ideas on what I can do to prevent this from occuring.

That's about it.

Thanks is advance for the help

Monty





Re: [newbie] Crontab

2000-04-07 Thread Monty Malik


Thanks a lot for clearing that up.  The man pages were not very clear.

Monty


On Fri, Apr 07, 2000 at 12:20:48AM -0400, Bob Chin wrote:
 Monty Malik wrote:
 
  Hello all,
 
  I just have a quick question about crontab.  How do I get a program to
  run every 10 minutes.  I know that for something to run every hour the
  format would be:
 
  1 * * * * /usr/bin/...
 
  would I use decimals or fractions to represent 10 minutes?  For example:
 
  0.17 * * * * /usr/bin/...
 
  or
 
  1/6 * * * * /usr/bin/...
 
  Are any of the  above lines right or is there a proper way to represent 10
  minutes?
 
  Any help would be greatly appreciated.
 
  Thanks a bunch
 
  Monty
 
 oops, make that 0,10,20,30,40,50 * * * * /usr/bin/... to run every ten
 minutes.  12:00, 12:10, 12:20, 12:30, 12:40, 12:50, 13:00...
 
 




[newbie] Crontab

2000-04-06 Thread Monty Malik

Hello all,

I just have a quick question about crontab.  How do I get a program to
run every 10 minutes.  I know that for something to run every hour the
format would be:

1 * * * * /usr/bin/...

would I use decimals or fractions to represent 10 minutes?  For example:

0.17 * * * * /usr/bin/...

or

1/6 * * * * /usr/bin/...


Are any of the  above lines right or is there a proper way to represent 10
minutes?

Any help would be greatly appreciated.

Thanks a bunch

Monty