LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-10-2004, 11:35 AM   #1
Markv
LQ Newbie
 
Registered: Jan 2004
Location: Florida
Posts: 2

Rep: Reputation: 0
Configuring web and mail server...HELP!


I am new to Linux but not to computers. I can install Linux in its standard form but cant find any documentation on how to setup the mail server or web server. I have always used Microcrap in the past but due to hackers, I'm wanting a change that is more secure than MS. Can someone please send me in the right direction as to how to setup a mail server and a web server on linux?

Thanks, Mark (newbe to Linux)
 
Old 01-10-2004, 12:58 PM   #2
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
I am guessing you are running Apache as your web server (or will be wanting to run Apache as your web server). If you go to the Apache HTTPD Website there are links to the documentation for both version 1.3 and version 2.0 on the nav bar on the left side of the page. Version 1.3 is still pretty popular so if you are running Apache as installed by a distribution you might still have this version.

As far as mail servers, there are a bunch of different ones. I recommend Postfix for most users. It is way more feature rich then sendmail and quite easy to configure. You can find documentation at the Postfix Web Site.

I hope this helps you out.
 
Old 01-10-2004, 01:00 PM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
And if you do end up using sendmail (The beast as I call it) for your mail server, you can find tons of documentation on their site: www.sendmail.org

The only reason I mention sendmail though is just about every distro includes it by default.

Cheers.
 
Old 01-10-2004, 08:03 PM   #4
twantrd
Senior Member
 
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440

Rep: Reputation: 52
Btw, we can help you better if you tell us what distro you are using. Thanks..

-twantrd
 
Old 01-10-2004, 10:14 PM   #5
Markv
LQ Newbie
 
Registered: Jan 2004
Location: Florida
Posts: 2

Original Poster
Rep: Reputation: 0
Not to sound real dumb but what is a distro, if this what version of Linux am I using its Mandrake 9.2. You must be aware, my knowledge of Linux is very raw, I've been a MS user for 20 years, but need a real change and am willing to learn.
 
Old 01-11-2004, 04:31 AM   #6
ftlonger
LQ Newbie
 
Registered: Jan 2004
Posts: 16

Rep: Reputation: 0
The web server I guessing Apache is the best,More and more website choice it ,It become more and more popular,you can find a lot of information that tell you how to setup a apache server.
As to the mail server,I have nerver setup one of it,I think other people will give you their options.

cheers!

Last edited by ftlonger; 01-11-2004 at 04:33 AM.
 
Old 01-11-2004, 09:44 AM   #7
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Don't worry about sounding dumb Markv. There is about 2 million terms people through around and it takes some getting used to.

Your distribution would be Mandrake 9.2. A distribution is the entire package, including the linux kernel and all the other software that you installed.

Technically speaking "linux" is an operating system kernel, and when you add all the other stuff (mostly gnu software: www.gnu.org) to it you get one sweet operating system (in my opinion anyway). These days, however, the term linux is often used (to the bane of Mr. Stallman at GNU) to describe the entire operating system.

So to make a long story short, if somebody askes me what version of linux I am running I usually tell them I run Gentoo 1.4 with the 2.6.1 Linux kernel just to make sure I answer there question. You can find out exactly what version of the kernel you are running by typing uname -r at a command prompt.
 
Old 01-11-2004, 05:14 PM   #8
katmai90210
Member
 
Registered: Nov 2003
Location: Romania
Distribution: Redhat Linux , Fedora & SuSe
Posts: 46

Rep: Reputation: 15
for webserver try httpd2.0.48 ... www.apache.org ... and for mail service try squirell mail .... wwww.squirellmail.org
 
Old 01-11-2004, 05:18 PM   #9
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by katmai90210
for webserver try httpd2.0.48 ... www.apache.org ... and for mail service try squirell mail .... wwww.squirellmail.org
First of all, you spelled it wrong, its www.squirrelmail.org but that is just web based email client per se. To setup mail you have to have something like sendmail, postfix, qmail and such along with imapd or pop3 running on your server.

Regards.
 
Old 01-11-2004, 05:37 PM   #10
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
When you at a point where you are satisfied with your MTA then I would recommend courier-imap (especially if you use Postfix which you should use with Maildir's) as an ssl-imap server so you can easily get to your e-mail from anywhere.

John
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How the DNS-server is connected to work of a web-server and a mail-server? ukrainet Linux - Newbie 2 01-10-2005 09:18 PM
Configuring my web server with APACHE pkrishna10 Linux - Newbie 2 12-11-2004 06:44 AM
Configuring Network For Web Server 3333 Linux - Networking 5 10-04-2004 09:54 PM
can we configure a Linux server with mail server,file server and web server kumarx Linux - Newbie 5 09-09-2004 06:21 AM
configuring the web server harun_acs Linux - Networking 2 07-05-2004 01:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration