LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-28-2005, 05:22 PM   #1
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Rep: Reputation: 15
Question converting to linux server


I am currently running a windows 2000 small business server doing the following tasks:

e-mail: receives incoming mail for my domain on port 25, serves to users by webmail, POP3, IMAP4, and the exchange protocol (Microsoft exchange)

domain: works as an windows domain controller, thus giving users the ability to have one single account which can be used on all computers.

web server: Serving simple (html) web pages and e-mail. (ISS)

File sharing: Sharing files over the Microsoft protocol.

dns server: Keeping track of the computers on the local network, and relaying to Internet dnses.

printer sharing: An HP ink jet 850c connected on USB shared over the windows protocol.

My question is: How much of this can be done with linux, with which applications? And what cannot be done.

I would regard running a graphical interface ( X ) on this server unuseful use of recourses.

What distribution is recommended?

What should i be aware of when starting?

Does anyone have experience on this?
 
Old 05-28-2005, 05:38 PM   #2
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
Quote:
How much of this can be done with linux, with which applications? And what cannot be done.
There are no limitations to Linux.

Quote:
What distribution is recommended?
Which ever one you like.

http://distrowatch.com/

Quote:
What should i be aware of when starting?
Don't expect to learn everything at once.
 
Old 05-28-2005, 05:45 PM   #3
objorkum
Member
 
Registered: Aug 2003
Location: Norway
Distribution: Slackware 10.0
Posts: 231

Rep: Reputation: 30
Slackware will do the job perfectly.

E-mail: Postfix as MTA. Squirrelmail as webmail. You just have to uncomment two lines in /etc/inetd.conf and restart inetd to enable IMAP and POP3.

Postfix is not included, but a package for the latest Postfix can be found at www.linuxpackages.net.

Web server: Apache. The most used web server in the world. Included in Slackware.

File sharing: Samba. Allows file sharing between Windows and *nix using the SMB (Windows) file sharing protocol. Samba performs better than Windows. Included in Slackware.

Printer sharing: Samba. Check that the printer is supported in GNU/Linux. A lot of HP printers are supported.

DNS server: BIND. BIND is clearly the most used DNS server in the world. Included in Slackware.
 
Old 05-28-2005, 05:47 PM   #4
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Original Poster
Rep: Reputation: 15
Quote:
There are no limitations to Linux.
Maybe not. However I wouldn't like to write my own applications, I would like help with finding what's already been done.

Quote:
Which ever one you like.
I do believe some are better suited for GUI-less servers, and include more of the required / wanted applications on the disc. Am I wrong?

Is anyone able to give more concise / constructive replies? This really doesn't help a lot. EDIT : it seems objorkum already gave one.

Last edited by apepost; 05-28-2005 at 05:50 PM.
 
Old 05-28-2005, 05:58 PM   #5
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Original Poster
Rep: Reputation: 15
Quote:
E-mail: Postfix as MTA. Squirrelmail as webmail. You just have to uncomment two lines in /etc/inetd.conf and restart inetd to enable IMAP and POP3.
Quote:
Web server: Apache. The most used web server in the world. Included in Slackware.
How easy is it to make these work together?

Does MTA stand for Mail Transfer Agent?

How about the windows domain?
 
Old 05-29-2005, 02:54 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
[list=1][*]MTA indeed stands for Mail Transfer Agent.[*]You could use samba for your windows domain.[/list=1]
Its fairly easy to get the various components to work together, but you may have to do a bit of reading. Some distros are easier to configure than others and if you are a total Linux noob, I suggest you take a look at Fedora/Redhat (or free Redhat rebuilds like CentOS) or Suse because of their good gui configuration tools.
 
Old 05-29-2005, 07:50 AM   #7
comptiger5000
Member
 
Registered: May 2005
Distribution: Fedora Core Since version 3
Posts: 193

Rep: Reputation: 30
samba doees nt domain, but NOT active directory
 
Old 05-29-2005, 08:10 AM   #8
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Original Poster
Rep: Reputation: 15
I have been running linux on a few desktop computers for a while. And have gotten a fairly god overview of the system. It would, however, be my first attempt on a linux server. Changing configuration files shouldn't be a problem if I know what to change.

Quote:
Its fairly easy to get the various components to work together, but you may have to do a bit of reading.
Does anyone know any good web pages on this subject?

