1. 11 Aug, 2014 11 commits
  2. 10 Aug, 2014 1 commit
    • Joshua Tauberer's avatar
      increase dovecot imap_idle_notify_interval to 4 minutes · 140c508f
      Joshua Tauberer authored
      Doesn't seem like 2 minutes is a problem, but 4 minutes seems better. A little less bandwidth, possibly less battery usage (though we don't have evidence that's actually true), and the interval should be shorter than any peer timeouts that might occur due to inactivity
      
      fixes #129
      140c508f
  3. 09 Aug, 2014 1 commit
  4. 08 Aug, 2014 1 commit
  5. 07 Aug, 2014 1 commit
  6. 03 Aug, 2014 2 commits
  7. 02 Aug, 2014 2 commits
  8. 01 Aug, 2014 2 commits
  9. 30 Jul, 2014 4 commits
  10. 28 Jul, 2014 1 commit
  11. 26 Jul, 2014 1 commit
  12. 25 Jul, 2014 2 commits
  13. 22 Jul, 2014 1 commit
  14. 21 Jul, 2014 1 commit
  15. 20 Jul, 2014 5 commits
  16. 19 Jul, 2014 1 commit
  17. 18 Jul, 2014 3 commits
    • Joshua Tauberer's avatar
      Add AAAA records for ns1/ns2 · 37fcc5b5
      Joshua Tauberer authored
      Merges branch 'patch-1' of https://github.com/sfPlayer1/mailinabox
      37fcc5b5
    • sfPlayer1's avatar
      Update dns_update.py · 89acbe41
      sfPlayer1 authored
      Add new extra bool parameter.
      89acbe41
    • sfPlayer1's avatar
      Add IPv6 glue records as well · 0e893626
      sfPlayer1 authored
      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 ;)
      0e893626