1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00
mailinabox/management
sfPlayer1 0e893626c8 Add IPv6 glue records as well
The dns_update script didn't generate IPv6 (AAAA) glue records for the name servers.

This caused http://dnscheck.pingdom.com to complain about a mismatch between the glue records reported by the parent name server and mailinabox nsd.

Here's the failing dnscheck output for reference:
> Checking glue for ns1.my.domain.tld (1.2.3.4).
> Child glue for bgwe.eu found: ns1.my.domain.tld (1.2.3.4)
> Checking glue for ns1.my.domain.tld (1234::1).
> Missing glue at child: ns1.my.domain.tld
> Checking glue for ns2.my.domain.tld (1.2.3.4).
> Child glue for bgwe.eu found: ns2.my.domain.tld (1.2.3.4)
> Checking glue for ns2.my.domain.tld (1234::1).
> Missing glue at child: ns2.my.domain.tld

I'm not very familiar with Python and DNS, please verify ;)
2014-07-18 13:03:09 +02:00
..
templates move management into a daemon service running as root 2014-06-03 13:56:40 +00:00
auth.py Cleanup: remove env dependency 2014-06-22 08:55:19 -04:00
backup.py increase duplicity's volume size from the default of 25MB to 100MB so we create fewer files 2014-06-09 13:47:41 +00:00
buy_certificate.py check that the installed certificate corresponds to the private key 2014-07-08 15:47:54 +00:00
daemon.py Cleanup: remove env dependency 2014-06-22 08:55:19 -04:00
dns_update.py Add IPv6 glue records as well 2014-07-18 13:03:09 +02:00
mailconfig.py re-do catch-all aliases, fixes #107 (originally #104) 2014-07-13 12:29:43 +00:00
utils.py utils.sort_domains wasn't right 2014-07-09 12:35:12 +00:00
web_update.py if the server certificate can be used for a non-primary domain, use it 2014-07-09 16:38:42 +00:00
whats_next.py whats_next: move the admin alias check to the system section 2014-07-16 09:36:56 -04:00