Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Jan 24, 2008 10:35 am 
Offline
Senior Member

Joined: Mon May 14, 2007 8:20 am
Posts: 81
Hello,
Currently, my email system with Postfix and Dovecot runs fine. The MX record links to my root A record (let's say domain.com) and I have added to the configuration file:
virtual_mailbox_domains = domain.com

I need to change the A record of that MX record to something like mail.domain.com so that email and regular webiste can point to a different server.

Addinc the A record mail.domain.co and changing the MX record is easy.
But, do I have to change something to my postfix configuration? My limited understanding of emails tells me that the dovecot installation is not concerned with that change.

Thanks
Regards


Top
   
 Post subject:
PostPosted: Thu Jan 24, 2008 10:45 am 
Offline
Linode Staff
User avatar

Joined: Sat Jun 21, 2003 2:21 pm
Posts: 160
Location: Absecon, NJ
You won't need to change your configuration. The MX record is used by MTAs to locate servers which will accept mail for a domain. The DNS name for the MX doesn't even have to be on the same domain:

Code:
hostname ~ $ dig mx nurfherder.com

; <<>> DiG 9.4.1-P1 <<>> mx nurfherder.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41060
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;nurfherder.com.                        IN      MX

;; ANSWER SECTION:
nurfherder.com.         43200   IN      MX      5 mt-elbert.irgeek.com.

;; Query time: 456 msec
;; SERVER: 10.10.20.2#53(10.10.20.2)
;; WHEN: Thu Jan 24 16:43:45 2008
;; MSG SIZE  rcvd: 65


Top
   
 Post subject:
PostPosted: Thu Jan 24, 2008 11:55 am 
Offline
Senior Member

Joined: Mon May 14, 2007 8:20 am
Posts: 81
I change my DNS records and I am done! Thanks a lot for your explanation. Very useful.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group