: Three seperate issues:
: 1) How would I go about disabling incoming ftp, and incoming finger?
Simple.. disable in.ftpd in /etc/inetd.conf :)
: 2) Does anyone have an irc client that compiles under slack. 00.99.15?
: THanks.
Havent recompiled our clients since pl14o ... and they work just
great.... I dont think pl15 would cause any problems to the compilation
of irc...
: 3) How would I go about getting sendmail to redirect mail to an account
: using a name that is not used on the system?
: ie: mail directed to 'sv' would go to 'svision'.
In your /usr/lib/aliases file .... enter eg.
sv: svision
That should do it..
-Mohan
--
Every program has at least one bug and can be shortened by at least one
instruction -- from which, by induction, one can deduce that every
program can be reduced to one instruction which doesn't work.