TheTechGuide Forum

General Category => Alt-OS => Topic started by: MaxxRezz on November 12, 2002, 08:01:31 AM

Title: Hosting e-mail from home
Post by: MaxxRezz on November 12, 2002, 08:01:31 AM
OK i but you guessed it was coming what do i need to host my own e-mails?
Title: Hosting e-mail from home
Post by: Josetann on November 12, 2002, 10:44:14 AM
Not sure if you can do it with a dynamic ip, but I know it can be done with a static ip.  Are you going to run linux or windows?  I've never been clear on which you're going to run, only that right now you're running windows.  Again, linux already has everything you need to run your own mail server.  You can use sendmail (most common), qmail, postfix, or a host of others.

I can help with setting it up on linux, as I've had to do so several times.  I haven't ever set it up on windows so can't really help you out there.
Title: Hosting e-mail from home
Post by: watts3000 on November 13, 2002, 11:36:47 AM
[quote name=\'TheSmith\' date=\'Nov 12 2002, 07:01 AM\']OK i but you guessed it was coming what do i need to host my own e-mails?[/quote]
 JT is right...dynamic might not work. Basically what you need to do is create a record in your DNS for the \"mail\" hostname so that mail.tekpants.com resolves to your connection. Next thing you need to do is create an MX (mail exchange) record in DNS that says that the \"mail\" DNS entry is your mail server. Once you accomplish all that...you setup your mail server of choice (sendmail on linux or Exchange on Windows) and forward the appropriate ports from your router to your mail server.

I doubt that anyone will offer dynamic DNS as well as setup the MX record etc....im almost positive that you will need a static IP for that.
Title: Hosting e-mail from home
Post by: MaxxRezz on November 13, 2002, 02:49:01 PM
sounds like a challange to me