LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-04-2003, 07:36 AM   #1
mrnikeswsh
Member
 
Registered: Aug 2003
Distribution: MNF
Posts: 41

Rep: Reputation: 15
Replacing a windows nt server???


Just need some advice.

I work at a small company with 15 computers which log on to a windows nt server. This server authenicates the users name and password...then runs a script to map to their network shares.

Would linux be a possible solution to replace this aging windows nt 4.0 server with?

Will I be able to still authenicate from windows 2000 workstations?

Also, we are currently running microsoft mail postoffice on the windows nt server. (IN HOUSE EMAIL). Would I be able to configure some type of interoffice mail?

Thanks,

Brian Z
 
Old 12-04-2003, 10:57 AM   #2
mattingg
LQ Newbie
 
Registered: Nov 2003
Location: Southampton, England
Distribution: Redhat 7.3, 8.0
Posts: 16

Rep: Reputation: 0
Hi

Samba is the package, can be configured as a Primary Domain Controller and setup for File and print sharings as per your NT server...

www.samba.org for more info.

As to you mail question, can't help, don't know of any linux mail server that has a microsoft front end except "Lotus Notes", but guess this will be OTT for your setup.
 
Old 12-04-2003, 12:54 PM   #3
iainr
Member
 
Registered: Nov 2002
Location: England
Distribution: Ubuntu 9.04
Posts: 631

Rep: Reputation: 30
Hi mrnikeswsh,

These sort of tasks are things that Linux excels at. In addition to Samba for all your file sharing/printing/PDC needs, there are Open Source apps which will do mail for you.

You will probably need to use several apps, each of which does one task well for mail. For example, postfix or sendmail can manage mail for you. Fetchmail can collect mail from an external pop3 server. Numberous POP3 daemons (e.g. qpopper, vm-pop3d) allow your users to collect POP3 mail from a local mailbox. Procmail can process mail (e.g. distributing mail to different mailboxes from one external source, applying spam filters). Most of these will come with your Linux distro.

If you want something more like Microsoft Exchange, SuSE Openexchange Mail Server has the functionality at a significantly lower cost (not free though).

Configuring a mail setup like this is not trivial, but neither is it too complicated. You'l find numerous how-tos on the web.
 
Old 12-04-2003, 01:18 PM   #4
mrnikeswsh
Member
 
Registered: Aug 2003
Distribution: MNF
Posts: 41

Original Poster
Rep: Reputation: 15
Sounds good to me

Sounds great... I'm not looking to re-invent the wheel or anything. I just wanted to get the ball moving on something. We are a small company with just 1 NT 4.0 server. (Basically a file server).

This machine is starting to get up in age.....and I'm not sure we fell like spending mucho DOLLARS on windows 2000 server....or additonal licenses.

So..I'm leaning towards Linux....(MANDRAKE 9.2)

I will have to try this..... Can you explain in more detail about some of the email.

FYI we use IPOWERWEB as our hosting providor. ... Our email addresss are xxxx@ourdomain.com. Currently they are being deliverd to each computer.

Do you say that I can have my "SERVER" gather these emails then distribute them to each user after applying some spam filters?

BZ
 
Old 12-04-2003, 02:53 PM   #5
iainr
Member
 
Registered: Nov 2002
Location: England
Distribution: Ubuntu 9.04
Posts: 631

Rep: Reputation: 30
There are lots of ways you can do the email stuff. Once you start playing with the tools, you'll get a feel for what you can do.

Here's one example :
a) fetchmail runs as daemon on your linux server and goes to collect the mail for each user, putting it in their mailbox.
b) fetchmail passes collected mail onto procmail, which can do some post-processing. Procmail is one place you can put spam filters (e.g. spamassassin, bogofilter) just by calling them in the procmail configuration file.
c) Having been processed, mail is sitting in local mailboxes on the linux server (you create a Linux user for each mail account, but set the shell to /bin/false so they can't log in, just collect mail). Your POP3 daemon which requires no configuration at all allows people to log into the Linux box just like any other POP3 server and collect their mail.
d) If you want people to be able to send mail between themselves, and out to the Internet, postfix is easy to set up for this task. For local mail routing you may need postfix to call procmail.

So in total we have the following software :
- fetchmail (configuration file is ~/.fetchmailrc)
- procmail (~/.procmailrc or /etc/procmailrc)
- postfix or sendmail (postfix config file /etc/postfix/main.cf)
- a POP3 server such as vm-pop3d or qpopper.
- spamassassin and/or bogofilter anti-spam software

All this software comes on the standard Mandrake 9.2 CDs.

The best place to start is to look at the websites or manpages for the different software packages. A quick google should sort you out. Come back if you have any questions, of course - the manuals don't always make sense.
 
Old 12-04-2003, 02:58 PM   #6
mrnikeswsh
Member
 
Registered: Aug 2003
Distribution: MNF
Posts: 41

Original Poster
Rep: Reputation: 15
3 words

you da man!


Thanks Bro!


BZ
 
Old 12-04-2003, 06:01 PM   #7
wdingus
Member
 
Registered: Aug 2001
Location: Kingsport, TN
Distribution: RHEL & FC
Posts: 267

Rep: Reputation: 30
I've not tried this yet but SAMBA version 3 is supposed to come with some migration tools to move an NT4 hosted domain without interruption. Won't have to touch the 15 PCs at all.. I assume it just works by becoming a backup domain controller and then you switch off the NT box and it takes over.
 
  


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
Best Distro for Replacing Windows Server kitek Linux - Distributions 5 10-15-2005 04:49 PM
Need help replacing Windows XP on my comp firefork Linux - Newbie 7 12-03-2004 06:36 PM
Replacing Windows with Slackware. NomDeGuerre Linux - Newbie 11 02-26-2004 11:43 AM
Replacing KDE 3.1 with windows Name_Pending General 11 02-11-2004 11:12 PM
Replacing Windows AND Novell? westdf Linux - Software 5 05-14-2003 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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