Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Pop (smtp) dns
PostPosted: Wed Aug 05, 2009 2:50 pm 
Offline
Junior Member

Joined: Sat Jun 20, 2009 5:17 am
Posts: 25
Hi

I've successfully set up and moved my website to linode. The web part works. I had to move my dns hosting to antoher company. I use to fetch my mail using pop.mydomain.xxxx (send mail using smtp.mydomain.xxxx).

Now I can't do it any more... Do I need to add a record at the dns hosting companies or change config settings for my web site setup?


Top
   
 Post subject:
PostPosted: Wed Aug 05, 2009 4:43 pm 
Offline
Senior Member

Joined: Mon Jun 16, 2008 6:33 pm
Posts: 151
Where was your mail hosted ?

If it was a free add-on at your previous webhost, then you may need to start from scratch, either by setting up a mail server (Exim/Postfix) on your linode, or by pointing your MX records to gmail or similar.


Top
   
 Post subject:
PostPosted: Wed Aug 05, 2009 5:30 pm 
Offline
Junior Member

Joined: Sat Jun 20, 2009 5:17 am
Posts: 25
Thank you for the response.

I have started from scratch, Postfix, Dovecot...

As for the MX records, how should it look like? My dns hosting company's web interface sux. It tells me that I can't have an IP address in the record....

And the previous record was a A type one not a MX one....


Top
   
 Post subject:
PostPosted: Wed Aug 05, 2009 5:38 pm 
Offline
Senior Member

Joined: Mon Jun 16, 2008 6:33 pm
Posts: 151
TungstenX wrote:
It tells me that I can't have an IP address in the record....

And the previous record was a A type one not a MX one....

That was correct. Your MX record should point to an A record, which should then provide the IP address.

Why not use Linode's DNS manager ? Free, easy and simple to use :)


Top
   
 Post subject:
PostPosted: Wed Aug 05, 2009 5:40 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
An MX record should point to a fully qualified domain name, preceded by a number that signifies priority (the smaller the number, the higher the priority.)

e.g. 10 aspmx.l.google.com.

So if you don't have a fully qualified domain name for your IP address, first create an A record and then point your MX at it.

Depending on how your DNS provider's interface is set up, the number might have to be entered into a separate box. The trailing dot is mandatory, but a lot of DNS providers will put a dot automatically at the end for you. (Sometimes they screw up and you end up with 2 trailing dots, so watch out.)

BTW, why did you have to move your DNS to another company? Linode's own free service works like a charm, you know...


Top
   
 Post subject:
PostPosted: Thu Aug 06, 2009 12:28 pm 
Offline
Junior Member

Joined: Sat Jun 20, 2009 5:17 am
Posts: 25
The record list doesn't have any headings, thus it is a bit difficult to figure out. It look like this:

Code:
www A 74.207.231.31
@      A 74.207.231.31
pop   MX 0 paranoidandroid.co.za.


When I do a dig if get:
Code:
$ dig paranoidandroid.co.za @dnsdevil.sadomain.co.za any

; <<>> DiG 9.3.4-P1 <<>> paranoidandroid.co.za @dnsdevil.sadomain.co.za any
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15850
;; flags: qr aa rd; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;paranoidandroid.co.za.         IN      ANY

;; ANSWER SECTION:
paranoidandroid.co.za.  43200   IN      NS      ns2.sadomain.co.za.
paranoidandroid.co.za.  43200   IN      NS      dnsdevil.sadomain.co.za.
paranoidandroid.co.za.  43200   IN      A       74.207.231.31
paranoidandroid.co.za.  43200   IN      SOA     dnsdevil.sadomain.co.za. hostmaster.sadomain.co.za. 2009080603 28800 900 43200 43200

;; ADDITIONAL SECTION:
dnsdevil.sadomain.co.za. 10800  IN      A       196.25.120.25
ns2.sadomain.co.za.     10800   IN      A       196.25.120.7

;; Query time: 489 msec
;; SERVER: 196.25.120.25#53(196.25.120.25)
;; WHEN: Thu Aug  6 18:22:40 2009
;; MSG SIZE  rcvd: 184


I'm having difficulties changing the DNS info at the registry company when I use Linode DNS or ZoneEdit, co.za tells me there is no record at those dns for a website of mine.

Also when I try to pull in a DNS record for an existing site of mine, Linode DNS gives me an error:
AXFR Status: Failed.


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


Who is online

Users browsing this forum: No registered users and 1 guest


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