Set the PTR Record correct
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I try to setup an PTR Record for my Domain. I can send mails but some emailservers reject my mail, because I have no PTR Record.
I try it the last days but not working. Can anyone tell me what is wrong?
Best regards
Here is my config.
cat /etc/bind/zones/master/db.domain.tld
$TTL 3h
@ IN SOA ns1.domain.tld. www.domain.tld. (
1 ;serial
3h ;nach 3 stunden aktualisieren
1h ;neuer versuch
1w ;expire
1h ) ;negativecaching
;
@ IN NS ns1.domain.tld.
@ IN NS ns2.domain.tld.
@ IN MX 10 mail.domain.tld.
larsmueller.net. IN A 81.169.xxx.xx
ns1 IN A 81.169.xxx.xx
ns2 IN A 81.169.xxx.xx
www IN A 81.169.xxx.xx
mail IN A 81.169.xxx.xx
ftp IN CNAME domain.tld.
cloud IN CNAME domain.tld.
office IN CNAME domain.tld.
ffsync IN CNAME domain.tld.
@ IN TXT "v=spf1 mx ~all"
analytics IN CNAME domain.tld.
_dmarc IN TXT 14400 "v=DMARC1; p=none; rua=mailto:server@domain.tld"
_domainkey IN TXT "o=!;r=server@domain.tld"
2018._domainkey IN TXT "v=DKIM1;k=rsa;t=s;s=email;p=... "
cat /etc/bind/named.conf.local
zone "domain.tld"
type master;
file "/etc/bind/zones/master/db.domain.tld";
;
zone "xx.xxx.169.81.in-addr-arpa"
type master;
notify no;
file "/etc/bind/db.192";
;
cat /etc/bind/db.192
$TTL 604800
@ IN SOA ns1.domain.tld. mail.domain.tld. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.domain.ltd.
xx.Xxx.169.81.in-addr.arpa. IN PTR ns1.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR domain.tld
xx.xxx.169.81.in-addr.arpa. IN PTR mail.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR cloud.domain.tld.
Xx. Xxx. 169.81.in-addr.arpa. IN PTR analytics.domain.tld.
dig +short ptr xx.xxx.169.81.in-addr.arpa.
domain.tld
root@mail:/etc/bind/zones/master# dig xx.xxx.169.81.in-addr.arpa. AXFR
;; communications error to 127.0.0.53#53: end of file
;; communications error to 127.0.0.53#53: end of file
server mail
add a comment |Â
up vote
0
down vote
favorite
I try to setup an PTR Record for my Domain. I can send mails but some emailservers reject my mail, because I have no PTR Record.
I try it the last days but not working. Can anyone tell me what is wrong?
Best regards
Here is my config.
cat /etc/bind/zones/master/db.domain.tld
$TTL 3h
@ IN SOA ns1.domain.tld. www.domain.tld. (
1 ;serial
3h ;nach 3 stunden aktualisieren
1h ;neuer versuch
1w ;expire
1h ) ;negativecaching
;
@ IN NS ns1.domain.tld.
@ IN NS ns2.domain.tld.
@ IN MX 10 mail.domain.tld.
larsmueller.net. IN A 81.169.xxx.xx
ns1 IN A 81.169.xxx.xx
ns2 IN A 81.169.xxx.xx
www IN A 81.169.xxx.xx
mail IN A 81.169.xxx.xx
ftp IN CNAME domain.tld.
cloud IN CNAME domain.tld.
office IN CNAME domain.tld.
ffsync IN CNAME domain.tld.
@ IN TXT "v=spf1 mx ~all"
analytics IN CNAME domain.tld.
_dmarc IN TXT 14400 "v=DMARC1; p=none; rua=mailto:server@domain.tld"
_domainkey IN TXT "o=!;r=server@domain.tld"
2018._domainkey IN TXT "v=DKIM1;k=rsa;t=s;s=email;p=... "
cat /etc/bind/named.conf.local
zone "domain.tld"
type master;
file "/etc/bind/zones/master/db.domain.tld";
;
zone "xx.xxx.169.81.in-addr-arpa"
type master;
notify no;
file "/etc/bind/db.192";
;
cat /etc/bind/db.192
$TTL 604800
@ IN SOA ns1.domain.tld. mail.domain.tld. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.domain.ltd.
xx.Xxx.169.81.in-addr.arpa. IN PTR ns1.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR domain.tld
xx.xxx.169.81.in-addr.arpa. IN PTR mail.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR cloud.domain.tld.
Xx. Xxx. 169.81.in-addr.arpa. IN PTR analytics.domain.tld.
dig +short ptr xx.xxx.169.81.in-addr.arpa.
domain.tld
root@mail:/etc/bind/zones/master# dig xx.xxx.169.81.in-addr.arpa. AXFR
;; communications error to 127.0.0.53#53: end of file
;; communications error to 127.0.0.53#53: end of file
server mail
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I try to setup an PTR Record for my Domain. I can send mails but some emailservers reject my mail, because I have no PTR Record.
I try it the last days but not working. Can anyone tell me what is wrong?
Best regards
Here is my config.
cat /etc/bind/zones/master/db.domain.tld
$TTL 3h
@ IN SOA ns1.domain.tld. www.domain.tld. (
1 ;serial
3h ;nach 3 stunden aktualisieren
1h ;neuer versuch
1w ;expire
1h ) ;negativecaching
;
@ IN NS ns1.domain.tld.
@ IN NS ns2.domain.tld.
@ IN MX 10 mail.domain.tld.
larsmueller.net. IN A 81.169.xxx.xx
ns1 IN A 81.169.xxx.xx
ns2 IN A 81.169.xxx.xx
www IN A 81.169.xxx.xx
mail IN A 81.169.xxx.xx
ftp IN CNAME domain.tld.
cloud IN CNAME domain.tld.
office IN CNAME domain.tld.
ffsync IN CNAME domain.tld.
@ IN TXT "v=spf1 mx ~all"
analytics IN CNAME domain.tld.
_dmarc IN TXT 14400 "v=DMARC1; p=none; rua=mailto:server@domain.tld"
_domainkey IN TXT "o=!;r=server@domain.tld"
2018._domainkey IN TXT "v=DKIM1;k=rsa;t=s;s=email;p=... "
cat /etc/bind/named.conf.local
zone "domain.tld"
type master;
file "/etc/bind/zones/master/db.domain.tld";
;
zone "xx.xxx.169.81.in-addr-arpa"
type master;
notify no;
file "/etc/bind/db.192";
;
cat /etc/bind/db.192
$TTL 604800
@ IN SOA ns1.domain.tld. mail.domain.tld. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.domain.ltd.
xx.Xxx.169.81.in-addr.arpa. IN PTR ns1.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR domain.tld
xx.xxx.169.81.in-addr.arpa. IN PTR mail.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR cloud.domain.tld.
Xx. Xxx. 169.81.in-addr.arpa. IN PTR analytics.domain.tld.
dig +short ptr xx.xxx.169.81.in-addr.arpa.
domain.tld
root@mail:/etc/bind/zones/master# dig xx.xxx.169.81.in-addr.arpa. AXFR
;; communications error to 127.0.0.53#53: end of file
;; communications error to 127.0.0.53#53: end of file
server mail
I try to setup an PTR Record for my Domain. I can send mails but some emailservers reject my mail, because I have no PTR Record.
I try it the last days but not working. Can anyone tell me what is wrong?
Best regards
Here is my config.
cat /etc/bind/zones/master/db.domain.tld
$TTL 3h
@ IN SOA ns1.domain.tld. www.domain.tld. (
1 ;serial
3h ;nach 3 stunden aktualisieren
1h ;neuer versuch
1w ;expire
1h ) ;negativecaching
;
@ IN NS ns1.domain.tld.
@ IN NS ns2.domain.tld.
@ IN MX 10 mail.domain.tld.
larsmueller.net. IN A 81.169.xxx.xx
ns1 IN A 81.169.xxx.xx
ns2 IN A 81.169.xxx.xx
www IN A 81.169.xxx.xx
mail IN A 81.169.xxx.xx
ftp IN CNAME domain.tld.
cloud IN CNAME domain.tld.
office IN CNAME domain.tld.
ffsync IN CNAME domain.tld.
@ IN TXT "v=spf1 mx ~all"
analytics IN CNAME domain.tld.
_dmarc IN TXT 14400 "v=DMARC1; p=none; rua=mailto:server@domain.tld"
_domainkey IN TXT "o=!;r=server@domain.tld"
2018._domainkey IN TXT "v=DKIM1;k=rsa;t=s;s=email;p=... "
cat /etc/bind/named.conf.local
zone "domain.tld"
type master;
file "/etc/bind/zones/master/db.domain.tld";
;
zone "xx.xxx.169.81.in-addr-arpa"
type master;
notify no;
file "/etc/bind/db.192";
;
cat /etc/bind/db.192
$TTL 604800
@ IN SOA ns1.domain.tld. mail.domain.tld. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.domain.ltd.
xx.Xxx.169.81.in-addr.arpa. IN PTR ns1.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR domain.tld
xx.xxx.169.81.in-addr.arpa. IN PTR mail.domain.tld.
xx. Xxx.169.81.in-addr.arpa. IN PTR cloud.domain.tld.
Xx. Xxx. 169.81.in-addr.arpa. IN PTR analytics.domain.tld.
dig +short ptr xx.xxx.169.81.in-addr.arpa.
domain.tld
root@mail:/etc/bind/zones/master# dig xx.xxx.169.81.in-addr.arpa. AXFR
;; communications error to 127.0.0.53#53: end of file
;; communications error to 127.0.0.53#53: end of file
server mail
edited yesterday
waltinator
19.9k73868
19.9k73868
asked yesterday
![](https://lh6.googleusercontent.com/-ul2vjJ97LCE/AAAAAAAAAAI/AAAAAAABP-4/10s-kBbdeQU/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-ul2vjJ97LCE/AAAAAAAAAAI/AAAAAAABP-4/10s-kBbdeQU/photo.jpg?sz=32)
Lars
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Due to the way PTR records work, they have to be set by the entity that is running the nameserver for the subnet your are in.
Unless you have a /24 and have delegated NS records you have to contact your provider.
Based on your IP I'm guessing you have a virtual or physical machine housed by a German service provider. You should look up how to set reverse lookup in their documentation.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Due to the way PTR records work, they have to be set by the entity that is running the nameserver for the subnet your are in.
Unless you have a /24 and have delegated NS records you have to contact your provider.
Based on your IP I'm guessing you have a virtual or physical machine housed by a German service provider. You should look up how to set reverse lookup in their documentation.
add a comment |Â
up vote
0
down vote
Due to the way PTR records work, they have to be set by the entity that is running the nameserver for the subnet your are in.
Unless you have a /24 and have delegated NS records you have to contact your provider.
Based on your IP I'm guessing you have a virtual or physical machine housed by a German service provider. You should look up how to set reverse lookup in their documentation.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Due to the way PTR records work, they have to be set by the entity that is running the nameserver for the subnet your are in.
Unless you have a /24 and have delegated NS records you have to contact your provider.
Based on your IP I'm guessing you have a virtual or physical machine housed by a German service provider. You should look up how to set reverse lookup in their documentation.
Due to the way PTR records work, they have to be set by the entity that is running the nameserver for the subnet your are in.
Unless you have a /24 and have delegated NS records you have to contact your provider.
Based on your IP I'm guessing you have a virtual or physical machine housed by a German service provider. You should look up how to set reverse lookup in their documentation.
answered yesterday
![](https://i.stack.imgur.com/AKwUL.png?s=32&g=1)
![](https://i.stack.imgur.com/AKwUL.png?s=32&g=1)
vidarlo
6,78342139
6,78342139
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062209%2fset-the-ptr-record-correct%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password