Click to See Complete Forum and Search --> : How do i change whats after USER@ RIGHT HERE?? HELP
psxpsx
11-12-2000, 07:03 PM
[psx@mail psx] - anyways,which files do i edit for the MAIL to change to what i want it to be for ALL USERS on my box,i tryed the hosts file,i dotn think that works,WHAT ARE THEY ! HELP! http://www.linuxnewbie.org/ubb/smile.gif
posterboy
11-12-2000, 07:10 PM
I'm not real sure what you are after. The latter part of an email address has to be a domain that can be found in the world's DNS system. This means it has to be a registered name assigned to you, or to someone who can proxy for you, as your ISP does. Or, am I totally off the track of what you want to do?
Ray
------------------
ray@raymondjones.net
HTTP://www.raymondjones.net
psxpsx
11-12-2000, 07:16 PM
its not that important
I just dont want MAIL there
as ive seen on ur posting, uv set up MAIL upon installing ur box. am i right?
say, u put MAIL as ur hostname. and yourdomain.com as ur domain. right?
i dunno on how to get rid of it
http://www.linuxnewbie.org/ubb/eek.gif
Gibby
11-12-2000, 07:37 PM
try firing up `netconfig` or `linuxconf` goto basic host info...you should be able to change it there...or if it's just the fact that it annoys you on the command prompt. open your .bashrc file in your home directory. add this line to the end
PS1=psx>
or change psx> to what ever you want the command prompt to look like.
------------------
Doing nothing is entirely under-rated.
[This message has been edited by Gibby (edited 12 November 2000).]
ph34r
11-12-2000, 09:57 PM
Look at playing with your PS1 variable, assuming you use bash as your shell.