Re: simple question related to pop3

2003-06-20 Thread Todd A. Jacobs
On 17 Jun 2003, David Richards wrote: >Is there any way that I would be able to add a user to a server so > that they are only able to use their username and password for pop3 ? > Even tho the server is configured for ftp and ssh too? Restrict users with the following. - sshd: use AllowU

RE: simple question related to pop3

2003-06-17 Thread Michael Kalus
For SSH you should be able to just pint the shell to /bin/false or something like that, for FTP: I think there is a DENY option in the FTP configuration (depending on the server) that would block ftp access. M. > -Original Message- > From: David Richards [mailto:[EMAIL PROTECTED] > Sent:

RE: simple question related to pop3

2003-06-17 Thread David Richards
ok thanks! i will add their names to the ftp deny list On Tue, 2003-06-17 at 19:06, Michael Kalus wrote: > > In the /etc/passwd file, change that user's login shell from > > /bin/bash, > > or whatever it is set to, to /bin/false. This will keep them from > > logging in,but they can still get

Re: simple question-upgrade?

2002-11-25 Thread M.Schild
Thanks, will do maryse > There are a number of security and performance issues that are addressed > in the current 2.4.18 kernels...upgrading the kernel would probably be a > good thing. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat

Re: simple question-upgrade?

2002-11-25 Thread Mike Burger
There are a number of security and performance issues that are addressed in the current 2.4.18 kernels...upgrading the kernel would probably be a good thing. If your system is working as expected, there might not be a reason to upgrade to 8.0. Can't help with kmail...I don't use it. On Mon, 2

Re: simple question

2002-05-28 Thread Brian Ashe
Daniel, On Tuesday May 28, 2002 01:21, you said something about: > well i went back to the site > and you were right, all the colours and things i needed were there > i found out how to put the time into the prompt > as well as the current directory using ${PWD} > but there's a snag: > > say i'm

Re: simple question

2002-05-28 Thread daniel
well i went back to the site and you were right, all the colours and things i needed were there i found out how to put the time into the prompt as well as the current directory using ${PWD} but there's a snag: say i'm in /tmp/ and i type this: PS1="[\t \u@\[\033[1;31m\]\h\[\033[0m\] ${PWD}]\$

Re: simple question

2002-05-27 Thread Brian Ashe
Daniel, On Monday May 27, 2002 06:52, you said something about: > thanks for that link > but while most of the info was completely new to me > (and therefore very helpful) > i didn't find what i was looking for. You just didn't quite get it is all. It's all in there. > right now my prompt loo

Re: simple question

2002-05-27 Thread daniel
thanks for that link but while most of the info was completely new to me (and therefore very helpful) i didn't find what i was looking for. right now my prompt looks like this: [gabriel@drall gabriel]$ but i want it to look like this: [gabriel@drall /home/gabriel]$ ^ (col

Re: simple question

2002-05-24 Thread Statux
What did that have to do with his question? :) On Fri, 24 May 2002, Nick Lozinsky wrote: > use the SET or simply use the commands like this: > > bash$ EDITOR="/usr/local/bin/ee" > > or use the EXPORT command after setting the variable: > > bash$ export EDITOR > > - Original Message - > F

Re: simple question

2002-05-24 Thread Bernard Giroux
Sorry for double post, I meant http://www.linux.org/docs/ldp/howto/Bash-Prompt-HOWTO/index.html daniel wrote: >you know how in msdos the entire path is put into the prompt? >how can i do that in bash? > >_ >daniel a. g. quinn >starving programmer > >the more law

Re: simple question

2002-05-24 Thread Bernard Giroux
Hi You can have a look at http://www.tldp.org/LDP/abs/html/ for a lot of useful info. daniel wrote: >you know how in msdos the entire path is put into the prompt? >how can i do that in bash? > >_ >daniel a. g. quinn >starving programmer > >the more law and ord

Re: simple question

2002-05-24 Thread Nick Lozinsky
use the SET or simply use the commands like this: bash$ EDITOR="/usr/local/bin/ee" or use the EXPORT command after setting the variable: bash$ export EDITOR - Original Message - From: "daniel" <[EMAIL PROTECTED]> To: "list redhat (general)" <[EMAIL PROTECTED]> Sent: Friday, May 24, 20

Re: simple question about php -- solved

2002-02-03 Thread Lewi
On Mon, Feb 04, 2002 at 03:03:41AM -0500, Lewi wrote: > i know this is not the right mailing list for my question, but > i think it just a simple question so why not, > > my problem is, > i have a problem when i viewing a data that from odbc(paradox database) with type >date and number, > the ou

Re: simple question about php

2002-02-03 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Lewi declared > i know this is not the right mailing list for my question, but > i think it just a simple question so why not, Well, mainly because it's a very busy list for discussion of RedHat related topics. Your question is not si

Re: Simple question about IRC and XChat

