1. 15 Jan, 2018 1 commit
  2. 23 Dec, 2017 1 commit
  3. 15 Jan, 2017 1 commit
  4. 20 Dec, 2016 1 commit
  5. 30 Nov, 2016 1 commit
  6. 26 Dec, 2015 1 commit
  7. 25 Aug, 2014 1 commit
  8. 30 Jul, 2014 1 commit
  9. 30 Jun, 2014 1 commit
  10. 08 Jun, 2014 1 commit
    • Michael Kropat's avatar
      Support dual-stack IPv4/IPv6 mail servers · ae674096
      Michael Kropat authored
      Addresses #3
      
      Added support by adding parallel code wherever `$PUBLIC_IP` was used.
      Providing an IPv6 address is completely optional.
      
      Playing around on my IPv6-enabled mail server revealed that — before
      this change — mailinabox might try to use an IPv6 address as the value
      for `$PUBLIC_IP`, which wouldn't work out well.
      ae674096
  11. 07 Jun, 2014 1 commit
  12. 06 Jun, 2014 1 commit
    • Joshua Tauberer's avatar
      Vagrant updates · 389c354c
      Joshua Tauberer authored
      * use a public box (the official Ubuntu 14.04 box which contra the description does have VBox Guest Additions installed)
      * now that we allow SSH password logins, since Vagrant requires it, dont muck with sshd_config here
      * don't put the machine on the public network because that will allow anyone to log into it with Vagrant's default username/password, duh
      389c354c
  13. 04 Jun, 2014 1 commit
    • Joshua Tauberer's avatar
      Vagrantize · 29598182
      Joshua Tauberer authored
      * adding a Vagrantfile
      * in a non-interactive setup like this, create the user's first email account for them
      * let the machine auto-detect its IP address using http://icanhazip.com/
      * use our own justtesting.email domain to provision a subdomain for users so they can quickly get started
      29598182