Quote:
samba doees nt domain, but NOT active directory
What exactly does the AD do? The only thing i would like is to keep track of user names, passwords, UIDs, and whatever needed so that the users can have one account that works on all the windows computers. I thought the AD was only a way of storing that information, i wouldn't mind if it stored it in the on/off state of the keyboard LEDs as long as it works. ( although i would need more than 3-bits storage capacity)
 
Old 05-29-2005, 08:15 AM   #9
comptiger5000
Member
 
Registered: May 2005
Distribution: Fedora Core Since version 3
Posts: 193

Rep: Reputation: 30
nt domain can store all that, AD just allows you to orgainize it in a much more complex way, while in NT domains all the users, groups, etc. are in one big pile, not sorted like AD.

although i dont know of a way to do AD with linux, it looks like an NT domain will work for you
 
Old 05-30-2005, 11:23 AM   #10
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Original Poster
Rep: Reputation: 15
objorkum recommended me to use slackware, is fedora core 3 any worse? I have far more experience with that distro.

I see that sendmail shippes with FC3, in which way is that worse than postfix.

I seems like FC3 includes squirrelmail. How do I enable it? ( I have not got a working webserver, so please include how to enable that as well.)

What differences will the end users see between a w2000sbs and a linux domain server.
 
Old 05-30-2005, 11:58 AM   #11
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
fedora core is more bloated than slackware and includes a lot of things you don't need, however if you are not installing X then I'm not sure of the performance differences. Fedora core also customises a lot of the software before including it on the distro, slackware just takes the software as is.

Sendmail has a much, much steeper learning curve to it than postfix, postfix can *almost* be used straight 'out of the box'.

You need to install the httpd server, or compile it from source if you wish, then you should be able to do 'service httpd start' or something like that, can't remember exactly

The end users on the workstations should see no difference between the windows server and the linux server.
 
Old 05-30-2005, 03:41 PM   #12
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Original Poster
Rep: Reputation: 15
I set up a test server (FC3) and tried to install a mail server on it. It was much simpler than i had thought. Adding services ( httpd + dovecot ) with the tool system-config-services did most of the job, thereafter i edited the squirrelmail config file a little and added the required alias in the apache config file and i were basically up and running. I dindn't download anything.

I feel confident that i can setup a linux mail-/webserver that's up to my requirements now, but I am still utterly confused when it comes tho the samba powered domain server. And I haven't gotten to look at BIND yet.

Does anyone know a good step-for-step howto for setting up a domain server as like the one i will need as possible? it would be really nice to have it as a point of departure.
 
Old 05-30-2005, 05:15 PM   #13
comptiger5000
Member
 
Registered: May 2005
Distribution: Fedora Core Since version 3
Posts: 193

Rep: Reputation: 30
you use the samba tool, there is one in FC3 which works great and includes apache 2.0.52 (i think thats the right version)

FC4 is due out 6/6/05
 
Old 05-30-2005, 05:19 PM   #14
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
You may want to look into bind;
http://www.rhce2b.com/clublinux/RHCE-19.shtml
 
Old 06-01-2005, 07:15 AM   #15
apepost
Member
 
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113

Original Poster
Rep: Reputation: 15
Quote:
you use the samba tool, there is one in FC3 which works great and includes apache 2.0.52 (i think thats the right version)
What do you mean?

Is there a samba tool including apache?

I really can't get your meaning.

Quote:
FC4 is due out 6/6/05
Yea, i know. I will probably use it for the final setup.

Quote:
Does anyone know a good step-for-step howto for setting up a domain server as like the one i will need as possible? it would be really nice to have it as a point of departure.
I still wonder...

anyone?
 
  


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
I need all of your help converting from MS to Linux! h0mersimps0n Linux - Software 26 01-09-2005 07:10 AM
Converting a parallel port input to a usb printer via a Linux box as a print server GlamZ Linux - Software 3 10-06-2004 11:26 PM
Converting from Redhat to Linux mikeframe Slackware 4 12-18-2003 07:22 AM
Converting Email server from RedHat ( :( grrrr) to Debian hawkpaul Debian 1 12-03-2003 03:01 PM
Converting to Linux Scorcher2005 Linux - Newbie 3 05-27-2002 12:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:19 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