help with sendmail and APACHE in redhat 7.1

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
SENDMAIL:

when i boot up sendmail hangs for almost a minute. im not even using sendmail. is there a way i can tell it not to check sendmail when it boots?

APACHE:

i got my apache working but how do i get it to resolve to a name other than my ip address? like instead of typing http://24.123.xxx.xxx i want it to be like http://sinnister.com thanks
 

DaHitman

Golden Member
Apr 6, 2001
1,158
0
0
It cant resolve your hostname to an IP.... check your /etc/hosts and your dns setup.

 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
Well, if he's not using sendmail the appropriate thing to do is to stop it from starting. Depending on the run level you start in (X being RL 5, CLI being RL 3), just go into /etc/rc.d/rc3.d (or rc5.d) and remove (rm) the symlink to the sendmail startup script. Heck, do it in both directories if you're not using it.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Well, if he's not using sendmail the appropriate thing to do is to stop it from starting. Depending on the run level you start in (X being RL 5, CLI being RL 3), just go into /etc/rc.d/rc3.d (or rc5.d) and remove (rm) the symlink to the sendmail startup script. Heck, do it in both directories if you're not using it. >>



He is running apache so this would be a server, meaning no X.

As far as the domain setup, make sure your dns server calls it sinister.com or whatever.
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
Just because you're booting into X doesn't mean you can't run/start Apache, Sendmail, or any other daemon for that matter.

Bad assumption. X is not something you want to start on a true server, but that doesn't necessitate you can't.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Just because you're booting into X doesn't mean you can't run/start Apache, Sendmail, or any other daemon for that matter.

Bad assumption. X is not something you want to start on a true server, but that doesn't necessitate you can't.
>>



I never said you CAN'T. I only meant that common sense dictates that it is STUPID. Chill.
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
Chill? I would, but that is not what you said. You said He is running apache so this would be a server, meaning no X.

If you don't want something to be misinterpreted, then be clear in it's statement. Simple rule.

And, if you'd read what he posted, he stated he's not even using sendmail, so the bestsolution is to not run sendmail. Period.
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
ok i fixed the sendmail.. now for the apache.. n0cmonkey can you explain how i would be able to point the dns to sinnister.com i dont exactly know what to do. thanks.
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0


<< I apologize. I am obviously not SMART enough to know these things. >>


You're smart enough, just lazy.

I'll take that back. You're not lazy, you're sloppy.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< ok i fixed the sendmail.. now for the apache.. n0cmonkey can you explain how i would be able to point the dns to sinnister.com i dont exactly know what to do. thanks. >>



What type of DNS daemon are you running on your DNS server? djbdns? BIND 4? BIND 8? BIND 9? Some Microsoft thingy?
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
the way that im configuring this is by webmin.. cuz i know i cant do it any other way. im trying to get binds 8 working, but it doenst look like webmin has that module.. i'll have to get it, is anyone of those better than the others?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<<

<< I apologize. I am obviously not SMART enough to know these things. >>


You're smart enough, just lazy.

I'll take that back. You're not lazy, you're sloppy.
>>



There are times to be sloppy, and there are times to be not so sloppy. A Sunday night when you dont have to work the next morning after a nice long weekend at work is deffinately the time to crack open a bottle (or finish it off ) and be a littls sloppy
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
edited last comment..


im trying to get binds 8 working, but it doenst look like webmin has that module.. i'll have to get it, is anyone of those better than the others?


 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
BIND 8 should be included with webmin. Granted I don't actually use it, but I've set it up for a lot of customers. That mod should be in there. Like Ragu.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< edited last comment..


im trying to get binds 8 working, but it doenst look like webmin has that module.. i'll have to get it, is anyone of those better than the others?
>>



I wouldnt touch BIND 8 without a hefty sum of money being anonymously dropped into my bank account.

djbdns is one of the easiest out there.
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
both of binds 4 and 8 are not included.. i downloaded the module from the webmin site and it said it installed correctly but i guess it didnt..

n0cmonkey: whats you bank account info, i'll send the moola right away.. ill look into the djbdns right away, thanks.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< both of binds 4 and 8 are not included.. i downloaded the module from the webmin site and it said it installed correctly but i guess it didnt..

n0cmonkey: whats you bank account info, i'll send the moola right away.. ill look into the djbdns right away, thanks.
>>



You dont have the $$. I can possibly help you out with BIND 4 (its been a while though).
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
im trying to setup djbdns but its kicking my butt since im not too good with *nix systems. ive unzipped it and it here is the instructions i got from the page:

***********************************
Installation
Download the djbdns package. The latest published djbdns package is djbdns-1.05.tar.gz.
Unpack the djbdns package:

gunzip djbdns-1.05.tar
tar -xf djbdns-1.05.tar
cd djbdns-1.05

Compile the djbdns programs:

make

As root, install the djbdns programs under /usr/local:

make setup check

Now you can configure a local cache, an external cache, and a DNS server. If you're not familiar with djbdns, you should start by reviewing the standard configuration and, if you're behind a firewall, the standard firewall configuration. If you're not familiar with the Domain Name System, you should start by learning how DNS works.

Once djbdns is running, you should report success in two ways:

Send me the portability notes created by the compilation process:
( echo 'First M. Last'; cat `cat SYSDEPS` ) \
| mail djb-sysdeps@cr.yp.to

Replace First M. Last with your name.
Set up a public web page saying that your server is powered by djbdns, so that a Google search for powered djbdns will find your page in a few months. These public statements will encourage other people to deploy djbdns, provide djbdns support services, and develop djbdns-related tools.

**********************************

after unzipping.. there are tons of c files.. which do i compile? there is no file called 'make'
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
If you dont have make on your system you didnt install it. Make sure you have a compiler and make and everything on your system.
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
as i was reading this i wanted to know what exactly he did. he just flew by the dns part that i didnt catch anything out of that. he makes it sound soo simple (to ppl with brains). :disgust:
 

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
whats make? is that like the command 'make'. because there is a file called makefile and inside there is the instructions to complile every c file in the directory. when i do 'make makefile' it gives this: "make : *** No rule to make target 'makefile'. Stop." also what is the command for compiling.. i will most likely need to use it. (me slaps forehead)
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< whats make? is that like the command 'make'. because there is a file called makefile and inside there is the instructions to complile every c file in the directory. when i do 'make makefile' it gives this: "make : *** No rule to make target 'makefile'. Stop." also what is the command for compiling.. i will most likely need to use it. (me slaps forehead) >>



Commands are in ""s

"make"

If there are no major errors

"make setup check"

You do not have to specify a target for the first make.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |