1. 11 Aug, 2014 19 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 1 commit
    • solt's avatar
      Use /dev/random instead of /dev/urandom · 69f0e1d0
      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
      69f0e1d0