Help With Qmail
Hi,First i want to thank you for reading this..
I am running Redhat 9.0
Ok.. heres the problem.
I want to install a mailserver.
I got it working so that i can send mail between users
and also i got it to send outgoing mail
like.. from my linux pc to YAHOO adress....
But i cant send from yahoo back...
I installed so much software already...
So i decided to try qmail [as was recommended]
i used this site:
http://www.qmailrocks.org
The problem occurs when i get to step 2
"make man && make setup check"
It did "make man"
But it kept dying on the setup check part.
At first it said
./compile qmail-local.c
./compile: line 3: exec: cc: not found
So i guy on their irc told me to install gcc
and to change conf-cc to say:
gcc -O2 -DTLS -I/usr/local/ssl/include -I/usr/kerberos/include
instead of
cc -O2 -DTLS -I/usr/local/ssl/include -I/usr/kerberos/include
Now i get a different error:
qmail-remote.c: In function `main':
qmail-remote.c:590: warning: return type of `main' is not `int'
I have no idea what to do.. and the guy's in IRC take forever to answer.
All help is appreciated.