0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename the new checklist script to whats_next.py More... over 11 years ago
let the user override some DNS records in a different way More... over 11 years ago
strengthen the cyphers and protocols allowed by Dovecot and Postfix submission More... over 11 years ago
add mail alias checks and other cleanup More... over 11 years ago
if we handle mail for both a domain and any subdomain, only create a zone for the domain and put the subdomain's DNS records in the main domain's zone file More... over 11 years ago
Merge pull request #74 from mkropat/mgmt-auth More... over 11 years ago
first pass at a management tool for checking what the user must do to finish his configuration: set NS records, DS records, sign his certificates, etc. More... over 11 years ago
Cleanup: remove env dependency More... over 11 years ago
dont ask for a CSR country code on second runs because the CSR is already generated and any new country code won't be used anyway More... over 11 years ago
Remove API_KEY_FILE setting More... over 11 years ago
Merge remote-tracking branch 'upstream/master' into mgmt-auth More... over 11 years ago
Merge pull request #73 from mkropat/syslog-logging More... over 11 years ago
README parallel sentence structure More... over 11 years ago
Update documentation to use API auth More... over 11 years ago
Update setup scripts to auth against the API More... over 11 years ago
Update mail tool to pass api key auth More... over 11 years ago
Add key-based authentication to management service More... over 11 years ago
Tell Flask to log to syslog More... over 11 years ago
move the SSL setup into its own bash script since it is used for much more than email now More... over 11 years ago
have webfinger output a JSON file in STORAGE_ROOT/webfinger/(acct/..) More... over 11 years ago
obviously put our stuff in /usr/local and not /usr More... over 11 years ago
preliminary support for webfinger More... over 11 years ago
manage the nginx conf in the management daemon too so we can have nginx operate on all domains that we serve mail for More... over 11 years ago
update test_dns More... over 11 years ago
update docs a bit More... over 11 years ago
linkify README More... over 11 years ago
drop support for ADSP which since last November is no longer recommended per http://datatracker.ietf.org/doc/status-change-adsp-rfc5617-to-historic/ More... over 11 years ago
add DNSSEC/DANE TLSA to the README More... over 11 years ago
use DANE when sending mail: if the recipient MX has a DANE TLSA record in DNS then Postfix will necessarily encrypt the mail in transport More... over 11 years ago
add DANE TLSA records to the PUBLIC_HOSTNAME's DNS More... over 11 years ago