mailinabox/setup
Joshua Tauberer 5490142df5 re-do the backup script to use the duplicity program
Duplicity will manage the process of creating incremental backups for us.
Although duplicity can both encrypt & copy files to a remote host, I really
don't like PGP and so I don't want to use that.

Instead, we'll back up to a local directory unencrypted, then manually
encrypt the full & incremental backup files. Synchronizing the encrypted
backup directory to a remote host is a TODO.
2014-06-09 09:34:52 -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 Support dual-stack IPv4/IPv6 mail servers 2014-06-08 18:32:52 -04:00
mail.sh Filter privacy-sensitive headers on outgoing mail 2014-06-08 18:35:09 -04:00
management.sh re-do the backup script to use the duplicity program 2014-06-09 09:34:52 -04:00
spamassassin.sh rename the scripts directory to setup 2014-06-03 11:12:38 +00:00
start.sh Populate default values before echoing help text 2014-06-08 18:44:08 -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