- 11 Aug, 2014 17 commits
-
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
jkaberg authored
-
Joshua Tauberer authored
backup: dont remove old increments because then we lose the backup history right before the last full backup, instead let them disappear along with full backups when a whole chain becomes very old
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 10 Aug, 2014 1 commit
-
-
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
-
- 09 Aug, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 08 Aug, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 07 Aug, 2014 1 commit
-
-
Joshua Tauberer authored
if the machine didn't have resolvconf before (my box didn't after an upgrade from Ubuntu 13.xx), make sure it has it now and archive any old resolv.conf since it should now only list 127.0.0.1 for bind9
-
- 03 Aug, 2014 2 commits
-
-
Joshua Tauberer authored
migrate the migration state from MIGRATIONID in /etc/mailinabox.conf to STORAGE_ROOT/mailinabox.version so that the data format of STORAGE_ROOT is stored in the directory itself
-
Joshua Tauberer authored
-
- 02 Aug, 2014 2 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
after creating the local encrypted backup, execute the after-backup script if the user has provided one to copy the files to a remote location
-
- 01 Aug, 2014 2 commits
-
-
Joshua Tauberer authored
whats_next: offer DNSSEC DS parameters rather than the full record and in validation allow for other digests than the one we suggest using fixes #120 (hopefully), in which Gandi generates a SHA1 digest but we were only checking against a SHA256 digest Also see http://discourse.mailinabox.email/t/how-to-set-ds-record-for-gandi-net/24/1 in which a user asks about the DS parameters that Gandi asks for.
-
Joshua Tauberer authored
-
- 30 Jul, 2014 4 commits
-
-
Joshua Tauberer authored
dont ask the user for the machine's IP address if we can be sure our guess is right (trust icanhazip to give us the right answer)
-
Joshua Tauberer authored
put a 15-second timeout in asking icanhazip.com for our IP address, although this limit does not seem to actually work (i.e. if I set the limit to 5 seconds, curl still hangs 10+ when I turn off my network connection)
-
Joshua Tauberer authored
have nsd bind to the network interaface that is connected to the Internet, rather than all non-loopback network interfaces hopefully fixes #121; thanks for the help @sfPlayer1
-
Joshua Tauberer authored
-
- 28 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
the SSL private key would be overwritten if ssl_certificate.pem file was deleted; maybe the cause of #98
-
- 26 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
* check that the PUBLIC_IP is not listed in zen.spamhaus.org * check that the PRIMARY_HOSTNAME is not listed in dbl.spamhaus.org * check that a connection to Google's MTA is working (i.e. we're not on a residential network that blocks outbound port 25)
-
- 25 Jul, 2014 2 commits
-
-
Joshua Tauberer authored
see #118
-
Joshua Tauberer authored
the cron job to re-sign DNSSEC zones was still not working because the script needed a hash-bang line; what I did in 65c3a44e didn't actually fix the problem
-
- 22 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
fixes #116
-
- 21 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
Rather than pass `-r /dev/random` to ldns-keygen (it was `-r /dev/urandom`), don't pass `-r` at all since /dev/random is the default. Merges branch 'master' of github.com:pysiak/mailinabox
-
- 20 Jul, 2014 3 commits
-
-
solt authored
/dev/random should be used for crypto-grade RNG. To make sure use of /dev/random doesn't stall due to lack of entropy, install haveged which fills the entropy pool with sources such as network traffic, key strokes, etc. On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: setup/dns.sh modified: setup/system.sh modified: setup/webmail.sh
-
Joshua Tauberer authored
dont serve web for domains with custom DNS records that point A/AAAA elsewhere, and in whats_next only check that an A record exists on a domain if we are serving web on the domain
-
Joshua Tauberer authored
-