simon.evanz48
Member
- Messages
- 32
- Reaction score
- 0
- Points
- 6
Hi,
I am in the process of setting up Google Apps for domain, mostly for there offerings of up to 50 extra email accounts plus a couple of features, etc..
I am having some problems trying to secure my domain from spammers and would like to know how to *properly* setup the Domain Keys Identified Mail (DKIM) standard on my addon domain.
which is:- wampbox.co.uk
My primary question is: How do I make my addon domain become the SOA on the x10hosting Servers. (or indeed if that is possible) as stated in the following error message:
The following is the cPanel warning I receive when I try to alter/save the SPF records:
in order to use my own domain name I have pointed it towards x10hosting name servers (ns1.x10hosting.com & ns2.x10hosting.com)
- This has been done and I am receiving traffic on my add-on domain. [OK]
Now I am left with the above error message in the SPF section of cPanel on my domain.
Can someone please shed some light on my situation and help point out what I may have done wrong, or indeed the steps required to setup DKIM for my addon domain.
FYI:
I have also followed the setup instruction during the DKIM setup stage from within Google Apps (for domains).
It recommended adding the following as a TXT record to my DNS zone for my addon domain to establish DKIM:
[KEY] google._domainkey
[TTL] 14400
[Value] "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADC<lots_more_chars_...>, etc, etc...."
During the setup phase of SPF I needed to retrieve the IP addresses of all Authorized email servers that will be allowed to send mail for my domain. As I am going to be using google Apps mail servers I was required to locate All the Additional Ip blocks for your domains (IP4) records which will be used to send mail for my domain.
I queried Google's SPF records to acquire the additional IPv4 address ranges so as to able to setup my own SPF TXT record based upon Googles mail servers:
The Additional IPv4 addresses have been added using the CIDR format. (as seen below)
So I done the following:-
> nslookup -q=TXT _netblocks.google.com 8.8.8.8
Reply
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
_netblocks.google.com text =
"v=spf1 ip4:216.239.32.0/19 ip4:64.233.160.0/19 ip4:66.249.80.0/20 ip4:72.14.192.0/18 ip4:209.85.128.0/17 ip4:66.102.0.0/20 ip4:74.125.0.0/16 ip4:64.18.0.0/20 ip4:207.126.144.0/20 ip4:173.194.0.0/16 ?all"
Thanks
I am in the process of setting up Google Apps for domain, mostly for there offerings of up to 50 extra email accounts plus a couple of features, etc..
I am having some problems trying to secure my domain from spammers and would like to know how to *properly* setup the Domain Keys Identified Mail (DKIM) standard on my addon domain.
which is:- wampbox.co.uk
My primary question is: How do I make my addon domain become the SOA on the x10hosting Servers. (or indeed if that is possible) as stated in the following error message:
The following is the cPanel warning I receive when I try to alter/save the SPF records:
In order to ensure that SPF or DKIM takes effect, you must confirm that this server is an authoritative nameserver for <mydomain>.elementfx.com. If you need help, contact your hosting provider.
Status: Enabled Warning: cPanel is unable to verify that this server is an authoritative nameserver for <mydomain>.elementfx.com.
Status: Enabled Warning: cPanel is unable to verify that this server is an authoritative nameserver for <mydomain>.elementfx.com.
in order to use my own domain name I have pointed it towards x10hosting name servers (ns1.x10hosting.com & ns2.x10hosting.com)
- This has been done and I am receiving traffic on my add-on domain. [OK]
Now I am left with the above error message in the SPF section of cPanel on my domain.
Can someone please shed some light on my situation and help point out what I may have done wrong, or indeed the steps required to setup DKIM for my addon domain.
FYI:
I have also followed the setup instruction during the DKIM setup stage from within Google Apps (for domains).
It recommended adding the following as a TXT record to my DNS zone for my addon domain to establish DKIM:
[KEY] google._domainkey
[TTL] 14400
[Value] "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADC<lots_more_chars_...>, etc, etc...."
During the setup phase of SPF I needed to retrieve the IP addresses of all Authorized email servers that will be allowed to send mail for my domain. As I am going to be using google Apps mail servers I was required to locate All the Additional Ip blocks for your domains (IP4) records which will be used to send mail for my domain.
I queried Google's SPF records to acquire the additional IPv4 address ranges so as to able to setup my own SPF TXT record based upon Googles mail servers:
The Additional IPv4 addresses have been added using the CIDR format. (as seen below)
So I done the following:-
> nslookup -q=TXT _netblocks.google.com 8.8.8.8
Reply
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
_netblocks.google.com text =
"v=spf1 ip4:216.239.32.0/19 ip4:64.233.160.0/19 ip4:66.249.80.0/20 ip4:72.14.192.0/18 ip4:209.85.128.0/17 ip4:66.102.0.0/20 ip4:74.125.0.0/16 ip4:64.18.0.0/20 ip4:207.126.144.0/20 ip4:173.194.0.0/16 ?all"
Thanks