LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Mailserver for Linux Centos (https://www.linuxquestions.org/questions/linux-server-73/mailserver-for-linux-centos-4175476237/)

cheesewizz 09-06-2013 07:41 PM

Mailserver for Linux Centos
 
Hi

I am looking for Mailserver that will run in linux centos
I have External IP address and i want to assign in my preferred domain name
ex. inet-soft.com.ph

what are the requirements before i establish our own mail server


Your suggestions highly appreciated


Thanks in advance

szboardstretcher 09-06-2013 07:50 PM

Mailserver for Linux Centos
 
you will need access to your domain account so you can set up mx records. do you have that?

cheesewizz 09-06-2013 08:07 PM

Quote:

Originally Posted by szboardstretcher (Post 5023367)
you will need access to your domain account so you can set up mx records. do you have that?

Not sure but as far as i know my existing IP registered in this domain name tailinsubic-chatserver.com
when i checked it i found NS1.tailinsubic-chatserver.com and NS2.tailinsubic-chatserver.com

thanks

cheesewizz 09-06-2013 08:13 PM

Quote:

Originally Posted by szboardstretcher (Post 5023367)
you will need access to your domain account so you can set up mx records. do you have that?

is it possible to have a Domain Server running in BIND so that we can manage our own domain name?

dt64 09-07-2013 07:14 AM

Currently there isn't a MX record setup for your domain:
Code:

7~$ dig ex.inet-soft.com.ph

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6_4.6 <<>> ex.inet-soft.com.ph
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40273
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ex.inet-soft.com.ph.          IN      A

;; ANSWER SECTION:
ex.inet-soft.com.ph.    300    IN      A      203.119.6.168

;; Query time: 302 msec
;; SERVER: 213.133.98.98#53(213.133.98.98)
;; WHEN: Sat Sep  7 14:10:55 2013
;; MSG SIZE  rcvd: 53

My guess is you'd need to talk to your domain hoster to get one set up.
If you want to play your own DNS provider you'd need to talk to them as well. Some of them do and some don't do this kind of stuff.

faizshiraji 09-07-2013 03:00 PM

You can use Postfix or Qmail.

dt64 09-08-2013 05:45 AM

Quote:

Originally Posted by faizshiraji (Post 5023780)
You can use Postfix or Qmail.

or sendmail.

or Scalix.

all depends on your needs.


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