LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-09-2001, 04:26 PM   #1
dilberim82
Member
 
Registered: Apr 2001
Location: NY
Distribution: used to be Redhat, now Debian Sarge
Posts: 291

Rep: Reputation: 30

I wanna set up an e-mail account so i can send e-mail from my machine. I want it to be something like whatever@mydomainname.com
Does anybody know any documentation on how to do this? Ohh and when i was setting up redhat as a workstation it asked me for domain name and stuff, so if i put anything in there would it show people's e-mails when i send them something?
 
Old 05-10-2001, 01:02 PM   #2
nabil
Member
 
Registered: Feb 2001
Location: MI, USA
Distribution: Debian Linux 100% GNU
Posts: 210

Rep: Reputation: 31
Do you mean you wanna setup your own email server ???? like yahoo.com and stuff or simply connect to another mail server using a mail client on your machine ????
 
Old 05-11-2001, 12:43 PM   #3
dilberim82
Member
 
Registered: Apr 2001
Location: NY
Distribution: used to be Redhat, now Debian Sarge
Posts: 291

Original Poster
Rep: Reputation: 30
i wanna set up my own e-mail server is it hard to do?
 
Old 05-11-2001, 03:48 PM   #4
nabil
Member
 
Registered: Feb 2001
Location: MI, USA
Distribution: Debian Linux 100% GNU
Posts: 210

Rep: Reputation: 31
not really! You just need a dedicated internet connection as in DSL with static IP and also a domain name registered with Networksolutions for you name. And finally find a free dns service on the net to do dns lookups for you...As far as sendmail on the server it is really easy to setup.
 
Old 05-15-2001, 06:38 PM   #5
dilberim82
Member
 
Registered: Apr 2001
Location: NY
Distribution: used to be Redhat, now Debian Sarge
Posts: 291

Original Poster
Rep: Reputation: 30
thanks

thanks nabil,
i'll look into it and do you know any good dns lookup services? And do you have other cheaper than networksolutions? I checked it and it is $40 for a year. Anways, i appreciate it. Thanks again
 
Old 05-15-2001, 07:39 PM   #6
nabil
Member
 
Registered: Feb 2001
Location: MI, USA
Distribution: Debian Linux 100% GNU
Posts: 210

Rep: Reputation: 31
For free DNS, Try http://www.granitecanyon.com They are hard to configure but they are free. I personally use my own which you can do also if you have static IP and you register a name server for free at networksolutions as(machinename.domainname.com). If you like send me a private email and I will let you use my nameservers for free so you can register a name and get going until you figure out the free dns service. You can also register a name indirectly with other services cheaper but updating stuff afterwards is very slow. Networksolutions is higher but you will like their service.
 
Old 05-15-2001, 11:58 PM   #7
rameshks
LQ Newbie
 
Registered: May 2001
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by nabil
For free DNS, Try http://www.granitecanyon.com They are hard to configure but they are free. I personally use my own which you can do also if you have static IP and you register a name server for free at networksolutions as(machinename.domainname.com). If you like send me a private email and I will let you use my nameservers for free so you can register a name and get going until you figure out the free dns service. You can also register a name indirectly with other services cheaper but updating stuff afterwards is very slow. Networksolutions is higher but you will like their service.
Hi nabil,
it is really good the way u reply to the queries..
i want to set up a mail server, i have a domain name registerd with register.com, amd i have a ips from my isp.
how do i go about setting up am email server , i shld be able to get msg on to my mail client say outlook.
pls can u help me in deploying this.

thx
 
Old 05-16-2001, 12:30 AM   #8
nabil
Member
 
Registered: Feb 2001
Location: MI, USA
Distribution: Debian Linux 100% GNU
Posts: 210

Rep: Reputation: 31
Ok Basically the way it works is that when you register a name on the internet, that name will be connected to a nameserver or a dns server for examle http://www.domain.com is set to goto 10.0.0.1 where 10.0.0.1 is a nameserver or dns server, then this name or dns server will be setup to forward either http traffic for a web server or mail MX traffic for a mail server as an example an entry in the dns server will say "www.domain.com MX 10 10.0.0.50" where 10.0.0.50 is your static IP that your server runs under..When someone sends mail to user@yourdomain.com then first incoming mail server will check to see where youdomain.com is then the dns server will tell it goto your IP address 10.0.0.50 for mail delivery as specified on top...When mail comes to your box, sendmail running on you server will listen on port 25 for any incoming mail and decide either to accept or reject...If user has an account then it accepts it otherwise it will reject it.
So here is what you need before doing anything with mail server software on you box.
Need a fixed static IP
You need to link youdomain.com to a free dns server as stated above in one of my messages
An entry in that free dns server to point back to your IP address.
If you do all that, you would at least start recieving and sending mail with out any extral configuration. To use outlook to connect to your server then you need to install a pop server on you machine. Some Linux distro will have it included if not download qpopper and install it.
If you have anyother questions please post one at a time or step at a time and I will help you in more detail.

 
Old 01-14-2002, 08:23 PM   #9
jackvera
LQ Newbie
 
Registered: Sep 2001
Location: Bogotá, Colombia
Distribution: RedHat 7.0
Posts: 7

Rep: Reputation: 0
How can i configure a Mail Server (SMTP and POP3)

Hi, i read this article but i couldnt find the procedure ... canyou explain me it????
Thank

ahh .. do you know how to configure a proxy on linux

(I HAVE RED HAT 7.0!)
 
Old 01-15-2002, 07:32 PM   #10
kervin
Member
 
Registered: Jan 2002
Location: Melbourne, FL.
Distribution: redhat
Posts: 168

Rep: Reputation: 31
If you looking to run a email server, there are at least 2 HOWTO documents you can begin with...

"Pocket" ISP based on RedHat Linux HOWTO
http://www.linuxdoc.org/HOWTO/ISP-Se...Hat-HOWTO.html

The Linux Electronic Mail Administrator HOWTO
http://www.linuxdoc.org/HOWTO/Mail-A...tor-HOWTO.html

There may be others at http://www.linuxdoc.org / that might be helpful to you.

If you just want your own domain name and email addresses on that domain name, then you do not *have* to run your own email server. There are companies that will run the server for you for less than $30 bucks/month and also give you a few mailboxes for your domain, along with a shell account.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configure & Connect a Linux mail server from a windows mail clients digihall7 Linux - Networking 4 10-23-2006 12:21 PM
How to have limited mail on a linux server that support unlimited e-mail account mmh Linux - General 3 03-15-2006 06:52 AM
can we configure a Linux server with mail server,file server and web server kumarx Linux - Newbie 5 09-09-2004 06:21 AM
Postfix mail server not accepting incoming mail from the external interface rexmundi Linux - Networking 7 12-22-2003 03:41 PM
Mail Server Delimiter for alternate mail server venugopalmk Linux - Networking 2 04-29-2003 04:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:11 AM.

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