Re: Dialup script question

2001-05-08 Thread John Hasler
JC Portlock writes: > I don't know that fetchmail will wait for the connection under these > circumstances... It will work fine. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

Re: Dialup script question

2001-05-08 Thread JC Portlock
Hi Kieren, One thing I have done that works pretty well for me is to turn 'demand' on in pppconfig. The pon command then allows the pppd call provider to be waiting in the background for any app requesting information from the outside. The connection to my isp is automatic when I issue a com

Re: Dialup script question

2001-05-07 Thread Bud Rogers
On Monday 07 May 2001 20:53, Kieren Diment wrote: > My computer connects to the internet with the following dialup script > at the moment: > > pon > sleep 45s > fetchmail > > I would like to get rid of the line sleep 45s and replace it with a > command that starts up the fetchmail process once pon

Dialup script question

2001-05-07 Thread Kieren Diment
My computer connects to the internet with the following dialup script at the moment: pon sleep 45s fetchmail I would like to get rid of the line sleep 45s and replace it with a command that starts up the fetchmail process once pon has successfully negotiated a connection to the internet (my unde