Re: How to run Fetchmail

2001-01-18 Thread Gregory Cascante
I have setup this way. 1) under /etc/init.d/ a put this file "fetchmail-up" #!/bin/sh fetchmail --syslog --invisible 2) under /etc/rc2.d/ "ln -s ../init.d/fetchmail-up K99fetchmailrc 3) make this file /etc/.fetchmailrc 4) chmod 710 .fetchmailrc 5) edit .fetchmailrc poll server.com pro

Re: no ppp.log

2000-09-29 Thread Gregory Cascante Aviles
I did this way in the .bashrc a put alias pon='plog /var/log/syslog' I hate wvdial.... att. Gregory Cascante On Fri, 29 Sep 2000, ccridge wrote: > I had the same objection to "pon" and it was suggested > that I go back to wvdial, which has it's own web site.

APT -- Proxy Problems?

2000-06-11 Thread Gregory Cascante
I have problems with APT, I can't download the files. I know that the problem is that I use a proxY SEVER for HTTP an FTP. HOW can I configure APT for the Proxy? Thanks

ATP -- Proxy HOWTO?

2000-06-11 Thread Gregory Cascante
I have problems with APT, I can't download the files. I know that the problem is that I use a proxY SEVER for HTTP an FTP. HOW can I configure APT for the Proxy? Thanks

Howto - Database Access?

2000-05-24 Thread Gregory Cascante
Is it possible to access a INTERBASE DATABASE, on a linux platform (Debian) located on a different NT server via the ODBC support built into Zope?