Re: exim and fetchmail

2001-06-01 Thread Tobias Galitzien
I'll try to point this out by assuming your username on the pop3 server and on your local machine is "jason". The hostname of your local one seems to be "magneto.whizzird.net". If you tell fetchmail in .fetchmailrc "poll mail.whizzird.net user jason password secret" it will fetch the mail from the

Re: 2 ipchains questions

2001-05-27 Thread Tobias Galitzien
Do something like: # for initialisation - deny everything that will not be allowed later... ipchains -P input DENY ipchains -P forward DENY ipchains -P output DENY ipchains -F # allow local things ipchains -A input -j ACCEPT -i lo ipchains -A output -j ACCEPT -i lo # allow SSH connections from

Re: SOUND

2001-05-27 Thread Tobias Galitzien
You should be able to play wav files with a utility like sox. It comes with handy shell scripts that implement a "play" and a "rec" command. Mid files can be played with playmidi. Tobias On Sun, May 27, 2001 at 05:18:20AM -0300, Antonio Lobato wrote: > I have a SoundBlaster 16 sou