- 12 Oct, 2014 2 commits
-
-
Joshua Tauberer authored
see #231, #201, b26abc94.
-
Joshua Tauberer authored
-
- 11 Oct, 2014 9 commits
-
-
Joshua Tauberer authored
Jump to the panel_aliases anchor (top) to directly edit the selected alias
-
h8h authored
-
h8h authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
delay an ajax call to see if this fixes the problem of the loading indicator not going away after showing the user a panel after login
-
Joshua Tauberer authored
Change owner of spamassassin directory from mail to spampd, closes #231
-
David Piggott authored
-
Joshua Tauberer authored
Pass additional_records to recursive build_zone calls, closes #229
-
David Piggott authored
The problem was that custom records defined for a subdomain where implicit records are otherwise defined (e.g. A/AAAA records for the root) were ignored. Though additional_records for a subdomain are processed in the base call to build_zone (the call for the parent domain), and so custom records that don't override implicits were working fine, those that overrode implicits were ignored. This was because the recursive call to build_zone for the subdomain creates the implicit records (including A/AAAA records for the root), and so by relying on the base call to add the additional_records fails because has_rec returned true. Adding a subdomain's additional_records in the child call works because has_rec returns false when testing whether to add an e.g. A/AAAA override for the root, as the defaults have not yet been added.
-
- 10 Oct, 2014 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 08 Oct, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 07 Oct, 2014 12 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
- 05 Oct, 2014 7 commits
-
-
Joshua Tauberer authored
status check on ns records should now take into account that secondary dns may be customized, see #223
-
Joshua Tauberer authored
-
Joshua Tauberer authored
When executed "cat bootstrap.sh | bash", apt-get mangled stdin. The script would terminate at the end of the if block containing apt-get (that seems to be as much as bash read from the pipe) and the remainder of the script was output to the console. This was very weird. Ensuring that apt-get and git have their stdins redirected from /dev/null seems to fix the problem. see #224
-
Joshua Tauberer authored
fixes #151 fixes #223
-
Joshua Tauberer authored
-
Joshua Tauberer authored
since the management server binds to 127.0.0.1, must use that and not 'localhost' to connect to it because 'localhost' resolves to the IPv6 ::1 when it is available, see #224
-
Joshua Tauberer authored
-
- 04 Oct, 2014 4 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 02 Oct, 2014 1 commit
-
-
h8h authored
For my german box changing the locale failed: ´´´´/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) setup/functions.sh: line 6: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)´´´´ see #206 and 4e6d572d closes #220 commit modified by joshdata
-
- 01 Oct, 2014 1 commit
-
-
Joshua Tauberer authored
* If the PRIMARY_HOSTNAME is in a zone with a DS record set at the registrar, show any DNSSEC failure (but only a failure) immediately since it is probably the cause of other DNS errors displayed later. * For zones, if a DS record is set at the register, do the DNSSEC test first because even the NS test will fail if DNSSEC is improperly configure. * But if a DS record is not set, the this is just a suggestion to configure DNSSEC so offer the suggestion last --- after mail and web checks. see https://discourse.mailinabox.email/t/dns-nameserver-gandi-glue-records-issues/105/3
-