2002-01-22 Thread Mike Burger
I'm not aware of any IRC client that gives you this functionality...*nix, Windows, or otherwise. On Tue, 22 Jan 2002, Jesus Ortega (a.k.a. Nitebirdz) wrote: > This should hopefully be a simple question. When using XChat I need to see > the list of chat rooms on a given server, so I go ahead an

Re: Simple Question

2002-01-02 Thread Leonard den Ottolander
Hi Ben, > >Not sure, but could it be 'apachectl startssl'? However, doesn't that also > >restart Apache? > > Yep. That's the command as I remember it. But it doesn't work, which makes me > question whether or not ssl / openssl is properly configured. Thanks, BenO On a standard

Re: Simple Question

2002-01-01 Thread Ben Ocean
At 12:39 PM 1/1/02 -0600, you wrote: >On Tue, 1 Jan 2002, Ben Ocean wrote: > > > Hi; > > Forgive this simple question, but the Linux Documentation Project website > > is down and I don't know where else to source answers... > > In order to start openssl working with a new ssl key, crt, csr and wha

Re: Simple Question

2002-01-01 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Tue, 1 Jan 2002, Ben Ocean wrote: > Hi; > Forgive this simple question, but the Linux Documentation Project website > is down and I don't know where else to source answers... > In order to start openssl working with a new ssl key, crt, csr and what > not, one needs to shut down httpd, restart

Re: simple question on SED

2001-04-27 Thread Matthew Melvin
On Sat, 28 Apr 2001 at 10:14am (+0600), [EMAIL PROTECTED] wrote: > Hi all > > I am trying to replace the letter "-r" with "-r new line" > > my command is like this > > # cat file |sed 's/-r/-r \n/g' > file2 > > the result I get is "-r" is replace to be "-r n" > what have I done wrong. > Sed want

Re: simple question

2001-04-11 Thread Chuck Mead
On Thu, 12 Apr 2001, Xiong Zhao blurted out: XZ>hello,here is my question:what does 24/7 mean?too easy?:P 24 hours a day 7 days a week. -- Chuck Mead, csm -AT- moongroup.com, Owner, MoonGroup.com (Note: html formatted email sent to me is filtered & deleted unread) GnuPG Public Key Available: ht

Re: simple question

2001-04-11 Thread Mike Burger
In the very remote chance that you aren't kidding, 24/7 is short for "24 hours a day, 7 days a week"...it's usually used to describe full time availability. On Thu, 12 Apr 2001, Xiong Zhao wrote: > hello,here is my question:what does 24/7 mean?too easy?:P > regards > > xiong zhao > > > > ___

Re: Simple question re processor change

2001-03-18 Thread Trond Eivind Glomsrød
"Bill Lathan" <[EMAIL PROTECTED]> writes: > I am currently using a MB with a 466MHz Celeron processor. However, > the board can handle up to a 1GHz Pentium III. If I simply replace > the processor in this machine, will Red Hat Workstation Deluxe 7.0 > recognize this with no reinstalltion, etc.?

Re: Simple question re processor change

2001-03-18 Thread K.Deepak
yes of course :-) --deepak-- Bill Lathan wrote: I am currently using a MB with a 466MHz Celeron processor. However, the board can handle up to a 1GHz Pentium III. If I simply replace the processor in this machine, will Red Hat Workstation Deluxe 7.0 recognize this with no reinstalltion, etc.? T

Re: simple question

2000-01-26 Thread mike irwin
there is a very simple problem i am having. i want to change the color of the font on my desktop. i am using rh6.1 w/ gnome and enlightenment. i have looked around in my files, but can't seem to find the setting. can anyone point me in the right direction? thanks mike irwin [EMAIL PROTEC

Re: simple question-how to login as root.

1998-05-28 Thread Jakob 'Sparky' Kaivo
On Thu, 28 May 1998, Fred Smith wrote: > On Thu, May 28, 1998 at 05:54:49PM +0300, arda wrote: > > sorry for asking such a simple question but I can't login to my newly > > installed RedHat box with telnet.. > > > > I can login as ordinary users , but the login says "Incorrect Password " > > whe

Re: simple question-how to login as root.

1998-05-28 Thread Fred Smith
On Thu, May 28, 1998 at 05:54:49PM +0300, arda wrote: > sorry for asking such a simple question but I can't login to my newly > installed RedHat box with telnet.. > > I can login as ordinary users , but the login says "Incorrect Password " > when I try to access the machine from other computers..

Re: simple question-how to login as root.

1998-05-28 Thread Matt Housh
You'd have to put ttyp0, ttyp1, etc, in /etc/securettys to be able to login as root remotely. Not a recommended solution, as it invites security problems. As far as commands not being found, it's most likely a matter of the path not being set up correctly. For the record, 'su' and 'su -'

Re: simple question on ftp

1998-05-17 Thread John H Darrah
On Sun, 17 May 1998, Lai Chi Wai wrote: > Dear all, > Could anybody tell me how to ftp a directory > containing subdirectories, files , etc? If it > needs tar first, how can I tar a directory as > above? Thanks. > Many servers will send you the entire directory tree by specifying the direc