![]() |
what are the things i need to send/rcv email to internet with user@domain.org?
help :)
what are the things i need to send/rcv email to internet with user@domain.org? i have: dsl connection with static ip addr domain linux installed what else do i need? what should i do next? or is this possible? tia :) |
i have 3 computers here at home
1st computer will be the mail server the other 2 computers should have user2@domain.org and user3@domain.org emails that would send and rcv emails from/to internet.. is it really possible? |
You'll need to add an MX entry on the DNS server that your domain information is registered on.
You will also need to setup a mail transfer agent such as Sendmail, Postfix, exim or qmail. Most of these are set to only listen to the loopback address by default so you will have to change this configuration. |
oh yeah i forgot..
thanks! hmmm im a bit confused.. im kinda new in this mail server thing :) when you said: "You'll need to add an MX entry on the DNS server that your domain information is registered on." - does this mean they will create something like mymail.domain.org for my emails? or they will point what to where? or? |
They need to add an entry similar to the following:
domain.org. IN MX 5 mail.domain.org. mail.domain.org. IN A <IPADDRESS> where <IPADDRESS> is the public IP of your mail server |
All times are GMT -5. The time now is 07:53 AM. |