0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 12, 2024 — Oct 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mask password input on stdin More... over 11 years ago
allow dashes in emails during validation, and for aliases allow a much wider range of characters, fixes #64 More... over 11 years ago
show less output when updating DNS configuration More... over 11 years ago
Vagrant updates More... over 11 years ago
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 More... over 11 years ago
add management comments for checking for updated Ubuntu packages and applying updates More... over 11 years ago
remove vestigal docker compatibility that prevented starting services during setup More... over 11 years ago
Vagrantize More... over 11 years ago
test_dns: more error handling More... over 11 years ago
refactor dns_update so that the zone is first generated in a file-format agnostic way More... over 11 years ago
the new dns_update totally forgot to write the OpenDKIM tables More... over 11 years ago
the bc package is no longer needed since redoing dns_update More... over 11 years ago
mail test: catch typical connecting errors and display nicer output More... over 11 years ago
improve DNS test output More... over 11 years ago
remove Docker stuff since it doesnt work More... over 11 years ago
script to check the SSL certificate, with instructions for turning the self-signed certificate into a properly signed certificate More... over 11 years ago
typo in updating DKIM, dont regenerate the DKIM private key each time setup is run More... over 11 years ago
show the SSL certificate's fingerprint during setup so the user can sort of pin it More... over 11 years ago
on second and later runs of start.sh, recall the inputs the user entered the last time More... over 11 years ago
the SSL CSR must be generated with a country code More... over 11 years ago
new backup script, see #11 More... over 11 years ago
update nginx SSL options, fixes #61 More... over 11 years ago
move management into a daemon service running as root More... over 11 years ago
rename the scripts directory to setup More... over 11 years ago
remove permit_dnswl_client because postfix has odd behavior when an IP address is not listed: it turns all bounces into deferrals (retry) More... over 11 years ago
test_mail: if EHLO test fails continue testing the rest, since user may be waiting on DNS propagation More... over 11 years ago
clean up README a bit; moving the bit Rationale into the github wiki More... over 11 years ago
add more postfix rules: reject_non_fqdn_sender, reject_unknown_sender_domain, reject_rhsbl_sender, and permit_dnswl_client More... over 11 years ago
redirect all HTTP to HTTPS and enable HSTS, closes #18 More... over 11 years ago
dns_update needs to run with bash when run directly, see #39 More... over 11 years ago