Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: dns manager settings
PostPosted: Fri Dec 25, 2015 5:25 pm 
Offline
Newbie
User avatar

Joined: Fri Dec 25, 2015 5:16 pm
Posts: 4
Website: http://www.webfoundry-hosting.be
Location: Belgium
Dear All,

I'm not a hero when it comes to dns settings, and after I discovered that mail sent from a domain on my linode-server always ends up in the spam folder of gmail-accounts, I started digging into it.
After digging into intodns.com I discovered there are a few things wrong, but after 2 days of experimenting with dns settings in DirectAdmin I'm a bit lost.
I guess things must be set wrong in the main DNS Manager of Linode.

All help appreciated !!!!!!


Intodns.com complains about "only" 3 things :

1) Missing nameservers reported by parent
FAIL: The following nameservers are listed at your nameservers as nameservers for your domain, but are not listed at the parent nameservers (see RFC2181 5.4.1). You need to make sure that these nameservers are working.If they are not working ok, you may have problems!
ns1.webfoundry-hosting.be
ns5.linode.com
ns2.webfoundry-hosting.be

2) Stealth NS records sent
Stealth NS records were sent:
ns1.webfoundry-hosting.be
ns5.linode.com
ns2.webfoundry-hosting.be

3) Duplicate MX A records
ERROR: It seems that all your MX records have the same IP(s):
There is no use on having multiple MX records pointing to the same ip.


THE SETTINGS OF MY LINODE DNS MANAGER :

SOA Record
Primary DNS Email Default TTL Refresh Rate Retry Rate Expire Time Options
ns1.linode.com info@webfoundry.be Default Default 3600 (1h) Default Settings

NS Records
Name Server Subdomain
ns1.linode.com webfoundry-hosting.be
ns2.linode.com webfoundry-hosting.be
ns3.linode.com webfoundry-hosting.be
ns4.linode.com webfoundry-hosting.be
ns5.linode.com webfoundry-hosting.be
ns1.webfoundry-hosting.be webfoundry-hosting.be
ns2.webfoundry-hosting.be webfoundry-hosting.be


MX Records
Mail Server Preference Subdomain
mail.webfoundry-hosting.be 10
server.webfoundry-hosting.be 10


A/AAAA Records
Hostname IP Address
178.79.130.161
ftp 178.79.130.161
mail 178.79.130.161
ns1 178.79.130.161
ns2 178.79.130.161
pop 178.79.130.161
server 178.79.130.161
smtp 178.79.130.161
www 178.79.130.161


CNAME Records
Hostname Aliases to TTL


TXT Records
Name Value TTL
server "v=spf1 a mx ip4:178.79.130.161 ~all"


SRV Records
Service Domain Priority Weight Port Target TTL Options


Top
   
 Post subject: Re: dns manager settings
PostPosted: Sun Dec 27, 2015 2:06 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
It could be DNS, but given that Gmail is actually accepting the mail I would look elsewhere. The content of your messages may look suspicious, in which case you can modify what they say. Recipients on Gmail may be flagging your messages as spam, in which case you should not send mail to those users and should ask your other users on Gmail to mark your messages as "not spam" to improve your reputation.


Top
   
 Post subject: Re: dns manager settings
PostPosted: Sun Dec 27, 2015 4:14 am 
Offline
Newbie
User avatar

Joined: Fri Dec 25, 2015 5:16 pm
Posts: 4
Website: http://www.webfoundry-hosting.be
Location: Belgium
For my own domain I only send few messages to few people, and asked them to mark my messages as "not spam", wich ... didn't help.
Why should my content look suspicious ? I only write normal letters. I can't tell all people on different domains on my server to rephrase their content to pass gmails filters :D

I found out a PTR record was missing, so I already added that. But that doesn't solve the 3 DNS issues of my server.


Top
   
 Post subject: Re: dns manager settings
PostPosted: Sun Dec 27, 2015 5:07 am 
Offline
Junior Member

Joined: Fri Jun 02, 2006 10:02 am
Posts: 26
Getting mail reliably delivered from your own server is a tricky task and to save the bother I would recommend using a third-party service such as Mandrill. It can be configured at server or application level.


Top
   
 Post subject: Re: dns manager settings
PostPosted: Sun Dec 27, 2015 1:01 pm 
Offline
Newbie
User avatar

Joined: Fri Dec 25, 2015 5:16 pm
Posts: 4
Website: http://www.webfoundry-hosting.be
Location: Belgium
Mails are not even sent by my server (it's the local internet provider that takes care of smtp). But it seems a PTR record is needed for reliable mail delivery to check the domainname, so that solved the reverse DNS lookup already.
Now it's just the intodns.com problems that need to be solved.

Can someone help me out with this ?


Top
   
 Post subject: Re: dns manager settings
PostPosted: Mon Dec 28, 2015 12:29 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
According to your registrar, your nameservers are ns1.linode.com through ns4.linode.com.

Code:
Domain: webfoundry-hosting.be
Status: NOT AVAILABLE
Registered:     Wed Feb 26 2014

Registrant:
        Not shown, please visit www.dnsbelgium.be for webbased whois.

Registrar Technical Contacts:
        Name:   Hostmaster
        Organisation:   Nucleus BVBA
        Language:       nl
        Phone:  +32.32750160
        Fax:    +32.32750169
        Email:  support@nucleus.be


Registrar:
        Name:    Nucleus
        Website: http://www.nucleus.be

Nameservers:
        ns3.linode.com
        ns2.linode.com
        ns1.linode.com
        ns4.linode.com

Keys:

Flags:

Please visit www.dnsbelgium.be for more info.


You should add ns5.linode.com on your registrar's list of nameservers if possible. If it is not possible, don't worry about it.

You should remove ns1 and ns2.webfoundry-hosting.be from DNS and deactivate the nameserver on your Linode; there is no reason for you to run your own.

You should remove the MX record pointing to server.webfoundry-hosting.be; it is a worthless duplicate.

Your SPF record currently only designates your Linode as a permitted sender for @webfoundry-hosting.be mail. Mail from all other hosts is considered a softfail. Update your SPF record if other hosts legitimately send @webfoundry-hosting.be mail.

It seems unlikely that any of these changes will actually help, but they answer your question.


Top
   
 Post subject: Re: dns manager settings
PostPosted: Mon Dec 28, 2015 6:16 am 
Offline
Newbie
User avatar

Joined: Fri Dec 25, 2015 5:16 pm
Posts: 4
Website: http://www.webfoundry-hosting.be
Location: Belgium
Thanks Vance for all your time and effort !
Indeed it will be unlikely that these changes will solve any mail-issues, but at least the settings will be "as they should be" and get rid of those pesky red issues on intodns.com wich troubled me.

Just one last small question ... if I remove ns1 and ns2.webfoundry-hosting.be from DNS and deactivate the nameserver on my Linode ... will my users still be able to register their domains using these nameservers? (they are still defined in DirectAdmin and my server).


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


Who is online

Users browsing this forum: No registered users and 3 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