mailinabox/setup
Michael Kropat 43ef49c737 Improve hostname/IP default values
Default IP+hostname values were incorrect for my VPS provider. I
improved the detection, which should give correct results results for
almost any provider. Specific issues addressed:

- icanhazip.com detection was only enabled in non-interactive mode
- `hostname` is by convention a short (non-fqdn) name in Ubuntu
- `hostname --fqdn` fails if provider does not pouplate `hosts` file
- `hostname -i` fails if provider does not populate `hosts` file
- `curl` without `--fail` will someday return crazy results
  when icanhazip.com returns 500 errors or similar
2014-06-07 14:11:42 -04:00
..
check_certificate.sh script to check the SSL certificate, with instructions for turning the self-signed certificate into a properly signed certificate 2014-06-04 11:38:20 +00:00
check_ssh.sh move the SSH password login check out of setup because it interfers with Vagrant and into a separate script that we'll use for auditing in a later phase 2014-06-06 10:51:36 -04:00
dkim.sh typo in updating DKIM, dont regenerate the DKIM private key each time setup is run 2014-06-03 21:42:33 +00:00
dns.sh the bc package is no longer needed since redoing dns_update 2014-06-04 17:27:01 -04:00
functions.sh Improve hostname/IP default values 2014-06-07 14:11:42 -04:00
mail.sh show the SSL certificate's fingerprint during setup so the user can sort of pin it 2014-06-03 21:39:49 +00:00
management.sh new backup script, see #11 2014-06-03 21:16:38 +00:00
spamassassin.sh rename the scripts directory to setup 2014-06-03 11:12:38 +00:00
start.sh Improve hostname/IP default values 2014-06-07 14:11:42 -04:00
system.sh move the SSH password login check out of setup because it interfers with Vagrant and into a separate script that we'll use for auditing in a later phase 2014-06-06 10:51:36 -04:00
web.sh rename the scripts directory to setup 2014-06-03 11:12:38 +00:00
webmail.sh rename the scripts directory to setup 2014-06-03 11:12:38 +00:00