Hi,
today I found a few things on our ISPconfig driven server which made me worrying…
First… when I try to "dig @127.0.0.1 MX domain.tld" on our server, I get:
Code:
# dig @127.0.0.1 MX domain.tld
;; QUESTION SECTION:
;domain.tld. IN MX
;; AUTHORITY SECTION:
domain.tld. 86400 IN SOA ns1.domain.com. ns2.domain.net. 2007032902 28800 7200 604800 86400
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
The zone file looks like this:
Code:
$TTL 86400
@ IN SOA ns1.domain.com. admin.domain.net. (
2007032902 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS ns1.domain.com. ; Inet Address of name server 1
NS ns2.domain.com. ; Inet Address of name server 2
;
www MX 10 host.domain.com.
MX 10 host.domain.com.
MX 10 host.domain.com.
domain.tld. A 11.11.11.11
sunrise A 11.11.11.11
smw A 11.11.11.11
www A 11.11.11.11
blog A 11.11.11.11
test A 11.11.11.11
First what's going on with those MX recors? They're double…
Then… the syntax looks "strange".
Shouldn' it look like this:
Code:
localhost IN A 11.11.11.11
@ IN A 11.11.11.11
www IN A 11.11.11.11
mail IN A 11.11.11.11
loopback IN CNAME localhost
smw IN CNAME www
sunrise IN CNAME www
blog IN CNAME www
@ IN MX 10 mail
The "IN" is missing…
And… when I manually add somthing like this to my zonefile:
...the query for MX returns correct results…
Code:
;; QUESTION SECTION:
;domain.net. IN MX
;; ANSWER SECTION:
domain.net. 86400 IN MX 10 www.domain.net.
I just used the ISPconfig checkboxes in ISPmanager "create dns" and "create dns-mx"… I did nothing through the DNS Manager.
And… when I take a look at the records in the DNS Manager I can't see any MX records there… and if I try to add one I get an error message saying that there's already one…
Looks like a bug, hm?
Best wishes
Yves
Recent comments
22 hours 49 min ago
1 day 3 hours ago
1 day 8 hours ago
1 day 10 hours ago
2 days 18 min ago
2 days 23 min ago
2 days 5 hours ago
2 days 12 hours ago
2 days 12 hours ago
2 days 14 hours ago