Currently I'm trying to setup a VPS with VestaCP
My current setup is:
Domain name: mxweb.info
Main dns: dns.he.net
VPS 1 (alpha.mxweb.info):
CentOS 6.5 - 32bit
VPS 2 (zhor.mxweb.info):
CentOS 6.5 - 32bit
My problem:
The main VPS (alpha.mxweb.info) is not passing the DKIM test's and all the email I sent to hotmail ends up in the junk folder.
The bind zone file (from VestaCP) has the following settings:
$TTL 14400
@ IN SOA ns1.localhost.ltd. root.alpha.mxweb.info. (
2014050703
7200
3600
1209600
180 )
@ 14400 IN NS ns1.localhost.ltd.
@ 14400 IN NS ns2.localhost.ltd.
@ 14400 IN A 107.170.239.57
mail 14400 IN A 107.170.239.57
www 14400 IN A 107.170.239.57
pop 14400 IN A 107.170.239.57
ftp 14400 IN A 107.170.239.57
@ 14400 IN MX 10 mail.alpha.mxweb.info.
@ 14400 IN TXT "v=spf1 a mx ip4:107.170.239.57 ?all"
_domainkey 14400 IN TXT "t=y; o=~;"
mail._domainkey 14400 IN TXT "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlmqgXuuHLd2bCDjtQx+hCDneR5wfat/VdH6XNVluEZRRTYUaV1JKw9u9GsWeA6htf7L5ICu2VDGz3fL7llQDyGeERhWGocQhSJbVWm7F1QguwKDUvqt4y99W9W/4irQC7AYxjXi0QIXSaWAJwf4ES4QvmLrKain0i2fRT1oBYdQIDAQAB"
And my setup in he.net is the following:
NAME TYPE TTL PRIORITY DATA
mxweb.info SOA 86400 - ns1.he.net. hostmaster.he.net. 2014050731 10800 1800 604800 86400
mxweb.info NS 300 - ns1.he.net
mxweb.info NS 300 - ns2.he.net
mxweb.info NS 300 - ns3.he.net
mxweb.info NS 300 - ns5.he.net
mxweb.info NS 300 - ns4.he.net
alpha.mxweb.info A 300 - 107.170.239.57
mail.alpha.mxweb.info A 300 - 107.170.239.57
mxweb.info A 300 - 23.252.115.166
alpha.mxweb.info MX 300 10 alpha.mxweb.info
alpha.mxweb.info SPF 300 - v=spf1 a mx ip4:107.170.239.57 ?all
www.alpha.mxweb.info CNAME 300 - alpha.mxweb.info
alpha.mxweb.info TXT 300 - _domainkey IN TXT t=y;o=~;
mail._domainkey.alpha.mxweb.info TXT 300 - "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlmqgXuuHLd2bCDjtQx+hCDneR5wfat/VdH6XNVluEZRRTYUaV1JKw9u9GsWeA6htf7L5ICu2VDGz3fL7llQDyGeERhWGocQhSJbVWm7F1QguwKDUvqt4y99W9W/4irQC7AYxjXi0QIXSaWAJwf4ES4QvmLrKain0i2fRT1oBYdQIDAQAB"
Also my test from verifier.port25.com gives me this result on the DKIM test
DKIM check details:
----------------------------------------------------------
Result: permerror (key "mail._domainkey.alpha.mxweb.info" doesn't exist)
ID(s) verified:
Canonicalized Headers:
message-id:<[email protected]>'0D''0A'
from:[email protected]'0D''0A'
date:Wed,'20'07'20'May'20'2014'20'21:39:26'20'-0700'0D''0A'
mime-version:1.0'0D''0A'
subject:'0D''0A'
to:[email protected]'0D''0A'
dkim-signature:v=1;'20'a=rsa-sha256;'20'q=dns/txt;'20'c=relaxed/relaxed;'20'd=alpha.mxweb.info;'20's=mail;'20'h=Message-ID:Fromate:MIME-Version:Subject:To;'20'bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=;'20'b=;
Canonicalized Body:
DNS record(s):
mail._domainkey.alpha.mxweb.info. TXT (NXDOMAIN)
I already rebuild the DKIM keys to a key lenght of 1024 using the command " v-add-mail-domain-dkim %user% %domain% %key-length% " and restarting bind, without a good result.
My objective is:
Build a DNS cluster using both VPS and host a couple of domains I have.
Point the hosted domains to each VPS and be able to send emails without problems
Any suggestions for fixing this email issue?
P.S. sorry for the long post, I tried to post as much info as possible
My current setup is:
Domain name: mxweb.info
Main dns: dns.he.net
VPS 1 (alpha.mxweb.info):
CentOS 6.5 - 32bit
VPS 2 (zhor.mxweb.info):
CentOS 6.5 - 32bit
My problem:
The main VPS (alpha.mxweb.info) is not passing the DKIM test's and all the email I sent to hotmail ends up in the junk folder.
The bind zone file (from VestaCP) has the following settings:
$TTL 14400
@ IN SOA ns1.localhost.ltd. root.alpha.mxweb.info. (
2014050703
7200
3600
1209600
180 )
@ 14400 IN NS ns1.localhost.ltd.
@ 14400 IN NS ns2.localhost.ltd.
@ 14400 IN A 107.170.239.57
mail 14400 IN A 107.170.239.57
www 14400 IN A 107.170.239.57
pop 14400 IN A 107.170.239.57
ftp 14400 IN A 107.170.239.57
@ 14400 IN MX 10 mail.alpha.mxweb.info.
@ 14400 IN TXT "v=spf1 a mx ip4:107.170.239.57 ?all"
_domainkey 14400 IN TXT "t=y; o=~;"
mail._domainkey 14400 IN TXT "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlmqgXuuHLd2bCDjtQx+hCDneR5wfat/VdH6XNVluEZRRTYUaV1JKw9u9GsWeA6htf7L5ICu2VDGz3fL7llQDyGeERhWGocQhSJbVWm7F1QguwKDUvqt4y99W9W/4irQC7AYxjXi0QIXSaWAJwf4ES4QvmLrKain0i2fRT1oBYdQIDAQAB"
And my setup in he.net is the following:
NAME TYPE TTL PRIORITY DATA
mxweb.info SOA 86400 - ns1.he.net. hostmaster.he.net. 2014050731 10800 1800 604800 86400
mxweb.info NS 300 - ns1.he.net
mxweb.info NS 300 - ns2.he.net
mxweb.info NS 300 - ns3.he.net
mxweb.info NS 300 - ns5.he.net
mxweb.info NS 300 - ns4.he.net
alpha.mxweb.info A 300 - 107.170.239.57
mail.alpha.mxweb.info A 300 - 107.170.239.57
mxweb.info A 300 - 23.252.115.166
alpha.mxweb.info MX 300 10 alpha.mxweb.info
alpha.mxweb.info SPF 300 - v=spf1 a mx ip4:107.170.239.57 ?all
www.alpha.mxweb.info CNAME 300 - alpha.mxweb.info
alpha.mxweb.info TXT 300 - _domainkey IN TXT t=y;o=~;
mail._domainkey.alpha.mxweb.info TXT 300 - "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlmqgXuuHLd2bCDjtQx+hCDneR5wfat/VdH6XNVluEZRRTYUaV1JKw9u9GsWeA6htf7L5ICu2VDGz3fL7llQDyGeERhWGocQhSJbVWm7F1QguwKDUvqt4y99W9W/4irQC7AYxjXi0QIXSaWAJwf4ES4QvmLrKain0i2fRT1oBYdQIDAQAB"
Also my test from verifier.port25.com gives me this result on the DKIM test
DKIM check details:
----------------------------------------------------------
Result: permerror (key "mail._domainkey.alpha.mxweb.info" doesn't exist)
ID(s) verified:
Canonicalized Headers:
message-id:<[email protected]>'0D''0A'
from:[email protected]'0D''0A'
date:Wed,'20'07'20'May'20'2014'20'21:39:26'20'-0700'0D''0A'
mime-version:1.0'0D''0A'
subject:'0D''0A'
to:[email protected]'0D''0A'
dkim-signature:v=1;'20'a=rsa-sha256;'20'q=dns/txt;'20'c=relaxed/relaxed;'20'd=alpha.mxweb.info;'20's=mail;'20'h=Message-ID:Fromate:MIME-Version:Subject:To;'20'bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=;'20'b=;
Canonicalized Body:
DNS record(s):
mail._domainkey.alpha.mxweb.info. TXT (NXDOMAIN)
I already rebuild the DKIM keys to a key lenght of 1024 using the command " v-add-mail-domain-dkim %user% %domain% %key-length% " and restarting bind, without a good result.
My objective is:
Build a DNS cluster using both VPS and host a couple of domains I have.
Point the hosted domains to each VPS and be able to send emails without problems
Any suggestions for fixing this email issue?
P.S. sorry for the long post, I tried to post as much info as possible